Skip to content

Kernel Parameter Settings Don't Stick #812

@maxexcloo

Description

@maxexcloo

I've been trying to passthrough a GPU to a VM using the kernel parameters via a manual PUT request, it worked at first but now seems to no longer be creating the file and now the host is picking up the GPU again and using the amdgpu driver with it.

Command:
curl -k -v -X PUT --cert-type P12 --cert ~/.config/incus/client.pfx -H "Content-Type: application/json" -d @kernel.json https://10.0.0.4:8443/os/1.0/system/kernel

*   Trying 10.0.0.4:8443...
* Connected to 10.0.0.4 (10.0.0.4) port 8443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Request CERT (13):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Certificate (11):
* (304) (OUT), TLS handshake, CERT verify (15):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted h2
* Server certificate:
*  subject: O=Linux Containers; CN=root@03000200-0400-0500-0006-000700080009
*  start date: Jan 15 23:30:52 2026 GMT
*  expire date: Jan 13 23:30:52 2036 GMT
*  issuer: O=Linux Containers; CN=root@03000200-0400-0500-0006-000700080009
*  SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://10.0.0.4:8443/os/1.0/system/kernel
* [HTTP/2] [1] [:method: PUT]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: 10.0.0.4:8443]
* [HTTP/2] [1] [:path: /os/1.0/system/kernel]
* [HTTP/2] [1] [user-agent: curl/8.7.1]
* [HTTP/2] [1] [accept: */*]
* [HTTP/2] [1] [content-type: application/json]
* [HTTP/2] [1] [content-length: 341]
> PUT /os/1.0/system/kernel HTTP/2
> Host: 10.0.0.4:8443
> User-Agent: curl/8.7.1
> Accept: */*
> Content-Type: application/json
> Content-Length: 341
> 
* upload completely sent off: 341 bytes
< HTTP/2 200 
< content-type: application/json
< content-type: application/json
< date: Fri, 16 Jan 2026 09:01:46 GMT
< content-length: 108
< 
{"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}

kernel.json

{
    "pci": {
        "passthrough": [
            {
                "pci_address": "0000:03:00.0",
                "vendor_id": "1002",
                "product_id": "73bf"
            },
            {
                "pci_address": "0000:03:00.1",
                "vendor_id": "1002",
                "product_id": "ab28"
            }
        ]
    }
}

VM Config:

architecture: x86_64
config:
  boot.autostart: 'false'
  limits.cpu: '8'
  limits.memory: 16GiB
  raw.apparmor: /var/lib/incus/storage-pools/local/custom/default_misc/267738.rom r,
  raw.qemu: '-global vfio-pci.romfile=/var/lib/incus/storage-pools/local/custom/default_misc/267738.rom'
  raw.qemu.conf: '[device "qemu_gpu"]'
  security.secureboot: 'false'
  volatile.cloud-init.instance-id: 34201759-51a8-4441-82a6-ef6b3a7c4178
  volatile.gpu.last_state.pci.driver: amdgpu
  volatile.gpu.last_state.pci.slot.name: '0000:03:00.0'
  volatile.gpu_audio.last_state.pci.driver: snd_hda_intel
  volatile.gpu_audio.last_state.pci.slot.name: '0000:03:00.1'
  volatile.last_state.power: STOPPED
  volatile.nic.last_state.pci.driver: igc
  volatile.nic.last_state.pci.slot.name: '0000:05:00.0'
  volatile.nvme.last_state.pci.driver: nvme
  volatile.nvme.last_state.pci.slot.name: '0000:08:00.0'
  volatile.uuid: 26ef96e5-417b-4593-a2c6-b2d47978b588
  volatile.uuid.generation: 26ef96e5-417b-4593-a2c6-b2d47978b588
  volatile.vm.definition: pc-q35-10.1
  volatile.vm.rtc_adjustment: '-12'
  volatile.vm.rtc_offset: '0'
  volatile.vsock_id: '2718491983'
devices:
  gpu:
    gputype: physical
    pci: '0000:03:00.0'
    type: gpu
  gpu_audio:
    address: '0000:03:00.1'
    type: pci
  nic:
    address: '0000:05:00.0'
    type: pci
  nvme:
    address: '0000:08:00.0'
    type: pci
ephemeral: false
profiles:
  - default
stateful: false
description: ''
created_at: '2026-01-16T00:51:40.219954377Z'
name: steamos
status: Stopped
status_code: 102
last_used_at: '2026-01-16T05:14:56.597331078Z'
location: none
type: virtual-machine
project: default

Resources:


cpu:
  architecture: x86_64
  sockets:
  - address_sizes:
      physical_bits: 48
      virtual_bits: 48
    cache:
    - level: 1
      size: 32768
      type: Data
    - level: 1
      size: 32768
      type: Instruction
    - level: 2
      size: 1.048576e+06
      type: Unified
    - level: 3
      size: 1.6777216e+07
      type: Unified
    cores:
    - core: 0
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1365
      threads:
      - id: 0
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 8
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 1
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1393
      threads:
      - id: 1
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 9
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 2
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1378
      threads:
      - id: 2
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 10
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 3
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1329
      threads:
      - id: 3
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 11
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 4
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1387
      threads:
      - id: 4
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 12
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 5
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 1782
      threads:
      - id: 5
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 13
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 6
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 2454
      threads:
      - id: 6
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 14
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    - core: 7
      die: 0
      flags:
      - fpu
      - vme
      - de
      - pse
      - tsc
      - msr
      - pae
      - mce
      - cx8
      - apic
      - sep
      - mtrr
      - pge
      - mca
      - cmov
      - pat
      - pse36
      - clflush
      - mmx
      - fxsr
      - sse
      - sse2
      - ht
      - syscall
      - nx
      - mmxext
      - fxsr_opt
      - pdpe1gb
      - rdtscp
      - lm
      - constant_tsc
      - rep_good
      - amd_lbr_v2
      - nopl
      - xtopology
      - nonstop_tsc
      - cpuid
      - extd_apicid
      - aperfmperf
      - rapl
      - pni
      - pclmulqdq
      - monitor
      - ssse3
      - fma
      - cx16
      - sse4_1
      - sse4_2
      - x2apic
      - movbe
      - popcnt
      - aes
      - xsave
      - avx
      - f16c
      - rdrand
      - lahf_lm
      - cmp_legacy
      - svm
      - extapic
      - cr8_legacy
      - abm
      - sse4a
      - misalignsse
      - 3dnowprefetch
      - osvw
      - ibs
      - skinit
      - wdt
      - tce
      - topoext
      - perfctr_core
      - perfctr_nb
      - bpext
      - perfctr_llc
      - mwaitx
      - cpuid_fault
      - cpb
      - cat_l3
      - cdp_l3
      - hw_pstate
      - ssbd
      - mba
      - perfmon_v2
      - ibrs
      - ibpb
      - stibp
      - ibrs_enhanced
      - vmmcall
      - fsgsbase
      - bmi1
      - avx2
      - smep
      - bmi2
      - erms
      - invpcid
      - cqm
      - rdt_a
      - avx512f
      - avx512dq
      - rdseed
      - adx
      - smap
      - avx512ifma
      - clflushopt
      - clwb
      - avx512cd
      - sha_ni
      - avx512bw
      - avx512vl
      - xsaveopt
      - xsavec
      - xgetbv1
      - xsaves
      - cqm_llc
      - cqm_occup_llc
      - cqm_mbm_total
      - cqm_mbm_local
      - user_shstk
      - avx512_bf16
      - clzero
      - irperf
      - xsaveerptr
      - rdpru
      - wbnoinvd
      - cppc
      - arat
      - npt
      - lbrv
      - svm_lock
      - nrip_save
      - tsc_scale
      - vmcb_clean
      - flushbyasid
      - decodeassists
      - pausefilter
      - pfthreshold
      - vgif
      - x2avic
      - v_spec_ctrl
      - vnmi
      - avx512vbmi
      - umip
      - pku
      - ospke
      - avx512_vbmi2
      - gfni
      - vaes
      - vpclmulqdq
      - avx512_vnni
      - avx512_bitalg
      - avx512_vpopcntdq
      - rdpid
      - overflow_recov
      - succor
      - smca
      - fsrm
      - flush_l1d
      frequency: 2193
      threads:
      - id: 7
        isolated: false
        numa_node: 0
        online: true
        thread: 0
      - id: 15
        isolated: false
        numa_node: 0
        online: true
        thread: 1
    frequency: 1660
    frequency_minimum: 402
    frequency_turbo: 5263
    name: AMD Ryzen 9 8945HS w/ Radeon 780M Graphics
    socket: 0
    vendor: AuthenticAMD
  total: 16
gpu:
  cards:
  - driver: amdgpu
    driver_version: 6.18.4-zabbly+
    drm:
      card_device: "226:0"
      card_name: card0
      control_device: "226:0"
      control_name: controlD64
      id: 0
      render_device: 226:128
      render_name: renderD128
    numa_node: 0
    pci_address: "0000:03:00.0"
    product: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
    product_id: 73bf
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
  - driver: amdgpu
    driver_version: 6.18.4-zabbly+
    drm:
      card_device: "226:1"
      card_name: card1
      control_device: "226:1"
      control_name: controlD65
      id: 1
      render_device: 226:129
      render_name: renderD129
    numa_node: 0
    pci_address: 0000:c9:00.0
    product: Phoenix3
    product_id: "1900"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
  total: 2
load:
  Average10Min: 0.07
  Average1Min: 0
  Average5Min: 0.06
  Processes: 430
memory:
  hugepages_size: 2.097152e+06
  hugepages_total: 0
  hugepages_used: 0
  nodes:
  - hugepages_total: 0
    hugepages_used: 0
    numa_node: 0
    total: 3.221225472e+10
    used: 1.54775552e+09
  total: 3.221225472e+10
  used: 1.924939776e+09
network:
  cards:
  - driver: igc
    driver_version: 6.18.4-zabbly+
    firmware_version: 2023:889d
    numa_node: 0
    pci_address: "0000:04:00.0"
    ports:
    - address: c8:ff:bf:0f:9f:d0
      auto_negotiation: true
      id: _pc8ffbf0f9fd0
      link_detected: true
      link_duplex: full
      link_speed: 2500
      port: 0
      port_type: twisted pair
      protocol: ethernet
      supported_modes:
      - 10baseT/Half
      - 10baseT/Full
      - 100baseT/Half
      - 100baseT/Full
      - 1000baseT/Full
      - 2500baseT/Full
      supported_ports:
      - twisted pair
      transceiver_type: internal
    product: Ethernet Controller I226-V
    product_id: 125c
    vendor: Intel Corporation
    vendor_id: "8086"
  - driver: igc
    driver_version: 6.18.4-zabbly+
    firmware_version: 2023:889d
    numa_node: 0
    pci_address: "0000:05:00.0"
    ports:
    - address: c8:ff:bf:0f:9f:d1
      auto_negotiation: true
      id: _pc8ffbf0f9fd1
      link_detected: false
      port: 0
      port_type: twisted pair
      protocol: ethernet
      supported_modes:
      - 10baseT/Half
      - 10baseT/Full
      - 100baseT/Half
      - 100baseT/Full
      - 1000baseT/Full
      - 2500baseT/Full
      supported_ports:
      - twisted pair
      transceiver_type: internal
    product: Ethernet Controller I226-V
    product_id: 125c
    vendor: Intel Corporation
    vendor_id: "8086"
  - numa_node: 0
    pci_address: "0000:06:00.0"
    product: Wi-Fi 6 AX200
    product_id: "2723"
    vendor: Intel Corporation
    vendor_id: "8086"
  total: 3
pci:
  devices:
  - driver: ""
    driver_version: ""
    iommu_group: 0
    numa_node: 0
    pci_address: "0000:00:00.0"
    product: Phoenix Root Complex
    product_id: "14e8"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 0
    numa_node: 0
    pci_address: "0000:00:00.2"
    product: Phoenix IOMMU
    product_id: "14e9"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 0
    numa_node: 0
    pci_address: "0000:00:01.0"
    product: Phoenix Dummy Host Bridge
    product_id: 14ea
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 1
    numa_node: 0
    pci_address: "0000:00:01.1"
    product: Phoenix GPP Bridge
    product_id: 14ed
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 2
    numa_node: 0
    pci_address: "0000:00:01.3"
    product: Phoenix GPP Bridge
    product_id: 14ee
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 3
    numa_node: 0
    pci_address: "0000:00:02.0"
    product: Phoenix Dummy Host Bridge
    product_id: 14ea
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 4
    numa_node: 0
    pci_address: "0000:00:02.1"
    product: Phoenix GPP Bridge
    product_id: 14ee
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 5
    numa_node: 0
    pci_address: "0000:00:02.2"
    product: Phoenix GPP Bridge
    product_id: 14ee
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 6
    numa_node: 0
    pci_address: "0000:00:02.4"
    product: Phoenix GPP Bridge
    product_id: 14ee
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 7
    numa_node: 0
    pci_address: "0000:00:02.5"
    product: Phoenix GPP Bridge
    product_id: 14ed
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 8
    numa_node: 0
    pci_address: "0000:00:03.0"
    product: Phoenix Dummy Host Bridge
    product_id: 14ea
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 8
    numa_node: 0
    pci_address: "0000:00:03.1"
    product: Family 19h USB4/Thunderbolt PCIe tunnel
    product_id: 14ef
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 9
    numa_node: 0
    pci_address: "0000:00:04.0"
    product: Phoenix Dummy Host Bridge
    product_id: 14ea
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 9
    numa_node: 0
    pci_address: "0000:00:04.1"
    product: Family 19h USB4/Thunderbolt PCIe tunnel
    product_id: 14ef
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 10
    numa_node: 0
    pci_address: "0000:00:08.0"
    product: Phoenix Dummy Host Bridge
    product_id: 14ea
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 11
    numa_node: 0
    pci_address: "0000:00:08.1"
    product: Phoenix Internal GPP Bridge to Bus [C:A]
    product_id: 14eb
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 12
    numa_node: 0
    pci_address: "0000:00:08.2"
    product: Phoenix Internal GPP Bridge to Bus [C:A]
    product_id: 14eb
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 13
    numa_node: 0
    pci_address: "0000:00:08.3"
    product: Phoenix Internal GPP Bridge to Bus [C:A]
    product_id: 14eb
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: piix4_smbus
    driver_version: 6.18.4-zabbly+
    iommu_group: 14
    numa_node: 0
    pci_address: "0000:00:14.0"
    product: FCH SMBus Controller
    product_id: 790b
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 14
    numa_node: 0
    pci_address: "0000:00:14.3"
    product: FCH LPC Bridge
    product_id: 790e
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.0"
    product: Phoenix Data Fabric; Function 0
    product_id: 14f0
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.1"
    product: Phoenix Data Fabric; Function 1
    product_id: 14f1
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.2"
    product: Phoenix Data Fabric; Function 2
    product_id: 14f2
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: k10temp
    driver_version: 6.18.4-zabbly+
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.3"
    product: Phoenix Data Fabric; Function 3
    product_id: 14f3
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.4"
    product: Phoenix Data Fabric; Function 4
    product_id: 14f4
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.5"
    product: Phoenix Data Fabric; Function 5
    product_id: 14f5
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.6"
    product: Phoenix Data Fabric; Function 6
    product_id: 14f6
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 15
    numa_node: 0
    pci_address: "0000:00:18.7"
    product: Phoenix Data Fabric; Function 7
    product_id: 14f7
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 16
    numa_node: 0
    pci_address: "0000:01:00.0"
    product: Navi 10 XL Upstream Port of PCI Express Switch
    product_id: "1478"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: pcieport
    driver_version: 6.18.4-zabbly+
    iommu_group: 17
    numa_node: 0
    pci_address: "0000:02:00.0"
    product: Navi 10 XL Downstream Port of PCI Express Switch
    product_id: "1479"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: amdgpu
    driver_version: 6.18.4-zabbly+
    iommu_group: 18
    numa_node: 0
    pci_address: "0000:03:00.0"
    product: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
    product_id: 73bf
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: snd_hda_intel
    driver_version: 6.18.4-zabbly+
    iommu_group: 19
    numa_node: 0
    pci_address: "0000:03:00.1"
    product: Navi 21/23 HDMI/DP Audio Controller
    product_id: ab28
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: igc
    driver_version: 6.18.4-zabbly+
    iommu_group: 20
    numa_node: 0
    pci_address: "0000:04:00.0"
    product: Ethernet Controller I226-V
    product_id: 125c
    vendor: Intel Corporation
    vendor_id: "8086"
    vpd: {}
  - driver: igc
    driver_version: 6.18.4-zabbly+
    iommu_group: 21
    numa_node: 0
    pci_address: "0000:05:00.0"
    product: Ethernet Controller I226-V
    product_id: 125c
    vendor: Intel Corporation
    vendor_id: "8086"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 22
    numa_node: 0
    pci_address: "0000:06:00.0"
    product: Wi-Fi 6 AX200
    product_id: "2723"
    vendor: Intel Corporation
    vendor_id: "8086"
    vpd: {}
  - driver: nvme
    driver_version: "1.0"
    iommu_group: 23
    numa_node: 0
    pci_address: "0000:07:00.0"
    product: Lexar NM610 PRO NVME SSD (DRAM-less)
    product_id: "1202"
    vendor: Shenzhen Longsys Electronics Co., Ltd.
    vendor_id: 1d97
    vpd: {}
  - driver: nvme
    driver_version: "1.0"
    iommu_group: 24
    numa_node: 0
    pci_address: "0000:08:00.0"
    product: 2550 NVMe SSD (DRAM-less)
    product_id: "5416"
    vendor: Micron Technology Inc
    vendor_id: "1344"
    vpd: {}
  - driver: amdgpu
    driver_version: 6.18.4-zabbly+
    iommu_group: 25
    numa_node: 0
    pci_address: 0000:c9:00.0
    product: Phoenix3
    product_id: "1900"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: snd_hda_intel
    driver_version: 6.18.4-zabbly+
    iommu_group: 26
    numa_node: 0
    pci_address: 0000:c9:00.1
    product: Radeon High Definition Audio Controller [Rembrandt/Strix]
    product_id: "1640"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}
  - driver: ccp
    driver_version: 1.1.0
    iommu_group: 27
    numa_node: 0
    pci_address: 0000:c9:00.2
    product: Phoenix CCP/PSP 3.0 Device
    product_id: 15c7
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: xhci_hcd
    driver_version: 6.18.4-zabbly+
    iommu_group: 28
    numa_node: 0
    pci_address: 0000:c9:00.3
    product: ""
    product_id: 15b9
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: xhci_hcd
    driver_version: 6.18.4-zabbly+
    iommu_group: 29
    numa_node: 0
    pci_address: 0000:c9:00.4
    product: ""
    product_id: 15ba
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: snd_pci_ps
    driver_version: 6.18.4-zabbly+
    iommu_group: 30
    numa_node: 0
    pci_address: 0000:c9:00.5
    product: Audio Coprocessor
    product_id: "15e2"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: snd_hda_intel
    driver_version: 6.18.4-zabbly+
    iommu_group: 31
    numa_node: 0
    pci_address: 0000:c9:00.6
    product: Family 17h/19h/1ah HD Audio Controller
    product_id: "15e3"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 32
    numa_node: 0
    pci_address: 0000:ca:00.0
    product: Phoenix Dummy Function
    product_id: 14ec
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 33
    numa_node: 0
    pci_address: 0000:ca:00.1
    product: AMD IPU Device
    product_id: "1502"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: ""
    driver_version: ""
    iommu_group: 34
    numa_node: 0
    pci_address: 0000:cb:00.0
    product: Phoenix Dummy Function
    product_id: 14ec
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: xhci_hcd
    driver_version: 6.18.4-zabbly+
    iommu_group: 35
    numa_node: 0
    pci_address: 0000:cb:00.3
    product: ""
    product_id: 15c0
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: xhci_hcd
    driver_version: 6.18.4-zabbly+
    iommu_group: 36
    numa_node: 0
    pci_address: 0000:cb:00.4
    product: ""
    product_id: 15c1
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: thunderbolt
    driver_version: 6.18.4-zabbly+
    iommu_group: 37
    numa_node: 0
    pci_address: 0000:cb:00.5
    product: 'Pink Sardine USB4/Thunderbolt NHI controller #1'
    product_id: "1668"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  - driver: thunderbolt
    driver_version: 6.18.4-zabbly+
    iommu_group: 38
    numa_node: 0
    pci_address: 0000:cb:00.6
    product: 'Pink Sardine USB4/Thunderbolt NHI controller #2'
    product_id: "1669"
    vendor: Advanced Micro Devices, Inc. [AMD]
    vendor_id: "1022"
    vpd: {}
  total: 51
serial:
  devices: []
  total: 0
storage:
  disks:
  - block_size: 512
    device: "259:12"
    device_id: nvme-eui.000000000000000100a075254e17f2a1
    device_path: pci-0000:08:00.0-nvme-1
    firmware_version: P9CR413
    id: nvme0n1
    model: CT1000P3PSSD8
    numa_node: 0
    partitions:
    - device: "259:13"
      id: nvme0n1p1
      partition: 1
      read_only: false
      size: 6.291456e+08
    - device: "259:14"
      id: nvme0n1p2
      partition: 2
      read_only: false
      size: 2.147483648e+09
    - device: "259:15"
      id: nvme0n1p3
      partition: 3
      read_only: false
      size: 9.9742646272e+11
    pci_address: "0000:08:00.0"
    read_only: false
    removable: false
    rpm: 0
    serial: 25064E17F2A1
    size: 1.000204886016e+12
    type: nvme
    wwn: eui.000000000000000100a075254e17f2a1
  - block_size: 512
    device: "259:0"
    device_id: nvme-eui.00000006250319833a5a270000000148
    device_path: pci-0000:07:00.0-nvme-1
    firmware_version: SN15117
    id: nvme1n1
    model: AirDisk 512GB SSD
    numa_node: 0
    partitions:
    - device: "259:1"
      id: nvme1n1p1
      partition: 1
      read_only: false
      size: 2.147483648e+09
    - device: "259:10"
      id: nvme1n1p10
      partition: 10
      read_only: false
      size: 2.68435456e+10
    - device: "259:11"
      id: nvme1n1p11
      partition: 11
      read_only: false
      size: 4.76358971392e+11
    - device: "259:2"
      id: nvme1n1p2
      partition: 2
      read_only: false
      size: 1.048576e+08
    - device: "259:3"
      id: nvme1n1p3
      partition: 3
      read_only: false
      size: 16384
    - device: "259:4"
      id: nvme1n1p4
      partition: 4
      read_only: false
      size: 1.048576e+08
    - device: "259:5"
      id: nvme1n1p5
      partition: 5
      read_only: false
      size: 1.073741824e+09
    - device: "259:6"
      id: nvme1n1p6
      partition: 6
      read_only: false
      size: 16384
    - device: "259:7"
      id: nvme1n1p7
      partition: 7
      read_only: false
      size: 1.048576e+08
    - device: "259:8"
      id: nvme1n1p8
      partition: 8
      read_only: false
      size: 1.073741824e+09
    - device: "259:9"
      id: nvme1n1p9
      partition: 9
      read_only: false
      size: 4.294967296e+09
    pci_address: "0000:07:00.0"
    read_only: false
    removable: false
    rpm: 0
    serial: QCH983W007193P110W
    size: 5.12110190592e+11
    type: nvme
    wwn: eui.00000006250319833a5a270000000148
  - block_size: 512
    device: "8:0"
    device_id: usb-SanDisk_SDDR-B531_0718250000005826-0:0
    device_path: pci-0000:c9:00.3-usbv3-0:1:1.0-scsi-0:0:0:0
    firmware_version: "2920"
    id: sda
    model: SDDR-B531
    numa_node: 0
    partitions:
    - device: "8:1"
      id: sda1
      partition: 1
      read_only: false
      size: 1.023870483968e+12
    read_only: false
    removable: true
    rpm: 1
    serial: "0718250000005826"
    size: 1.02387154944e+12
    type: usb
    usb_address: "2:2"
  total: 18
system:
  chassis:
    serial: Default string
    type: Desktop
    vendor: Default string
    version: Default string
  family: MINI
  firmware:
    date: 02/19/2025
    vendor: American Megatrends International, LLC.
    version: NucBox K11  1.01
  motherboard:
    product: NucBox K11
    serial: Default string
    vendor: GMKtec
    version: Default string
  product: NucBox K11
  serial: Default string
  sku: K11-001
  type: physical
  uuid: 03000200-0400-0500-0006-000700080009
  vendor: GMKtec
  version: Default string
usb:
  devices:
  - bus_address: 1
    device_address: 2
    interfaces:
    - class: Human Interface Device
      class_id: 3
      driver: usbhid
      driver_version: 6.18.4-zabbly+
      number: 0
      subclass: ""
      subclass_id: 0
    product: 8BitDo UM 2 Receiver
    product_id: "3109"
    serial: ""
    speed: 12
    vendor: 8BitDo
    vendor_id: 2dc8
  - bus_address: 1
    device_address: 3
    interfaces:
    - class: Human Interface Device
      class_id: 3
      driver: usbhid
      driver_version: 6.18.4-zabbly+
      number: 0
      subclass: ""
      subclass_id: 0
    product: 8BitDo UM 2 Receiver
    product_id: "3109"
    serial: ""
    speed: 12
    vendor: 8BitDo
    vendor_id: 2dc8
  - bus_address: 1
    device_address: 4
    interfaces:
    - class: Wireless
      class_id: 224
      driver: btusb
      driver_version: "0.8"
      number: 0
      subclass: Radio Frequency
      subclass_id: 1
    - class: Wireless
      class_id: 224
      driver: btusb
      driver_version: "0.8"
      number: 1
      subclass: Radio Frequency
      subclass_id: 1
    product: AX200 Bluetooth
    product_id: "0029"
    serial: ""
    speed: 12
    vendor: Intel Corp.
    vendor_id: "8087"
  - bus_address: 2
    device_address: 2
    interfaces:
    - class: Mass Storage
      class_id: 8
      driver: usb-storage
      driver_version: 6.18.4-zabbly+
      number: 0
      subclass: SCSI
      subclass_id: 6
    product: SDDR-B531
    product_id: cfcb
    serial: ""
    speed: 5000
    vendor: SanDisk Corp.
    vendor_id: "0781"
  total: 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    IncompleteWaiting on more information from reporter

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions