Need help with Incus 6.19 on ARM64

Hi all – I recently added ARM64 minis to my homelab and am running Incus 6.19 on Ubuntu 24.04.3 (arm64) on Minisforum MS‑R1 machines (12-core ARM64 CPU, 64 GB RAM). I got Incus up and running quickly, but ran into two issues where I’d appreciate help:

Environment

  • Host: Minisforum MS‑R1, 12-core ARM64, 64 GB RAM

  • OS: Ubuntu 24.04.3 (arm64)

  • Kernel: 6.16.11 (custom Zabbly kernel)

  • Incus: 6.19

  • Networking: dual RTL8127 10 Gbit NICs (needed mainline kernel / Zabbly kernel for drivers)

  • Storage: ZFS (Zabbly-provided packages for that kernel)

What I did and what works

  • Installed mainline kernel 6.16 to get RTL8127 NIC drivers — NICs then worked.

  • The mainline kernel lacked modules (so DKMS ZFS didn’t build). I installed Zabbly’s custom Ubuntu kernel and ZFS packages; ZFS and NICs work with that kernel.

  • Incus and containers run fine; I can SSH to the host.

Problems I need help with

  1. Host HDMI/display freezes at BIOS message after booting the Zabbly kernel
  • After switching to the Zabbly kernel, the host’s screen stops updating just after the BIOS splash. The system boots fine (I can SSH in), but the HDMI display remains frozen on the initial BIOS/firmware screen. I don’t know which driver or kernel option to change to restore console output.
  1. Windows 11 ARM64 VM hangs at VM BIOS/firmware screen
  • I tried creating a Windows 11 ARM64 VM in Incus using the same approach I use for x86_64. The VM starts but hangs at the BIOS/UEFI screen. I’m not sure if I’m missing an aarch64 UEFI firmware, a qemu option, or a machine/cpu setting.

Questions

  1. For the host display freeze: any hints which subsystem or kernel option I should check (drm/fb/console/KMS, kernel cmdline options like nomodeset, or vendor drivers)? Are there known issues with Zabbly kernels and HDMI consoles on ARM64 minis?

  2. For the VM BIOS hang: which aarch64 UEFI/QEMU firmware should I install and how should I configure Incus so the VM uses it? Are there special machine/cpu options I should set for a Windows 11 ARM64 VM under Incus?

Thanks in advance – any pointers or commands to collect more useful logs are appreciated.

No real known limitations, but it could be that the needed driver for this board isn’t mainline yet, or has been merged in the mainline kernel but had a default value of disabled and so didn’t make it as a module in the kernel.

If you can figure out what driver this is supposed to use, it should be reasonably easy to check against linux/.config at aarch64 · zabbly/linux · GitHub

I’ve never tried to install the ARM version of Windows 11 so I’m not sure what it may be upset about unfortunately. General ARM64 VMs work fine at least on my ARM servers but I’ve so far only been running Linux VMs.

Do Linux VMs work correctly for you?

Do Linux VMs work correctly for you?

Yes, Ubuntu 24.04 VM works just fine out of the box.

If you can figure out what driver this is supposed to use, it should be reasonably easy to check against linux/.config at aarch64 · zabbly/linux · GitHub

I’ll try digging deeper into that. Thank you for your advice, @stgraber !

To expand on what Stéphane said, it looks like the CIX CP8180, in the MS-R1, comes with an Immortalis G720 MC10 GPU which needs the Panthor driver. I can see support for that being compiled as a Linux module based on the .config that Stéphane linked.

A few suggestions to narrow down the issue:

  1. Check the output of lsmod to see if there is a panthor module being loaded.
  2. Check the output of dmesg to see what the kernel is doing during boot in regards to framebuffer devices. Is it disabling the efifb device? Is it seeing the G720 GPU and attempting to load a panthor module? If so, make sure the module isn’t complaining about anything when it loads (e.g. missing firmware blobs).
  3. If you see the GPU in dmesg and the panthor module appears to be loading then check dpkg --get-selections | grep ^libgl1 and make sure you have the libgl1-mesa-dri package installed. Based on the file list for libgl1-mesa-dri in Ubuntu 24.04 the required panthor_dri.so driver isn’t present. I do see the panthor_dri.so driver in the same package for Ubuntu 25.04 however.

Based on (3) I am guessing you need to get to Ubuntu 25.04+ or see if there is a PPA that you can use for getting newer Mesa drivers on your Ubuntu 24.04 install.

EDIT: I might have the driver name incorrect above. It isn’t clear from my reading whether that GPU uses the Panfrost or Panthor driver. However, the troubleshooting steps are still correct and should help your figure something out. I still think it is likely a newer Mesa driver might be what you need.

@amcduffee thanks for your response!

I checked lsmod and dmesg and couldn’t see any references to GPU or Panthor.

I installed libgl1-mesa-dri package but that it didn’t change anything.

This is how far my screen gets:

These are the only errors I see in dmesg:

[    0.149113] platform CIXH2020:01: failed to claim resource 11: [io  0x50100000-0x501fffff window]
[    0.149143] acpi CIXH2020:01: platform device creation failed: -16
[    0.150108] platform CIXH2020:02: failed to claim resource 11: [io  0x40100000-0x401fffff window]
[    0.150136] acpi CIXH2020:02: platform device creation failed: -16
[    0.150658] platform CIXH2020:03: failed to claim resource 11: [io  0x38100000-0x381fffff window]
[    0.150686] acpi CIXH2020:03: platform device creation failed: -16
[    0.151329] platform CIXH2020:04: failed to claim resource 11: [io  0x30100000-0x301fffff window]
[    0.151358] acpi CIXH2020:04: platform device creation failed: -16

[    2.224367] reg-fixed-voltage PRP0001:06: probe with driver reg-fixed-voltage failed with error -12

[    2.225017] reg-fixed-voltage PRP0001:07: probe with driver reg-fixed-voltage failed with error -12
[    2.225048] reg-fixed-voltage PRP0001:08: probe with driver reg-fixed-voltage failed with error -12

[    5.557990] ramoops: NULL platform data
[    5.560365] ramoops PRP0001:03: probe with driver ramoops failed with error -22

Unfortunately, my experience with hardware is very limited, but I am a software engineer.

Same for me, I understand much more on the software side.

Can you post a full output from both lsmod and dmesg?

yes, here it is:

lsmod

Module                  Size  Used by
vhost_net              32768  2
tap                    28672  1 vhost_net
veth                   36864  0
nft_masq               12288  2
xt_MASQUERADE          16384  2
xt_mark                12288  2
nft_chain_nat          12288  3
nf_nat                 61440  3 nft_masq,nft_chain_nat,xt_MASQUERADE
bridge                372736  0
stp                    12288  1 bridge
llc                    16384  2 bridge,stp
vhost_vsock            24576  1
vmw_vsock_virtio_transport_common    57344  1 vhost_vsock
vhost                  73728  2 vhost_vsock,vhost_net
vhost_iotlb            16384  1 vhost
vsock                  65536  4 vmw_vsock_virtio_transport_common,vhost_vsock
cfg80211             1171456  0
ip6t_REJECT            12288  1
nf_reject_ipv6         24576  1 ip6t_REJECT
xt_hl                  12288  22
ip6t_rt                16384  3
ipt_REJECT             12288  1
nf_reject_ipv4         20480  1 ipt_REJECT
xt_LOG                 16384  10
nf_log_syslog          20480  10
nft_limit              16384  13
xt_limit               12288  0
xt_addrtype            12288  4
binfmt_misc            24576  1
xt_tcpudp              20480  60
xt_conntrack           12288  16
nf_conntrack          188416  4 xt_conntrack,nf_nat,nft_masq,xt_MASQUERADE
nf_defrag_ipv6         24576  1 nf_conntrack
nf_defrag_ipv4         12288  1 nf_conntrack
nft_compat             20480  121
nf_tables             311296  981 nft_compat,nft_masq,nft_chain_nat,nft_limit
optee_rng              12288  0
nls_iso8859_1          12288  1
snd_soc_rt5682s        94208  0
snd_soc_core          364544  1 snd_soc_rt5682s
optee                  65536  0
rpmb_core              20480  1 optee
snd_compress           32768  1 snd_soc_core
ffa_core               20480  1 optee
ac97_bus               12288  1 snd_soc_core
tee                    45056  2 optee,optee_rng
ramoops                28672  0
snd_pcm_dmaengine      16384  1 snd_soc_core
reed_solomon           20480  1 ramoops
snd_pcm               180224  4 snd_compress,snd_soc_core,snd_soc_rt5682s,snd_pcm_dmaengine
uio_pdrv_genirq        16384  0
uio                    28672  1 uio_pdrv_genirq
snd_timer              49152  1 snd_pcm
snd                   135168  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore              16384  1 snd
cppc_cpufreq           24576  0
zfs                  5185536  9
spl                   147456  1 zfs
cdnsp_udc_pci         200704  0
cdns_usb_common        36864  1 cdnsp_udc_pci
udc_core               90112  1 cdnsp_udc_pci
cdns3_pci_wrap         16384  0
sch_fq_codel           24576  4
dm_multipath           49152  0
nfsd                  856064  5
auth_rpcgss           163840  1 nfsd
nfs_acl                12288  1 nfsd
lockd                 139264  1 nfsd
grace                  12288  2 nfsd,lockd
efi_pstore             12288  0
sunrpc                753664  17 nfsd,auth_rpcgss,lockd,nfs_acl
nfnetlink              20480  5 nft_compat,nf_tables
dmi_sysfs              24576  0
ip_tables              36864  0
x_tables               65536  13 xt_conntrack,nft_compat,xt_LOG,xt_tcpudp,xt_addrtype,ip6t_rt,ipt_REJECT,ip_tables,xt_limit,xt_hl,xt_MASQUERADE,ip6t_REJECT,xt_mark
autofs4                57344  2
btrfs                1781760  0
blake2b_generic        20480  0
raid10                 73728  0
raid456               196608  0
async_raid6_recov      20480  1 raid456
async_memcpy           16384  2 raid456,async_raid6_recov
async_pq               16384  2 raid456,async_raid6_recov
async_xor              16384  3 async_pq,raid456,async_raid6_recov
async_tx               16384  5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
xor                    12288  2 async_xor,btrfs
xor_neon               16384  1 xor
raid6_pq              110592  4 async_pq,btrfs,raid456,async_raid6_recov
raid1                  53248  0
raid0                  24576  0
linear                 16384  0
polyval_ce             12288  0
ghash_ce               20480  0
sm4_ce_gcm             16384  0
sm4_ce_ccm             16384  0
sm4_ce                 28672  2 sm4_ce_gcm,sm4_ce_ccm
sm4_ce_cipher          12288  0
sm4                    12288  4 sm4_ce,sm4_ce_cipher,sm4_ce_gcm,sm4_ce_ccm
sm3_ce                 12288  0
i2c_hid_acpi           12288  0
sha3_ce                16384  0
sha1_ce                12288  0
i2c_hid                40960  1 i2c_hid_acpi
nvme                   57344  6
r8169                 139264  0
nvme_core             188416  7 nvme
realtek                49152  1
hid                   262144  1 i2c_hid
fixed                  16384  0
drm                   770048  1 i2c_hid
xhci_plat_hcd          20480  0
spidev                 28672  0
aes_neon_bs            24576  0
aes_neon_blk           24576  1 aes_neon_bs
aes_ce_blk             32768  0
aes_ce_cipher          12288  1 aes_ce_blk

dmesg

[    0.000000] Booting Linux on physical CPU 0x0000000a00 [0x410fd811]
[    0.000000] Linux version 6.16.11-zabbly+ (root@gh-zabbly-linux-52373800266) (gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #ubuntu24.04 SMP PREEMPT_DYNAMIC Thu Oct  9 19:01:06 UTC 2025
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] efi: EFI v2.7 by EDK II
[    0.000000] efi: ACPI 2.0=0x7f9d00018 SMBIOS=0xfffd0000 SMBIOS 3.0=0x7feca0000 MEMATTR=0x7fc5f0298 ESRT=0x7fce94c18 MOKvar=0x7febb0000 INITRD=0x7f9d1b298 MEMRESERVE=0x7f9d19f18
[    0.000000] esrt: Reserving ESRT space from 0x00000007fce94c18 to 0x00000007fce94c50.
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000007F9D00018 000024 (v02 CIXTEK)
[    0.000000] ACPI: XSDT 0x00000007F9D0FE98 000084 (v01 CIXTEK SKY1EDK2 01000101      01000013)
[    0.000000] ACPI: FACP 0x00000007F9D0FC98 000114 (v06 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: DSDT 0x00000007F9CE0018 01012C (v02 CIXTEK SKY1EDK2 00000001 INTL 20241212)
[    0.000000] ACPI: SSDT 0x00000007F9D07518 001F62 (v02 CIXTEK SKY1EDK2 00000001 INTL 20241212)
[    0.000000] ACPI: CSRT 0x00000007F9D0FA98 00008C (v00 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: DBG2 0x00000007F9D0FB98 00005C (v00 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: GTDT 0x00000007F9D0E998 000084 (v03 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: IORT 0x00000007F9D0A198 000AD8 (v05 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: PCCT 0x00000007F9D0F918 00008A (v02 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: SDEI 0x00000007F9D0FA18 000024 (v01 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: APIC 0x00000007F9D0DF18 000428 (v05 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: SSDT 0x00000007F9D0B298 001400 (v02 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: PPTT 0x00000007F9D0E598 000298 (v02 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: MCFG 0x00000007F9D0F518 00006C (v01 CIXTEK SKY1EDK2 01000101 CIX  00000001)
[    0.000000] ACPI: Use ACPI SPCR as default console: Yes
[    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000887fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x8878035a80-0x887803afff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000887fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000843fffff]
[    0.000000]   node   0: [mem 0x0000000084400000-0x00000000845fffff]
[    0.000000]   node   0: [mem 0x0000000085000000-0x0000000085efffff]
[    0.000000]   node   0: [mem 0x0000000085f00000-0x0000000085ffffff]
[    0.000000]   node   0: [mem 0x0000000086000000-0x000000009fffffff]
[    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000a7ffffff]
[    0.000000]   node   0: [mem 0x00000000a8000000-0x00000000fffbffff]
[    0.000000]   node   0: [mem 0x00000000fffc0000-0x00000000fffeffff]
[    0.000000]   node   0: [mem 0x00000000ffff0000-0x00000000ffffdfff]
[    0.000000]   node   0: [mem 0x00000000ffffe000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000007fe5bffff]
[    0.000000]   node   0: [mem 0x00000007fe5c0000-0x00000007feebffff]
[    0.000000]   node   0: [mem 0x00000007feec0000-0x00000007ffffffff]
[    0.000000]   node   0: [mem 0x0000008000000000-0x000000887fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000887fffffff]
[    0.000000] On node 0, zone DMA: 2560 pages in unavailable ranges
[    0.000000] cma: Reserved 32 MiB at 0x00000000fde00000
[    0.000000] psci: probing for conduit method from ACPI.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 36 pages/cpu s106520 r8192 d32744 u147456
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u147456 alloc=36*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Address authentication (architected QARMA3 algorithm)
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: HCRX_EL2 register
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: detected: Memory Tagging Extension
[    0.000000] CPU features: detected: Asymmetric MTE Tag Check Fault
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: SSBS not fully self-synchronizing
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-6.16.11-zabbly+ root=UUID=4917b702-c63b-4d03-922e-6ade3c8930dc ro console=tty0
[    0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.16.11-zabbly+", will be passed to user space.
[    0.000000] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] software IO TLB: area num 16.
[    0.000000] software IO TLB: mapped [mem 0x00000000f9e00000-0x00000000fde00000] (64MB)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16774656
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.000000] ftrace: allocating 60305 entries in 236 pages
[    0.000000] ftrace: allocated 236 pages with 5 groups
[    0.000000] Dynamic Preempt: voluntary
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.000000] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.000000] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.000000] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GIC: enabling workaround for GICv3: ARM64 erratum 2941627
[    0.000000] GICv3: 512 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs, DirectLPI
[    0.000000] GICv3: GICv4 features: DirectLPI RVPEID Valid+Dirty
[    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
[    0.000000] GICv3: CPU0: found redistributor a00 region 0:0x000000000e310000
[    0.000000] ITS [mem 0x0e050000-0x0e06ffff]
[    0.000000] ITS@0x000000000e050000: Single VMOVP capable
[    0.000000] ITS@0x000000000e050000: Using GICv4.1 mode 00000000 00000001
[    0.000000] ITS@0x000000000e050000: allocated 8192 Devices @100260000 (indirect, esz 8, psz 64K, shr 1)
[    0.000000] ITS@0x000000000e050000: allocated 32768 Interrupt Collections @100270000 (flat, esz 2, psz 64K, shr 1)
[    0.000000] ITS@0x000000000e050000: allocated 8192 Virtual CPUs @100280000 (flat, esz 8, psz 64K, shr 1)
[    0.000000] GICv3: using LPI property table @0x0000000100290000
[    0.000000] ITS: Using DirectLPI for VPE invalidation
[    0.000000] ITS: Enabling GICv4 support
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000001002a0000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 1000.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0x1fffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] sched_clock: 61 bits at 1000MHz, resolution 1ns, wraps every 4398046511103ns
[    0.000144] Console: colour dummy device 80x25
[    0.000148] printk: legacy console [tty0] enabled
[    0.000807] ACPI: Core revision 20250404
[    0.001073] Calibrating delay loop (skipped), value calculated using timer frequency.. 2000.00 BogoMIPS (lpj=1000000)
[    0.001081] pid_max: default: 32768 minimum: 301
[    0.001711] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.002001] landlock: Up and running.
[    0.002003] Yama: becoming mindful.
[    0.002158] AppArmor: AppArmor initialized
[    0.002619] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.002652] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.004353] rcu: Hierarchical SRCU implementation.
[    0.004359] rcu: 	Max phase no-delay instances is 400.
[    0.004447] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.004800] fsl-mc MSI: ITS@0xe050000 domain created
[    0.004820] Remapping and enabling EFI services.
[    0.005272] smp: Bringing up secondary CPUs ...
[    0.005517] Detected PIPT I-cache on CPU1
[    0.005538] GICv3: CPU1: found redistributor b00 region 0:0x000000000e350000
[    0.005546] GICv3: CPU1: using allocated LPI pending table @0x00000001002b0000
[    0.005565] CPU1: Booted secondary processor 0x0000000b00 [0x410fd811]
[    0.005918] CPU features: detected: ARM errata 2966298, 3117295
[    0.005929] Detected PIPT I-cache on CPU2
[    0.005938] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR1_EL1. Boot CPU: 0x1001111010312122, CPU2: 0x1001111011312122
[    0.005948] CPU features: Unsupported CPU feature variation detected.
[    0.005966] GICv3: CPU2: found redistributor 0 region 0:0x000000000e090000
[    0.005981] GICv3: CPU2: using allocated LPI pending table @0x00000001002c0000
[    0.006018] CPU2: Booted secondary processor 0x0000000000 [0x410fd801]
[    0.006474] Detected PIPT I-cache on CPU3
[    0.006490] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR1_EL1. Boot CPU: 0x1001111010312122, CPU3: 0x1001111011312122
[    0.006515] GICv3: CPU3: found redistributor 100 region 0:0x000000000e0d0000
[    0.006531] GICv3: CPU3: using allocated LPI pending table @0x00000001002d0000
[    0.006565] CPU3: Booted secondary processor 0x0000000100 [0x410fd801]
[    0.006991] Detected PIPT I-cache on CPU4
[    0.007006] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR1_EL1. Boot CPU: 0x1001111010312122, CPU4: 0x1001111011312122
[    0.007033] GICv3: CPU4: found redistributor 200 region 0:0x000000000e110000
[    0.007049] GICv3: CPU4: using allocated LPI pending table @0x00000001002e0000
[    0.007084] CPU4: Booted secondary processor 0x0000000200 [0x410fd801]
[    0.007551] Detected PIPT I-cache on CPU5
[    0.007567] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR1_EL1. Boot CPU: 0x1001111010312122, CPU5: 0x1001111011312122
[    0.007595] GICv3: CPU5: found redistributor 300 region 0:0x000000000e150000
[    0.007612] GICv3: CPU5: using allocated LPI pending table @0x00000001002f0000
[    0.007647] CPU5: Booted secondary processor 0x0000000300 [0x410fd801]
[    0.008027] Detected PIPT I-cache on CPU6
[    0.008047] GICv3: CPU6: found redistributor 400 region 0:0x000000000e190000
[    0.008055] GICv3: CPU6: using allocated LPI pending table @0x0000000100300000
[    0.008073] CPU6: Booted secondary processor 0x0000000400 [0x410fd811]
[    0.008385] Detected PIPT I-cache on CPU7
[    0.008407] GICv3: CPU7: found redistributor 500 region 0:0x000000000e1d0000
[    0.008415] GICv3: CPU7: using allocated LPI pending table @0x0000000100310000
[    0.008434] CPU7: Booted secondary processor 0x0000000500 [0x410fd811]
[    0.008729] Detected PIPT I-cache on CPU8
[    0.008753] GICv3: CPU8: found redistributor 600 region 0:0x000000000e210000
[    0.008760] GICv3: CPU8: using allocated LPI pending table @0x0000000100320000
[    0.008780] CPU8: Booted secondary processor 0x0000000600 [0x410fd811]
[    0.009088] Detected PIPT I-cache on CPU9
[    0.009112] GICv3: CPU9: found redistributor 700 region 0:0x000000000e250000
[    0.009120] GICv3: CPU9: using allocated LPI pending table @0x0000000100330000
[    0.009139] CPU9: Booted secondary processor 0x0000000700 [0x410fd811]
[    0.009450] Detected PIPT I-cache on CPU10
[    0.009473] GICv3: CPU10: found redistributor 800 region 0:0x000000000e290000
[    0.009481] GICv3: CPU10: using allocated LPI pending table @0x0000000100340000
[    0.009499] CPU10: Booted secondary processor 0x0000000800 [0x410fd811]
[    0.009788] Detected PIPT I-cache on CPU11
[    0.009812] GICv3: CPU11: found redistributor 900 region 0:0x000000000e2d0000
[    0.009819] GICv3: CPU11: using allocated LPI pending table @0x0000000100350000
[    0.009838] CPU11: Booted secondary processor 0x0000000900 [0x410fd811]
[    0.009930] smp: Brought up 1 node, 12 CPUs
[    0.010024] SMP: Total of 12 processors activated.
[    0.010027] CPU: All CPU(s) started at EL2
[    0.010030] CPU features: detected: Branch Target Identification
[    0.010033] CPU features: detected: ARMv8.4 Translation Table Level
[    0.010036] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.010047] CPU features: detected: Common not Private translations
[    0.010050] CPU features: detected: CRC32 instructions
[    0.010052] CPU features: detected: Data cache clean to Point of Deep Persistence
[    0.010056] CPU features: detected: Data cache clean to Point of Persistence
[    0.010058] CPU features: detected: Data independent timing control (DIT)
[    0.010061] CPU features: detected: E0PD
[    0.010063] CPU features: detected: Enhanced Counter Virtualization
[    0.010066] CPU features: detected: Enhanced Counter Virtualization (CNTPOFF)
[    0.010069] CPU features: detected: Enhanced Privileged Access Never
[    0.010071] CPU features: detected: Enhanced Virtualization Traps
[    0.010074] CPU features: detected: Fine Grained Traps
[    0.010077] CPU features: detected: Generic authentication (architected QARMA3 algorithm)
[    0.010081] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.010083] CPU features: detected: LSE atomic instructions
[    0.010086] CPU features: detected: Privileged Access Never
[    0.010088] CPU features: detected: PMUv3
[    0.010091] CPU features: detected: RAS Extension Support
[    0.010093] CPU features: detected: Speculation barrier (SB)
[    0.010096] CPU features: detected: Stage-2 Force Write-Back
[    0.010098] CPU features: detected: TLB range maintenance instructions
[    0.010101] CPU features: detected: WFx with timeout
[    0.010103] CPU features: detected: Memory Partitioning And Monitoring
[    0.010106] CPU features: detected: Memory Partitioning And Monitoring Virtualisation
[    0.010109] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.010112] CPU features: detected: Scalable Vector Extension
[    0.010199] alternatives: applying system-wide alternatives
[    0.011938] CPU features: detected: Activity Monitors Unit (AMU) on CPU0-11
[    0.011949] CPU features: detected: Hardware dirty bit management on CPU0-11
[    0.011954] SVE: maximum available vector length 16 bytes per vector
[    0.011957] SVE: default vector length 16 bytes per vector
[    0.012140] Memory: 65353980K/67098624K available (21888K kernel code, 4226K rwdata, 16892K rodata, 11200K init, 1092K bss, 1697496K reserved, 32768K cma-reserved)
[    0.013089] devtmpfs: initialized
[    0.023772] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.023793] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.023864] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.024022] 18896 pages in range for non-PLT usage
[    0.024025] 510416 pages in range for PLT usage
[    0.024616] pinctrl core: initialized pinctrl subsystem
[    0.024907] SMBIOS 3.6.0 present.
[    0.024915] DMI: Micro Computer (HK) Tech Limited MS-R1/P1WSB, BIOS 1.0 10/25/2025
[    0.024934] DMI: Memory slots populated: 4/4
[    0.026220] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.027024] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.027488] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.027927] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.027954] audit: initializing netlink subsys (disabled)
[    0.028153] audit: type=2000 audit(0.027:1): state=initialized audit_enabled=0 res=1
[    0.028406] thermal_sys: Registered thermal governor 'fair_share'
[    0.028410] thermal_sys: Registered thermal governor 'bang_bang'
[    0.028415] thermal_sys: Registered thermal governor 'step_wise'
[    0.028417] thermal_sys: Registered thermal governor 'user_space'
[    0.028420] thermal_sys: Registered thermal governor 'power_allocator'
[    0.028446] cpuidle: using governor ladder
[    0.028460] cpuidle: using governor menu
[    0.028520] Detected 1 PCC Subspaces
[    0.028523] Registering PCC driver as Mailbox controller
[    0.028591] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.028814] ASID allocator initialised with 65536 entries
[    0.029024] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.029312] Serial: AMBA PL011 UART driver
[    0.032352] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.032361] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.032367] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032370] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.032373] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.032376] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.032379] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032382] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.032385] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.032387] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.035975] fbcon: Taking over console
[    0.036023] ACPI: Added _OSI(Module Device)
[    0.036034] ACPI: Added _OSI(Processor Device)
[    0.036036] ACPI: Added _OSI(Processor Aggregator Device)
[    0.042474] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.045387] ACPI: Interpreter enabled
[    0.045394] ACPI: Using GIC for interrupt routing
[    0.045946] ACPI: MCFG table detected, 4 entries
[    0.046001] sdei: SDEIv1.0 (0x0) detected in firmware.
[    0.049279] ACPI: \_SB_.ADSS.ACLK.PPRS: New power resource
[    0.052718] ACPI: \_SB_.VPU0.PPRS: New power resource
[    0.052870] ACPI: \_SB_.VPU0.CRE0.PRS0: New power resource
[    0.052944] ACPI: \_SB_.VPU0.CRE1.PRS1: New power resource
[    0.053021] ACPI: \_SB_.VPU0.CRE2.PRS2: New power resource
[    0.053090] ACPI: \_SB_.VPU0.CRE3.PRS3: New power resource
[    0.054369] ACPI: \_SB_.DPU0.PRS0: New power resource
[    0.054555] ACPI: \_SB_.DPU1.PRS1: New power resource
[    0.054734] ACPI: \_SB_.DPU2.PRS2: New power resource
[    0.054904] ACPI: \_SB_.DPU3.PRS3: New power resource
[    0.055157] ACPI: \_SB_.DPU4.PRS4: New power resource
[    0.055712] ACPI: \_SB_.GPUP.PPRS: New power resource
[    0.055979] ACPI: \_SB_.NPU0.PPRS: New power resource
[    0.056067] ACPI: \_SB_.NPU0.CRE0.PRS0: New power resource
[    0.056154] ACPI: \_SB_.NPU0.CRE1.PRS1: New power resource
[    0.056238] ACPI: \_SB_.NPU0.CRE2.PRS2: New power resource
[    0.060473] ACPI: \_SB_.ISPM.PRS0: New power resource
[    0.069715] ARMH0011:02: ttyAMA0 at MMIO 0x40d0000 (irq = 21, base_baud = 0) is a SBSA
[    0.106762] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 90-af])
[    0.106799] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.107031] acpi PNP0A08:01: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR DPC]
[    0.107445] acpi PNP0A08:01: _OSC: OS now controls [PCIeCapability]
[    0.113424] acpi PNP0A08:01: ECAM area [mem 0x29000000-0x2affffff] reserved by PNP0C02:00
[    0.113465] acpi PNP0A08:01: ECAM at [mem 0x29000000-0x2affffff] for [bus 90-af]
[    0.113751] PCI host bridge to bus 0000:90
[    0.113782] pci_bus 0000:90: root bus resource [mem 0x50000000-0x5fffffff window]
[    0.113803] pci_bus 0000:90: root bus resource [mem 0x1400000000-0x17ffffffff window]
[    0.113821] pci_bus 0000:90: root bus resource [bus 90-af]
[    0.113877] pci 0000:90:00.0: [17cd:0100] type 01 class 0x060400 PCIe Root Port
[    0.113915] pci 0000:90:00.0: PCI bridge to [bus 91]
[    0.113937] pci 0000:90:00.0:   bridge window [mem 0x50000000-0x500fffff]
[    0.114032] pci 0000:90:00.0: supports D1
[    0.114051] pci 0000:90:00.0: PME# supported from D0 D1 D3hot
[    0.114117] pci 0000:90:00.0: PTM enabled (root), 2ns granularity
[    0.114636] pci 0000:91:00.0: [1c5c:1f69] type 00 class 0x010802 PCIe Endpoint
[    0.114694] pci 0000:91:00.0: BAR 0 [mem 0x50000000-0x50003fff 64bit]
[    0.115120] pci 0000:90:00.0: bridge window [mem 0x50000000-0x500fffff]: assigned
[    0.115150] pci 0000:91:00.0: BAR 0 [mem 0x50000000-0x50003fff 64bit]: assigned
[    0.115180] pci 0000:90:00.0: PCI bridge to [bus 91]
[    0.115201] pci 0000:90:00.0:   bridge window [mem 0x50000000-0x500fffff]
[    0.115242] pci_bus 0000:90: resource 4 [mem 0x50000000-0x5fffffff window]
[    0.115263] pci_bus 0000:90: resource 5 [mem 0x1400000000-0x17ffffffff window]
[    0.115278] pci_bus 0000:91: resource 1 [mem 0x50000000-0x500fffff]
[    0.115686] ACPI: PCI Root Bridge [PCI2] (domain 0000 [bus 60-7f])
[    0.115719] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.115946] acpi PNP0A08:02: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR DPC]
[    0.116359] acpi PNP0A08:02: _OSC: OS now controls [PCIeCapability]
[    0.122204] acpi PNP0A08:02: ECAM area [mem 0x26000000-0x27ffffff] reserved by PNP0C02:00
[    0.122242] acpi PNP0A08:02: ECAM at [mem 0x26000000-0x27ffffff] for [bus 60-7f]
[    0.122673] PCI host bridge to bus 0000:60
[    0.122702] pci_bus 0000:60: root bus resource [mem 0x40000000-0x4fffffff window]
[    0.122723] pci_bus 0000:60: root bus resource [mem 0x1000000000-0x13ffffffff window]
[    0.122740] pci_bus 0000:60: root bus resource [bus 60-7f]
[    0.122778] pci 0000:60:00.0: [17cd:0100] type 01 class 0x060400 PCIe Root Port
[    0.122813] pci 0000:60:00.0: PCI bridge to [bus 61]
[    0.122834] pci 0000:60:00.0:   bridge window [mem 0x40000000-0x400fffff]
[    0.122941] pci 0000:60:00.0: supports D1
[    0.122961] pci 0000:60:00.0: PME# supported from D0 D1 D3hot
[    0.123023] pci 0000:60:00.0: PTM enabled (root), 2ns granularity
[    0.123407] pci 0000:61:00.0: [c0a9:5427] type 00 class 0x010802 PCIe Endpoint
[    0.123465] pci 0000:61:00.0: BAR 0 [mem 0x40000000-0x40003fff 64bit]
[    0.123663] pci 0000:61:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:60:00.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    0.125483] pci 0000:60:00.0: bridge window [mem 0x40000000-0x400fffff]: assigned
[    0.125513] pci 0000:61:00.0: BAR 0 [mem 0x40000000-0x40003fff 64bit]: assigned
[    0.125541] pci 0000:60:00.0: PCI bridge to [bus 61]
[    0.125561] pci 0000:60:00.0:   bridge window [mem 0x40000000-0x400fffff]
[    0.125580] pci_bus 0000:60: resource 4 [mem 0x40000000-0x4fffffff window]
[    0.125595] pci_bus 0000:60: resource 5 [mem 0x1000000000-0x13ffffffff window]
[    0.125611] pci_bus 0000:61: resource 1 [mem 0x40000000-0x400fffff]
[    0.126014] ACPI: PCI Root Bridge [PCI3] (domain 0000 [bus 30-4f])
[    0.126048] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.126283] acpi PNP0A08:03: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR DPC]
[    0.126774] acpi PNP0A08:03: _OSC: OS now controls [PCIeCapability]
[    0.132721] acpi PNP0A08:03: ECAM area [mem 0x23000000-0x24ffffff] reserved by PNP0C02:00
[    0.132759] acpi PNP0A08:03: ECAM at [mem 0x23000000-0x24ffffff] for [bus 30-4f]
[    0.133033] PCI host bridge to bus 0000:30
[    0.133063] pci_bus 0000:30: root bus resource [mem 0x38000000-0x3fffffff window]
[    0.133083] pci_bus 0000:30: root bus resource [mem 0xc00000000-0xfffffffff window]
[    0.133100] pci_bus 0000:30: root bus resource [bus 30-4f]
[    0.133140] pci 0000:30:00.0: [17cd:0100] type 01 class 0x060400 PCIe Root Port
[    0.133178] pci 0000:30:00.0: PCI bridge to [bus 31]
[    0.133197] pci 0000:30:00.0:   bridge window [mem 0x38000000-0x380fffff]
[    0.133297] pci 0000:30:00.0: supports D1
[    0.133314] pci 0000:30:00.0: PME# supported from D0 D1 D3hot
[    0.133386] pci 0000:30:00.0: PTM enabled (root), 2ns granularity
[    0.133796] pci 0000:31:00.0: [10ec:8127] type 00 class 0x020000 PCIe Endpoint
[    0.133863] pci 0000:31:00.0: BAR 0 [io  0x0000-0x00ff]
[    0.133884] pci 0000:31:00.0: BAR 2 [mem 0x38000000-0x3803ffff 64bit]
[    0.133902] pci 0000:31:00.0: BAR 4 [mem 0x38040000-0x38043fff 64bit]
[    0.134046] pci 0000:31:00.0: supports D1 D2
[    0.134063] pci 0000:31:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.136665] pci 0000:30:00.0: bridge window [mem 0x38000000-0x380fffff]: assigned
[    0.136694] pci 0000:31:00.0: BAR 2 [mem 0x38000000-0x3803ffff 64bit]: assigned
[    0.136724] pci 0000:31:00.0: BAR 4 [mem 0x38040000-0x38043fff 64bit]: assigned
[    0.136752] pci 0000:31:00.0: BAR 0 [io  size 0x0100]: can't assign; no space
[    0.136767] pci 0000:31:00.0: BAR 0 [io  size 0x0100]: failed to assign
[    0.136785] pci 0000:31:00.0: BAR 0 [io  size 0x0100]: can't assign; no space
[    0.136801] pci 0000:31:00.0: BAR 0 [io  size 0x0100]: failed to assign
[    0.136816] pci 0000:30:00.0: PCI bridge to [bus 31]
[    0.136833] pci 0000:30:00.0:   bridge window [mem 0x38000000-0x380fffff]
[    0.136853] pci_bus 0000:30: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.136869] pci_bus 0000:30: resource 4 [mem 0x38000000-0x3fffffff window]
[    0.136883] pci_bus 0000:30: resource 5 [mem 0xc00000000-0xfffffffff window]
[    0.136898] pci_bus 0000:31: resource 1 [mem 0x38000000-0x380fffff]
[    0.137284] ACPI: PCI Root Bridge [PCI4] (domain 0000 [bus 00-1f])
[    0.137317] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.137541] acpi PNP0A08:04: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR DPC]
[    0.137946] acpi PNP0A08:04: _OSC: OS now controls [PCIeCapability]
[    0.143834] acpi PNP0A08:04: ECAM area [mem 0x20000000-0x21ffffff] reserved by PNP0C02:00
[    0.143873] acpi PNP0A08:04: ECAM at [mem 0x20000000-0x21ffffff] for [bus 00-1f]
[    0.144153] PCI host bridge to bus 0000:00
[    0.144184] pci_bus 0000:00: root bus resource [mem 0x30000000-0x37ffffff window]
[    0.144204] pci_bus 0000:00: root bus resource [mem 0x800000000-0xbffffffff window]
[    0.144221] pci_bus 0000:00: root bus resource [bus 00-1f]
[    0.144261] pci 0000:00:00.0: [17cd:0100] type 01 class 0x060400 PCIe Root Port
[    0.144299] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.144319] pci 0000:00:00.0:   bridge window [mem 0x30000000-0x300fffff]
[    0.144420] pci 0000:00:00.0: supports D1
[    0.144437] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.144509] pci 0000:00:00.0: PTM enabled (root), 2ns granularity
[    0.144974] pci 0000:01:00.0: [10ec:8127] type 00 class 0x020000 PCIe Endpoint
[    0.145041] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    0.145062] pci 0000:01:00.0: BAR 2 [mem 0x30000000-0x3003ffff 64bit]
[    0.145081] pci 0000:01:00.0: BAR 4 [mem 0x30040000-0x30043fff 64bit]
[    0.145224] pci 0000:01:00.0: supports D1 D2
[    0.145241] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.147839] pci 0000:00:00.0: bridge window [mem 0x30000000-0x300fffff]: assigned
[    0.147870] pci 0000:01:00.0: BAR 2 [mem 0x30000000-0x3003ffff 64bit]: assigned
[    0.147899] pci 0000:01:00.0: BAR 4 [mem 0x30040000-0x30043fff 64bit]: assigned
[    0.147927] pci 0000:01:00.0: BAR 0 [io  size 0x0100]: can't assign; no space
[    0.147943] pci 0000:01:00.0: BAR 0 [io  size 0x0100]: failed to assign
[    0.147960] pci 0000:01:00.0: BAR 0 [io  size 0x0100]: can't assign; no space
[    0.147974] pci 0000:01:00.0: BAR 0 [io  size 0x0100]: failed to assign
[    0.147990] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.148007] pci 0000:00:00.0:   bridge window [mem 0x30000000-0x300fffff]
[    0.148026] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.148041] pci_bus 0000:00: resource 4 [mem 0x30000000-0x37ffffff window]
[    0.148056] pci_bus 0000:00: resource 5 [mem 0x800000000-0xbffffffff window]
[    0.148070] pci_bus 0000:01: resource 1 [mem 0x30000000-0x300fffff]
[    0.149113] platform CIXH2020:01: failed to claim resource 11: [io  0x50100000-0x501fffff window]
[    0.149143] acpi CIXH2020:01: platform device creation failed: -16
[    0.150108] platform CIXH2020:02: failed to claim resource 11: [io  0x40100000-0x401fffff window]
[    0.150136] acpi CIXH2020:02: platform device creation failed: -16
[    0.150658] platform CIXH2020:03: failed to claim resource 11: [io  0x38100000-0x381fffff window]
[    0.150686] acpi CIXH2020:03: platform device creation failed: -16
[    0.151329] platform CIXH2020:04: failed to claim resource 11: [io  0x30100000-0x301fffff window]
[    0.151358] acpi CIXH2020:04: platform device creation failed: -16
[    0.183236] ACPI: CPU0 has been hot-added
[    0.183551] ACPI: CPU1 has been hot-added
[    0.183768] ACPI: CPU2 has been hot-added
[    0.183956] ACPI: CPU3 has been hot-added
[    0.184167] ACPI: CPU4 has been hot-added
[    0.184406] ACPI: CPU5 has been hot-added
[    0.184623] ACPI: CPU6 has been hot-added
[    0.184813] ACPI: CPU7 has been hot-added
[    0.185026] ACPI: CPU8 has been hot-added
[    0.185237] ACPI: CPU9 has been hot-added
[    0.185477] ACPI: CPU10 has been hot-added
[    0.185667] ACPI: CPU11 has been hot-added
[    0.187598] iommu: Default domain type: Translated
[    0.187618] iommu: DMA domain TLB invalidation policy: strict mode
[    0.189810] SCSI subsystem initialized
[    0.190120] libata version 3.00 loaded.
[    0.190270] ACPI: bus type USB registered
[    0.190407] usbcore: registered new interface driver usbfs
[    0.190495] usbcore: registered new interface driver hub
[    0.190578] usbcore: registered new device driver usb
[    0.190976] pps_core: LinuxPPS API ver. 1 registered
[    0.190993] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.191023] PTP clock support registered
[    0.191582] EDAC MC: Ver: 3.0.0
[    0.192206] scmi_core: SCMI protocol bus registered
[    0.192570] efivars: Registered efivars operations
[    0.194667] NetLabel: Initializing
[    0.194685] NetLabel:  domain hash size = 128
[    0.194695] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.194761] NetLabel:  unlabeled traffic allowed by default
[    0.195081] mctp: management component transport protocol core
[    0.195100] NET: Registered PF_MCTP protocol family
[    0.195504] vgaarb: loaded
[    0.196110] clocksource: Switched to clocksource arch_sys_counter
[    0.198862] VFS: Disk quotas dquot_6.6.0
[    0.199017] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.199946] AppArmor: AppArmor Filesystem Enabled
[    0.200044] pnp: PnP ACPI init
[    0.205035] system 00:00: [mem 0x20000000-0x2fffffff] has been reserved
[    0.215809] pnp: PnP ACPI: found 1 devices
[    0.231857] NET: Registered PF_INET protocol family
[    0.232054] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.271497] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.271703] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.271920] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.273224] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.273908] TCP: Hash tables configured (established 524288 bind 65536)
[    0.274355] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.274822] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.275855] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.277226] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.277302] NET: Registered PF_XDP protocol family
[    0.277365] PCI: CLS 0 bytes, default 64
[    0.277480] Trying to unpack rootfs image as initramfs...
[    0.284509] kvm [1]: nv: 566 coarse grained trap handlers
[    0.284924] kvm [1]: nv: 663 fine grained trap handlers
[    0.285228] kvm [1]: IPA Size Limit: 40 bits
[    0.285270] kvm [1]: GICv4 support disabled
[    0.285284] kvm [1]: GICv3: no GICV resource entry
[    0.285295] kvm [1]: disabling GICv2 emulation
[    0.285338] kvm [1]: GIC system register CPU interface enabled
[    0.285372] kvm [1]: vgic interrupt IRQ9
[    0.285459] kvm [1]: VHE mode initialized successfully
[    0.359734] Initialise system trusted keyrings
[    0.359819] Key type blacklist registered
[    0.360183] workingset: timestamp_bits=40 max_order=24 bucket_order=0
[    0.364700] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.366601] fuse: init (API version 7.44)
[    0.367433] integrity: Platform Keyring initialized
[    0.367502] integrity: Machine keyring initialized
[    0.398262] Key type asymmetric registered
[    0.398282] Asymmetric key parser 'x509' registered
[    0.398474] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.398779] io scheduler mq-deadline registered
[    0.410764] ledtrig-cpu: registered to indicate activity on CPUs
[    0.415747] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.415903] ACPI: button: Power Button [PWRB]
[    0.424749] thermal LNXTHERM:00: registered as thermal_zone0
[    0.424760] ACPI: thermal: Thermal Zone [TZB0] (40 C)
[    0.428284] thermal LNXTHERM:01: registered as thermal_zone1
[    0.428289] ACPI: thermal: Thermal Zone [TZB1] (40 C)
[    0.431766] thermal LNXTHERM:02: registered as thermal_zone2
[    0.431771] ACPI: thermal: Thermal Zone [TZM0] (39 C)
[    0.435245] thermal LNXTHERM:03: registered as thermal_zone3
[    0.435250] ACPI: thermal: Thermal Zone [TZM1] (39 C)
[    0.435730] ACPI GTDT: found 1 SBSA generic Watchdog(s).
[    0.439684] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.445128] msm_serial: driver initialized
[    0.445180] SuperH (H)SCI(F) driver initialized
[    0.445735] arm-smmu-v3 arm-smmu-v3.0.auto: option mask 0x0
[    0.445767] arm-smmu-v3 arm-smmu-v3.0.auto: IDR0.HTTU features(0x600000) overridden by FW configuration (0x0)
[    0.445775] arm-smmu-v3 arm-smmu-v3.0.auto: ias 40-bit, oas 40-bit (features 0x0096dfbf)
[    0.446000] arm-smmu-v3 arm-smmu-v3.0.auto: allocated 65536 entries for cmdq
[    0.446211] arm-smmu-v3 arm-smmu-v3.0.auto: allocated 32768 entries for evtq
[    0.446383] arm-smmu-v3 arm-smmu-v3.0.auto: allocated 65536 entries for priq
[    0.446388] arm-smmu-v3 arm-smmu-v3.0.auto: 2-level strtab only covers 25/32 bits of SID
[    0.446559] arm-smmu-v3 arm-smmu-v3.0.auto: msi_domain absent - falling back to wired irqs
[    0.448010] pci 0000:90:00.0: Adding to iommu group 0
[    0.448190] pci 0000:91:00.0: Adding to iommu group 0
[    0.448288] pci 0000:60:00.0: Adding to iommu group 1
[    0.448503] pci 0000:61:00.0: Adding to iommu group 1
[    0.448589] pci 0000:30:00.0: Adding to iommu group 2
[    0.448670] pci 0000:31:00.0: Adding to iommu group 2
[    0.448752] pci 0000:00:00.0: Adding to iommu group 3
[    0.448833] pci 0000:01:00.0: Adding to iommu group 3
[    0.449153] arm-smmu-v3 arm-smmu-v3.1.auto: option mask 0x0
[    0.449178] arm-smmu-v3 arm-smmu-v3.1.auto: IDR0.HTTU features(0x600000) overridden by FW configuration (0x0)
[    0.449184] arm-smmu-v3 arm-smmu-v3.1.auto: ias 40-bit, oas 40-bit (features 0x0096dfbf)
[    0.449382] arm-smmu-v3 arm-smmu-v3.1.auto: allocated 65536 entries for cmdq
[    0.449540] arm-smmu-v3 arm-smmu-v3.1.auto: allocated 32768 entries for evtq
[    0.449639] arm-smmu-v3 arm-smmu-v3.1.auto: allocated 65536 entries for priq
[    0.449643] arm-smmu-v3 arm-smmu-v3.1.auto: 2-level strtab only covers 25/32 bits of SID
[    0.449959] arm-smmu-v3 arm-smmu-v3.1.auto: msi_domain absent - falling back to wired irqs
[    0.450689] platform CIXH5010:00: Adding to iommu group 4
[    0.450716] platform CIXH5010:01: Adding to iommu group 5
[    0.450743] platform CIXH5010:02: Adding to iommu group 6
[    0.450768] platform CIXH5010:03: Adding to iommu group 7
[    0.450794] platform CIXH5010:04: Adding to iommu group 8
[    0.450844] platform CIXH4000:00: Adding to iommu group 9
[    0.451201] platform CIXH3025:00: Adding to iommu group 10
[    0.457429] loop: module loaded
[    0.458327] tun: Universal TUN/TAP device driver, 1.6
[    0.458691] PPP generic driver version 2.4.2
[    0.459284] mousedev: PS/2 mouse device common for all mice
[    0.463819] rtc-efi rtc-efi.0: registered as rtc0
[    0.464848] rtc-efi rtc-efi.0: setting system clock to 2025-12-01T00:51:34 UTC (1764550294)
[    0.464976] i2c_dev: i2c /dev entries driver
[    0.465366] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.465421] device-mapper: uevent: version 1.0.3
[    0.465600] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.466153] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.466948] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 21 (0,800fffff) counters available
[    0.467423] hw perfevents: enabled with armv8_pmuv3_1 PMU driver, 7 (0,8000003f) counters available
[    0.467435] watchdog: NMI not fully supported
[    0.467438] watchdog: Hard watchdog permanently disabled
[    0.467651] drop_monitor: Initializing network drop monitor service
[    0.467973] NET: Registered PF_INET6 protocol family
[    0.827274] Freeing initrd memory: 84812K
[    0.861629] Segment Routing with IPv6
[    0.861670] In-situ OAM (IOAM) with IPv6
[    0.861729] NET: Registered PF_PACKET protocol family
[    0.861945] Key type dns_resolver registered
[    0.864760] registered taskstats version 1
[    0.865813] Loading compiled-in X.509 certificates
[    0.866673] Loaded X.509 cert 'Build time autogenerated kernel key: c2642a719edc62b05235effe4073c9dcd8af371a'
[    0.871382] Demotion targets for Node 0: null
[    0.871693] Key type .fscrypt registered
[    0.871697] Key type fscrypt-provisioning registered
[    0.900224] Key type encrypted registered
[    0.900231] AppArmor: AppArmor sha256 policy hashing enabled
[    0.901459] integrity: Loading X.509 certificate: UEFI:db
[    0.902089] integrity: Loaded X.509 cert 'Cix: cixtech.com: 369c8521b52c6e3ea34d4001a482b689574de546'
[    0.903727] ima: secureboot mode disabled
[    0.903734] ima: No TPM chip found, activating TPM-bypass!
[    0.903742] Loading compiled-in module X.509 certificates
[    0.904311] Loaded X.509 cert 'Build time autogenerated kernel key: c2642a719edc62b05235effe4073c9dcd8af371a'
[    0.904317] ima: Allocated hash algorithm: sha1
[    0.904329] ima: No architecture policies found
[    0.904363] evm: Initialising EVM extended attributes:
[    0.904366] evm: security.selinux
[    0.904369] evm: security.SMACK64
[    0.904371] evm: security.SMACK64EXEC
[    0.904373] evm: security.SMACK64TRANSMUTE
[    0.904375] evm: security.SMACK64MMAP
[    0.904377] evm: security.apparmor
[    0.904380] evm: security.ima
[    0.904382] evm: security.capability
[    0.904384] evm: HMAC attrs: 0x1
[    0.919011] clk: Disabling unused clocks
[    0.919023] PM: genpd: Disabling unused power domains
[    0.921431] Freeing unused kernel memory: 11200K
[    1.520282] Checked W+X mappings: passed, no W+X pages found
[    1.520323] Run /init as init process
[    1.520332]   with arguments:
[    1.520335]     /init
[    1.520337]   with environment:
[    1.520338]     HOME=/
[    1.520339]     TERM=linux
[    1.520340]     BOOT_IMAGE=/vmlinuz-6.16.11-zabbly+
[    2.210430] xhci-hcd PNP0D10:00: xHCI Host Controller
[    2.210453] xhci-hcd PNP0D10:00: new USB bus registered, assigned bus number 1
[    2.210509] xhci-hcd PNP0D10:00: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.210554] xhci-hcd PNP0D10:00: irq 91, io mem 0x09018000
[    2.210702] xhci-hcd PNP0D10:00: xHCI Host Controller
[    2.210708] xhci-hcd PNP0D10:00: new USB bus registered, assigned bus number 2
[    2.210714] xhci-hcd PNP0D10:00: Host supports USB 3.1 Enhanced SuperSpeed
[    2.210785] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.210791] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.210796] usb usb1: Product: xHCI Host Controller
[    2.210799] usb usb1: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.210803] usb usb1: SerialNumber: PNP0D10:00
[    2.211094] hub 1-0:1.0: USB hub found
[    2.211119] hub 1-0:1.0: 1 port detected
[    2.211267] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.211297] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.211302] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.211306] usb usb2: Product: xHCI Host Controller
[    2.211309] usb usb2: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.211312] usb usb2: SerialNumber: PNP0D10:00
[    2.211488] hub 2-0:1.0: USB hub found
[    2.211500] hub 2-0:1.0: 1 port detected
[    2.211716] xhci-hcd PNP0D10:01: xHCI Host Controller
[    2.211726] xhci-hcd PNP0D10:01: new USB bus registered, assigned bus number 3
[    2.211774] xhci-hcd PNP0D10:01: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.211791] xhci-hcd PNP0D10:01: irq 92, io mem 0x09088000
[    2.211871] xhci-hcd PNP0D10:01: xHCI Host Controller
[    2.211877] xhci-hcd PNP0D10:01: new USB bus registered, assigned bus number 4
[    2.211883] xhci-hcd PNP0D10:01: Host supports USB 3.1 Enhanced SuperSpeed
[    2.211931] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.211937] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.211941] usb usb3: Product: xHCI Host Controller
[    2.211944] usb usb3: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.211947] usb usb3: SerialNumber: PNP0D10:01
[    2.212168] hub 3-0:1.0: USB hub found
[    2.212183] hub 3-0:1.0: 1 port detected
[    2.212313] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.212342] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.212347] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.212351] usb usb4: Product: xHCI Host Controller
[    2.212354] usb usb4: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.212357] usb usb4: SerialNumber: PNP0D10:01
[    2.212510] hub 4-0:1.0: USB hub found
[    2.212521] hub 4-0:1.0: 1 port detected
[    2.212720] xhci-hcd PNP0D10:02: xHCI Host Controller
[    2.212733] xhci-hcd PNP0D10:02: new USB bus registered, assigned bus number 5
[    2.212777] xhci-hcd PNP0D10:02: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.212795] xhci-hcd PNP0D10:02: irq 93, io mem 0x090f8000
[    2.212868] xhci-hcd PNP0D10:02: xHCI Host Controller
[    2.212874] xhci-hcd PNP0D10:02: new USB bus registered, assigned bus number 6
[    2.212880] xhci-hcd PNP0D10:02: Host supports USB 3.1 Enhanced SuperSpeed
[    2.212929] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.212934] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.212938] usb usb5: Product: xHCI Host Controller
[    2.212941] usb usb5: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.212944] usb usb5: SerialNumber: PNP0D10:02
[    2.213114] hub 5-0:1.0: USB hub found
[    2.213129] hub 5-0:1.0: 1 port detected
[    2.213258] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.213287] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.213292] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.213296] usb usb6: Product: xHCI Host Controller
[    2.213299] usb usb6: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.213302] usb usb6: SerialNumber: PNP0D10:02
[    2.213520] hub 6-0:1.0: USB hub found
[    2.213532] hub 6-0:1.0: 1 port detected
[    2.213854] xhci-hcd PNP0D10:03: xHCI Host Controller
[    2.213863] xhci-hcd PNP0D10:03: new USB bus registered, assigned bus number 7
[    2.213909] xhci-hcd PNP0D10:03: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.213926] xhci-hcd PNP0D10:03: irq 94, io mem 0x09168000
[    2.214050] xhci-hcd PNP0D10:03: xHCI Host Controller
[    2.214056] xhci-hcd PNP0D10:03: new USB bus registered, assigned bus number 8
[    2.214062] xhci-hcd PNP0D10:03: Host supports USB 3.1 Enhanced SuperSpeed
[    2.214128] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.214135] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.214140] usb usb7: Product: xHCI Host Controller
[    2.214143] usb usb7: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.214147] usb usb7: SerialNumber: PNP0D10:03
[    2.214452] hub 7-0:1.0: USB hub found
[    2.214466] hub 7-0:1.0: 1 port detected
[    2.214599] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.214631] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.214637] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.214641] usb usb8: Product: xHCI Host Controller
[    2.214645] usb usb8: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.214649] usb usb8: SerialNumber: PNP0D10:03
[    2.214904] hub 8-0:1.0: USB hub found
[    2.214916] hub 8-0:1.0: 1 port detected
[    2.215123] xhci-hcd PNP0D10:04: xHCI Host Controller
[    2.215133] xhci-hcd PNP0D10:04: new USB bus registered, assigned bus number 9
[    2.215187] xhci-hcd PNP0D10:04: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.215208] xhci-hcd PNP0D10:04: irq 95, io mem 0x091d8000
[    2.215293] xhci-hcd PNP0D10:04: xHCI Host Controller
[    2.215298] xhci-hcd PNP0D10:04: new USB bus registered, assigned bus number 10
[    2.215305] xhci-hcd PNP0D10:04: Host supports USB 3.1 Enhanced SuperSpeed
[    2.215374] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.215380] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.215385] usb usb9: Product: xHCI Host Controller
[    2.215388] usb usb9: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.215392] usb usb9: SerialNumber: PNP0D10:04
[    2.215576] hub 9-0:1.0: USB hub found
[    2.215590] hub 9-0:1.0: 1 port detected
[    2.215721] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.215761] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.215767] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.215771] usb usb10: Product: xHCI Host Controller
[    2.215774] usb usb10: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.215778] usb usb10: SerialNumber: PNP0D10:04
[    2.215961] hub 10-0:1.0: USB hub found
[    2.215974] hub 10-0:1.0: 1 port detected
[    2.216322] xhci-hcd PNP0D10:05: xHCI Host Controller
[    2.216332] xhci-hcd PNP0D10:05: new USB bus registered, assigned bus number 11
[    2.216384] xhci-hcd PNP0D10:05: hcc params 0x08007f0d hci version 0x110 quirks 0x0000000000000010
[    2.216401] xhci-hcd PNP0D10:05: irq 96, io mem 0x091e8000
[    2.216473] xhci-hcd PNP0D10:05: xHCI Host Controller
[    2.216479] xhci-hcd PNP0D10:05: new USB bus registered, assigned bus number 12
[    2.216484] xhci-hcd PNP0D10:05: Host supports USB 3.1 Enhanced SuperSpeed
[    2.216530] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.216536] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.216540] usb usb11: Product: xHCI Host Controller
[    2.216543] usb usb11: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.216547] usb usb11: SerialNumber: PNP0D10:05
[    2.216752] ACPI: bus type drm_connector registered
[    2.216862] hub 11-0:1.0: USB hub found
[    2.216876] hub 11-0:1.0: 1 port detected
[    2.217001] usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.217030] usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[    2.217035] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.217039] usb usb12: Product: xHCI Host Controller
[    2.217042] usb usb12: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.217045] usb usb12: SerialNumber: PNP0D10:05
[    2.217275] hub 12-0:1.0: USB hub found
[    2.217288] hub 12-0:1.0: 1 port detected
[    2.217519] xhci-hcd PNP0D10:06: xHCI Host Controller
[    2.217528] xhci-hcd PNP0D10:06: new USB bus registered, assigned bus number 13
[    2.217581] xhci-hcd PNP0D10:06: USB3 root hub has no ports
[    2.217591] xhci-hcd PNP0D10:06: hcc params 0x08000f8d hci version 0x110 quirks 0x0000000000000010
[    2.217606] xhci-hcd PNP0D10:06: irq 97, io mem 0x09268000
[    2.217737] usb usb13: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.217744] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.217751] usb usb13: Product: xHCI Host Controller
[    2.217755] usb usb13: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.217759] usb usb13: SerialNumber: PNP0D10:06
[    2.218013] hub 13-0:1.0: USB hub found
[    2.218031] hub 13-0:1.0: 1 port detected
[    2.219325] hid: raw HID events driver (C) Jiri Kosina
[    2.224367] reg-fixed-voltage PRP0001:06: probe with driver reg-fixed-voltage failed with error -12
[    2.224780] xhci-hcd PNP0D10:07: xHCI Host Controller
[    2.224814] xhci-hcd PNP0D10:07: new USB bus registered, assigned bus number 14
[    2.224943] xhci-hcd PNP0D10:07: USB3 root hub has no ports
[    2.224958] xhci-hcd PNP0D10:07: hcc params 0x08000f8d hci version 0x110 quirks 0x0000000000000010
[    2.224997] xhci-hcd PNP0D10:07: irq 98, io mem 0x09298000
[    2.225017] reg-fixed-voltage PRP0001:07: probe with driver reg-fixed-voltage failed with error -12
[    2.225048] reg-fixed-voltage PRP0001:08: probe with driver reg-fixed-voltage failed with error -12
[    2.225155] usb usb14: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.225163] usb usb14: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.225168] usb usb14: Product: xHCI Host Controller
[    2.225172] usb usb14: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.225176] usb usb14: SerialNumber: PNP0D10:07
[    2.225438] hub 14-0:1.0: USB hub found
[    2.225452] hub 14-0:1.0: 1 port detected
[    2.225684] xhci-hcd PNP0D10:08: xHCI Host Controller
[    2.225694] xhci-hcd PNP0D10:08: new USB bus registered, assigned bus number 15
[    2.225744] xhci-hcd PNP0D10:08: USB3 root hub has no ports
[    2.225753] xhci-hcd PNP0D10:08: hcc params 0x08000f8d hci version 0x110 quirks 0x0000000000000010
[    2.225768] xhci-hcd PNP0D10:08: irq 99, io mem 0x092c8000
[    2.225887] usb usb15: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.225893] usb usb15: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.225898] usb usb15: Product: xHCI Host Controller
[    2.225901] usb usb15: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.225904] usb usb15: SerialNumber: PNP0D10:08
[    2.226400] hub 15-0:1.0: USB hub found
[    2.226419] hub 15-0:1.0: 1 port detected
[    2.226673] xhci-hcd PNP0D10:09: xHCI Host Controller
[    2.226683] xhci-hcd PNP0D10:09: new USB bus registered, assigned bus number 16
[    2.226742] xhci-hcd PNP0D10:09: USB3 root hub has no ports
[    2.226751] xhci-hcd PNP0D10:09: hcc params 0x08000f8d hci version 0x110 quirks 0x0000000000000010
[    2.226773] xhci-hcd PNP0D10:09: irq 100, io mem 0x092f8000
[    2.226890] usb usb16: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[    2.226898] usb usb16: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.226903] usb usb16: Product: xHCI Host Controller
[    2.226906] usb usb16: Manufacturer: Linux 6.16.11-zabbly+ xhci-hcd
[    2.226910] usb usb16: SerialNumber: PNP0D10:09
[    2.227232] hub 16-0:1.0: USB hub found
[    2.227249] hub 16-0:1.0: 1 port detected
[    2.228331] r8169 0000:31:00.0: enabling device (0000 -> 0002)
[    2.229261] nvme nvme1: pci function 0000:61:00.0
[    2.229287] nvme nvme0: pci function 0000:91:00.0
[    2.239795] r8169 0000:31:00.0 eth0: RTL8127A, 38:05:25:33:e3:bc, XID 6c9, IRQ 129
[    2.239810] r8169 0000:31:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko]
[    2.239980] r8169 0000:01:00.0: enabling device (0000 -> 0002)
[    2.250184] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    2.251830] r8169 0000:01:00.0 eth1: RTL8127A, 38:05:25:33:e3:bb, XID 6c9, IRQ 130
[    2.251843] r8169 0000:01:00.0 eth1: jumbo features [frames: 16362 bytes, tx checksumming: ko]
[    2.268056] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    2.273207] nvme nvme0: 12/0/0 default/read/poll queues
[    2.275279] nvme nvme1: 12/0/0 default/read/poll queues
[    2.278113]  nvme1n1: p1 p2
[    2.281217]  nvme0n1: p1 p2 p3 p4
[    2.368881] r8169 0000:31:00.0 enp49s0: renamed from eth0
[    2.369842] r8169 0000:01:00.0 enp1s0: renamed from eth1
[    3.665113] raid6: neonx8   gen()  4083 MB/s
[    3.682119] raid6: neonx4   gen()  4047 MB/s
[    3.699115] raid6: neonx2   gen()  3159 MB/s
[    3.716126] raid6: neonx1   gen()  1728 MB/s
[    3.733130] raid6: int64x8  gen()  2099 MB/s
[    3.750127] raid6: int64x4  gen()  2022 MB/s
[    3.767132] raid6: int64x2  gen()  2160 MB/s
[    3.784118] raid6: int64x1  gen()  1117 MB/s
[    3.784136] raid6: using algorithm neonx8 gen() 4083 MB/s
[    3.801114] raid6: .... xor() 3366 MB/s, rmw enabled
[    3.801130] raid6: using neon recovery algorithm
[    3.803171] xor: measuring software checksum speed
[    3.803401]    8regs           : 14744 MB/sec
[    3.803626]    32regs          : 14901 MB/sec
[    3.803793]    arm64_neon      : 20011 MB/sec
[    3.803797] xor: using function: arm64_neon (20011 MB/sec)
[    3.804789] async_tx: api initialized (async)
[    4.181108] random: crng init done
[    4.333595] Btrfs loaded, zoned=yes, fsverity=yes
[    4.471996] EXT4-fs (nvme0n1p4): mounted filesystem 4917b702-c63b-4d03-922e-6ade3c8930dc ro with ordered data mode. Quota mode: none.
[    4.692940] systemd[1]: Inserted module 'autofs4'
[    4.712793] systemd[1]: systemd 255.4-1ubuntu8.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.712828] systemd[1]: Detected architecture arm64.
[    4.883832] systemd[1]: /usr/lib/systemd/system/switcher.service:10: Special user nobody configured, this is not safe!
[    4.883867] systemd[1]: /usr/lib/systemd/system/switcher.service:12: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    4.883881] systemd[1]: /usr/lib/systemd/system/switcher.service:13: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    4.953799] systemd[1]: Queued start job for default target graphical.target.
[    4.987010] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    4.987759] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    4.988269] systemd[1]: Created slice user.slice - User and Session Slice.
[    4.988410] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    4.988701] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    4.988784] systemd[1]: Expecting device dev-disk-by\x2duuid-261af9be\x2d16c8\x2d4bcb\x2d84d9\x2d52b9402fe0d3.device - /dev/disk/by-uuid/261af9be-16c8-4bcb-84d9-52b9402fe0d3...
[    4.988831] systemd[1]: Expecting device dev-disk-by\x2duuid-9ade6e35\x2d906c\x2d4c3d\x2da456\x2d971eb33f0fdb.device - /dev/disk/by-uuid/9ade6e35-906c-4c3d-a456-971eb33f0fdb...
[    4.988872] systemd[1]: Expecting device dev-disk-by\x2duuid-E339\x2d2949.device - /dev/disk/by-uuid/E339-2949...
[    4.988908] systemd[1]: Expecting device dev-nvme1n1p1.device - /dev/nvme1n1p1...
[    4.988960] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    4.989035] systemd[1]: Reached target slices.target - Slice Units.
[    4.989156] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    4.989356] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    4.990439] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    4.990652] systemd[1]: Listening on multipathd.socket - multipathd control socket.
[    5.000104] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    5.000455] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    5.000728] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    5.000949] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    5.001241] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.001542] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.001858] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket.
[    5.002007] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.003165] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.003403] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.005239] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    5.006688] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    5.007893] systemd[1]: Mounting proc-fs-nfsd.mount - NFSD configuration filesystem...
[    5.009174] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    5.010398] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    5.012896] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.013040] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    5.014625] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    5.016095] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.017486] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.018890] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    5.020378] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    5.021756] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    5.023148] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    5.024545] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    5.026223] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    5.026351] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl).
[    5.026564] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    5.028434] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.028537] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.029701] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    5.029817] pstore: Using crash dump compression: deflate
[    5.030210] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.031437] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    5.033545] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    5.034055] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    5.034371] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    5.034640] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    5.034859] RPC: Registered named UNIX socket transport module.
[    5.034868] RPC: Registered udp transport module.
[    5.034872] RPC: Registered tcp transport module.
[    5.034875] RPC: Registered tcp-with-tls transport module.
[    5.034879] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.034913] pstore: Registered efi_pstore as persistent store backend
[    5.035167] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.035813] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.036041] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    5.036524] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    5.036746] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    5.037227] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.037431] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    5.037857] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    5.038057] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    5.038533] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.038746] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    5.040435] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    5.041894] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    5.043806] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    5.046714] EXT4-fs (nvme0n1p4): re-mounted 4917b702-c63b-4d03-922e-6ade3c8930dc r/w.
[    5.047275] systemd-journald[412]: Collecting audit messages is disabled.
[    5.047557] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    5.048162] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    5.049856] systemd[1]: Starting multipathd.service - Device-Mapper Multipath Device Controller...
[    5.050426] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    5.050495] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    5.051887] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    5.051957] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.052460] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    5.052696] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    5.053038] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    5.062195] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    5.063012] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    5.063945] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    5.065750] systemd[1]: Mounted proc-fs-nfsd.mount - NFSD configuration filesystem.
[    5.074950] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.076729] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.080883] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    5.087702] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    5.087991] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    5.089590] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.100809] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    5.103081] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.113138] systemd-journald[412]: Received client request to flush runtime journal.
[    5.117518] systemd-journald[412]: /var/log/journal/ad28acb73c314dff86b434aa92f474d3/system.journal: Journal file uses a different sequence number ID, rotating.
[    5.117527] systemd-journald[412]: Rotating system journal.
[    5.131008] nvme nvme1: using unchecked data buffer
[    5.382450] spl: loading out-of-tree module taints kernel.
[    5.382469] spl: module verification failed: signature and/or required key missing - tainting kernel
[    5.408723] zfs: module license 'CDDL' taints kernel.
[    5.408743] Disabling lock debugging due to kernel taint
[    5.408812] zfs: module license taints kernel.
[    5.457705] Adding 33554428k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:33554428k SS
[    5.514057] EXT4-fs (nvme0n1p2): mounted filesystem 261af9be-16c8-4bcb-84d9-52b9402fe0d3 r/w with ordered data mode. Quota mode: none.
[    5.557990] ramoops: NULL platform data
[    5.560365] ramoops PRP0001:03: probe with driver ramoops failed with error -22
[    5.562796] EXT4-fs (nvme1n1p1): mounted filesystem 8308125a-aff6-41e1-9ec2-bed02d97bd58 r/w with ordered data mode. Quota mode: none.
[    5.637006] optee: probing for conduit method.
[    5.637033] optee: revision 3.17 (000000006dc7ab48)
[    5.652111] optee: initialized driver
[    5.908494] ZFS: Loaded module v2.3.4-1, ZFS pool version 5000, ZFS filesystem version 5
[    6.013287] audit: type=1400 audit(1764550300.048:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=704 comm="apparmor_parser"
[    6.013345] audit: type=1400 audit(1764550300.048:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=705 comm="apparmor_parser"
[    6.013599] audit: type=1400 audit(1764550300.048:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=703 comm="apparmor_parser"
[    6.013606] audit: type=1400 audit(1764550300.048:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=697 comm="apparmor_parser"
[    6.013608] audit: type=1400 audit(1764550300.048:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=700 comm="apparmor_parser"
[    6.013635] audit: type=1400 audit(1764550300.048:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=699 comm="apparmor_parser"
[    6.013701] audit: type=1400 audit(1764550300.048:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=701 comm="apparmor_parser"
[    6.013753] audit: type=1400 audit(1764550300.048:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=708 comm="apparmor_parser"
[    6.013901] audit: type=1400 audit(1764550300.048:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=702 comm="apparmor_parser"
[    6.014054] audit: type=1400 audit(1764550300.048:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=698 comm="apparmor_parser"
[    6.419058] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.419298] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.419477] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    6.428913] r8169 0000:01:00.0: Unable to load firmware rtl_nic/rtl8127a-1.fw (-2)
[    6.450151] Realtek Internal NBASE-T PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
[    6.551338] r8169 0000:01:00.0 enp1s0: Link is Down
[    9.269435] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   14.185284] NET: Registered PF_VSOCK protocol family
[   14.204391] [UFW BLOCK] IN=enp1s0 OUT= MAC=38:05:25:33:e3:bb:6a:4a:69:64:e3:8f:08:00 SRC=192.168.1.32 DST=192.168.1.37 LEN=176 TOS=0x00 PREC=0x00 TTL=64 ID=55950 PROTO=UDP SPT=41641 DPT=41641 LEN=156
[   14.364718] NFSD: Using nfsdcld client tracking operations.
[   14.364730] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
[   14.574514] [UFW BLOCK] IN=enp1s0 OUT= MAC=38:05:25:33:e3:bb:6a:4a:69:64:e3:8f:08:00 SRC=192.168.1.32 DST=192.168.1.37 LEN=152 TOS=0x00 PREC=0x00 TTL=64 ID=41394 PROTO=UDP SPT=41641 DPT=41641 LEN=132
[   15.407897] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   15.516404] kauditd_printk_skb: 96 callbacks suppressed
[   15.516412] audit: type=1400 audit(1764550309.551:108): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus_dnsmasq-incusbr0_</var/lib/incus>" pid=1371 comm="apparmor_parser"
[   16.560997] incusbr0: port 1(veth713d05f4) entered blocking state
[   16.561024] incusbr0: port 1(veth713d05f4) entered disabled state
[   16.561083] veth713d05f4: entered allmulticast mode
[   16.561341] veth713d05f4: entered promiscuous mode
[   16.730771] audit: type=1400 audit(1764550311.212:109): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus-a10_</var/lib/incus>" pid=1516 comm="apparmor_parser"
[   16.846819] physlSn0DQ: renamed from vetha8c4f692
[   16.848836] eth0: renamed from physlSn0DQ
[   16.849810] incusbr0: port 1(veth713d05f4) entered blocking state
[   16.849820] incusbr0: port 1(veth713d05f4) entered forwarding state
[   17.073751] incusbr0: port 2(tap2efefbfb) entered blocking state
[   17.073764] incusbr0: port 2(tap2efefbfb) entered disabled state
[   17.073786] tap2efefbfb: entered allmulticast mode
[   17.073868] tap2efefbfb: entered promiscuous mode
[   17.095390] audit: type=1400 audit(1764550311.577:110): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus-u24vm_</var/lib/incus>" pid=1595 comm="apparmor_parser"
[   17.157429] audit: type=1400 audit(1764550311.639:111): apparmor="DENIED" operation="open" class="file" profile="incus-u24vm_</var/lib/incus>" name="/proc/1612/mountinfo" pid=1612 comm="incusd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   17.205633] audit: type=1400 audit(1764550311.687:112): apparmor="DENIED" operation="capable" class="cap" profile="incus-u24vm_</var/lib/incus>" pid=1612 comm="qemu-system-aar" capability=21  capname="sys_admin"
[   17.356586] incusbr0: port 2(tap2efefbfb) entered blocking state
[   17.356616] incusbr0: port 2(tap2efefbfb) entered forwarding state
[   18.067585] audit: type=1400 audit(1764550312.549:113): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus_archive-1a97f0ea-7864-4f12-a771-4bb7d3d1110a" pid=1762 comm="apparmor_parser"
[   18.128903] audit: type=1400 audit(1764550312.610:114): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="incus_archive-1a97f0ea-7864-4f12-a771-4bb7d3d1110a" pid=1779 comm="apparmor_parser"
[   18.134523] incusbr0: port 1(veth713d05f4) entered disabled state
[   18.170573] audit: type=1400 audit(1764550312.652:115): apparmor="STATUS" operation="profile_load" profile="unconfined" name="incus_archive-bf1011d9-1118-4ce2-bca0-bf0938c84304" pid=1783 comm="apparmor_parser"
[   18.359416] incusbr0: port 1(veth713d05f4) entered blocking state
[   18.359431] incusbr0: port 1(veth713d05f4) entered forwarding state
[   18.504673] systemd-journald[412]: /var/log/journal/ad28acb73c314dff86b434aa92f474d3/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   19.528320] audit: type=1400 audit(1764550314.010:116): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="incus_archive-bf1011d9-1118-4ce2-bca0-bf0938c84304" pid=1876 comm="apparmor_parser"
[  119.824779] hrtimer: interrupt took 2770 ns

I don’t see anything in dmesg that indicates the iGPU is being found. What is the output from ls -la /sys/class/drm?

here:

# ls -la /sys/class/drm
total 0
drwxr-xr-x  2 root root    0 Dec  1 04:36 .
drwxr-xr-x 79 root root    0 Dec  1 00:51 ..
-r--r--r--  1 root root 4096 Dec  1 04:36 version
# cat /sys/class/drm/version
drm 1.1.0 20060810

Yea, that means the kernel isn’t finding the Mali G720.

More reading suggests to me that there are ongoing efforts to get hardware support upstreamed for these CIX SoCs. It sounds like ACPI support will come last, which is how your current Ubuntu install is working. More details here.

Also, here is a thorough MS-R1 review from someone else that covers the lack of hardware support in more “generic” kernels or ACPI installs. They talk about an official Debian 12 image (CIX Edition) with the required customizations to get all the hardware working. If the machine didn’t come with a copy of this Debian 12 image in some form I would contact Minisforum and ask for a download and try it out with a spare M.2 if you don’t want to lose the current installation.

Other than using the custom Debian 12 image it appears it is a waiting game for all the hardware support to go through the upstream process.

1 Like

@amcduffee thank you! Your reply helped me locate the official Debian 12 image for the MS‑R1 and Jeff Geerling’s comprehensive review. I’m sharing the links below.

After reading Geerling’s review, I realized the situation isn’t as dire as I initially thought. Full hardware support remains achievable, and I could even add a PCI‑e NVIDIA card if I needed to, though that would be overkill for my current use case.

My primary work revolves around running Incus containers for development and testing. With Incus I value the flexibility to work on a project in one environment, export the container, and then resume on another machine without friction. That setup satisfies roughly 99 % of my day‑to‑day needs. Anything beyond that is merely a nice‑to‑have. I’d still like Ubuntu on MS‑R1s to support a GPU, but that can wait.

Image: MS-R1-Docs/PlayBook/MS-R1-How-To-Reinstall-OS.md at main · minisforum-docs/MS-R1-Docs · GitHub
Review: Minisforum stuffs an entire Arm Homelab in the MS-R1 | Jeff Geerling

Great! Those are interesting looking systems, hopefully the strangely high power consumption is something that can be ironed out in firmware or software going forward.

Hi,

I’m encountering an issue while trying to boot a Windows 11 25H2 for Arm64 ISO as a VM on Incus. It is not booting.

Host: Radxa Orion O6
CPU: CIX P1 CD8180 (Only 8 A720 cores are used)
OS: Ubuntu Desktop 24.04.3
Kernel: 6.14.0-36-generic #36~24.04.1-Ubuntu
Incus: 6.19.1 (from Zabbly)

For reference, a Linux VM is working: I successfully installed Rocky Linux 10.1 from an ISO.

The Windows 11 ISO boots fine when run directly on QEMU 8.2.2 (from Ubuntu), but fails to boot (stuck at UEFI) when run via Incus.


Please disregard the current incompleteness of the command lines/configs. My sole objective is to successfully boot the Windows 11 ISO in the Incus VM. And I’m not dealing with iGPU/dGPU at this stage.

That’s identical to what I’m seeing with Windows 11 arm64 on Incus. I’m still looking for a solution.

I have identically experience trying to boot windows with incus on arm64. I could not get it to boot.

You could try setting:

  raw.qemu: -device usb-kbd
  raw.qemu.conf: |-
    [device "qemu_gpu"]
    addr=
    bus=
    driver=ramfb

That would add the USB keyboard (to workaround the current issue with the virtio keyboard) and would substitute virtio-gpu for ramfb.

Though in my tests, while I can now see the CDROM prompt and have it boot from there, I’m still not presented with the installer, so there may be more to this.

Adding raw.qemu: -device usb-kbd resolves the boot menu not responding to keyboard input.

Now I can see the installer, but the mouse is not visible in the installer, I need to navigate with keyboard.

Adding -device usb-tablet should be fine to take care of that

1 Like