We have a Raspberry Pi 4 8GB Model B (aarch64) run...
# linux
s
We have a Raspberry Pi 4 8GB Model B (aarch64) running Ubuntu 24.04.2 LTS. Currently this is all the
system_info
table contains:
Copy code
hostname = <redacted>
              uuid = <osquery-ephemeral-uuid>
          cpu_type = aarch64
       cpu_subtype = 0
         cpu_brand = 
cpu_physical_cores = 4
 cpu_logical_cores = 4
       cpu_sockets = 
     cpu_microcode = 
   physical_memory = 8318894080
   hardware_vendor = 
    hardware_model = 
  hardware_version = 
   hardware_serial = 
      board_vendor = 
       board_model = 
     board_version = 
      board_serial = 
     computer_name = <redacted>
    local_hostname = <redacted>
From everything I can see, osquery is fully supported on aarch64 and on Ubuntu 24, but I also know Raspberry Pi can have some non-standard virtual fs endpoints for reading data. Has anyone got osquery to pull
system_info
successfully from a late-model Pi?