No video output when using debian in UTM apple virtualization vm

I bootstrapped a custom debian system with with the linux-image-6.12.32-cloud-arm64 kernel, but the display output is not working, I have to use the serial output, the same setup works for rocky linux, so, what’s missing for debian?

dmesg:

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x610f0000]
[    0.000000] Linux version 6.12.32-cloud-arm64 (debian-kernel@lists.debian.org) (aarch64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.32-1 (2025-06-07)
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] efi: EFI v2.7 by EDK II
[    0.000000] efi: ACPI 2.0=0x16fc00018 SMBIOS=0xfffff000 SMBIOS 3.0=0x16fbff000 INITRD=0x16e500918 MEMRESERVE=0x16e500998 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000016FC00018 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 0x000000016FC0FE98 000044 (v01 APPLE  Apple Vz 00000001      01000013)
[    0.000000] ACPI: FACP 0x000000016FC0FA98 000114 (v06 APPLE  Apple Vz 00000001 AAPL 20180427)
[    0.000000] ACPI: DSDT 0x000000016FC0F698 000394 (v02 APPLE  Apple Vz 00000001 AAPL 20180427)
[    0.000000] ACPI: GTDT 0x000000016FC0FC18 000068 (v03 APPLE  Apple Vz 00000001 AAPL 20180427)
[    0.000000] ACPI: APIC 0x000000016FC0E998 0001AC (v05 APPLE  Apple Vz 00000001 AAPL 20180427)
[    0.000000] ACPI: MCFG 0x000000016FC0FF98 00003C (v01 APPLE  Apple Vz 00000001 AAPL 20180427)
[    0.000000] ACPI: Use ACPI SPCR as default console: Yes
[    0.000000] NUMA: Faking a node at [mem 0x0000000070000000-0x000000016fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x16f72f8c0-0x16f732fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000070000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000016fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000070000000-0x00000000ffffdfff]
[    0.000000]   node   0: [mem 0x00000000ffffe000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000016e56ffff]
[    0.000000]   node   0: [mem 0x000000016e570000-0x000000016e6fffff]
[    0.000000]   node   0: [mem 0x000000016e700000-0x000000016fafffff]
[    0.000000]   node   0: [mem 0x000000016fb00000-0x000000016fb8ffff]
[    0.000000]   node   0: [mem 0x000000016fb90000-0x000000016fbaffff]
[    0.000000]   node   0: [mem 0x000000016fbb0000-0x000000016fbdffff]
[    0.000000]   node   0: [mem 0x000000016fbe0000-0x000000016fbfdfff]
[    0.000000]   node   0: [mem 0x000000016fbfe000-0x000000016fbfffff]
[    0.000000]   node   0: [mem 0x000000016fc00000-0x000000016fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000070000000-0x000000016fffffff]
[    0.000000] cma: Reserved 64 MiB at 0x00000000fbe00000 on node -1
[    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.1
[    0.000000] percpu: Embedded 34 pages/cpu s99736 r8192 d31336 u139264
[    0.000000] pcpu-alloc: s99736 r8192 d31336 u139264 alloc=34*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Address authentication (IMP DEF algorithm)
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: kernel page table isolation forced OFF by mitigations=off
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.12.32-cloud-arm64 root=UUID=53f7d851-da63-4817-baa0-fb58fdf73910 ro audit=0 apparmor=0 mitigations=off ipv6.disable=1
[    0.000000] audit: disabled (until reboot)
[    0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.12.32-cloud-arm64", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1048576
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000f7e00000-0x00000000fbe00000] (64MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 44043 entries in 173 pages
[    0.000000] ftrace: allocated 173 pages with 5 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    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 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: 988 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs, RSS
[    0.000000] GICv3: GICD_CTRL.DS=1, SCR_EL3.FIQ=0
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000010010000
[    0.000000] GICv2m: range[mem 0x1fff0000-0x1fff0fff], SPI[128:255]
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000444] Console: colour dummy device 80x25
[    0.000446] printk: legacy console [tty0] enabled
[    0.003665] ACPI: Core revision 20240827
[    0.004455] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.004458] pid_max: default: 32768 minimum: 301
[    0.010701] LSM: initializing lsm=lockdown,capability,landlock,yama,selinux,tomoyo,bpf,ipe,ima,evm
[    0.011343] landlock: Up and running.
[    0.011344] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.011360] SELinux:  Initializing.
[    0.017076] TOMOYO Linux initialized
[    0.018116] LSM support for eBPF active
[    0.020453] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.020478] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.024818] spectre-v4 mitigation disabled by command-line option
[    0.024872] ACPI PPTT: No PPTT table found, CPU and cache topology may be inaccurate
[    0.024887] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.047883] rcu: Hierarchical SRCU implementation.
[    0.047885] rcu:     Max phase no-delay instances is 1000.
[    0.048049] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.052358] Remapping and enabling EFI services.
[    0.052583] smp: Bringing up secondary CPUs ...
[    0.066518] Detected PIPT I-cache on CPU1
[    0.066539] GICv3: CPU1: found redistributor 1 region 0:0x0000000010030000
[    0.066615] CPU1: Booted secondary processor 0x0000000001 [0x610f0000]
[    0.076425] Detected PIPT I-cache on CPU2
[    0.076446] GICv3: CPU2: found redistributor 2 region 0:0x0000000010050000
[    0.076520] CPU2: Booted secondary processor 0x0000000002 [0x610f0000]
[    0.086240] Detected PIPT I-cache on CPU3
[    0.086264] GICv3: CPU3: found redistributor 3 region 0:0x0000000010070000
[    0.086337] CPU3: Booted secondary processor 0x0000000003 [0x610f0000]
[    0.086439] smp: Brought up 1 node, 4 CPUs
[    0.086448] SMP: Total of 4 processors activated.
[    0.086449] CPU: All CPU(s) started at EL1
[    0.086468] CPU features: detected: ARMv8.4 Translation Table Level
[    0.086470] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.086472] CPU features: detected: Common not Private translations
[    0.086473] CPU features: detected: CRC32 instructions
[    0.086474] CPU features: detected: Data cache clean to Point of Deep Persistence
[    0.086475] CPU features: detected: Data cache clean to Point of Persistence
[    0.086476] CPU features: detected: Data independent timing control (DIT)
[    0.086477] CPU features: detected: E0PD
[    0.086478] CPU features: detected: Generic authentication (IMP DEF algorithm)
[    0.086480] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.086481] CPU features: detected: LSE atomic instructions
[    0.086482] CPU features: detected: Privileged Access Never
[    0.086483] CPU features: detected: RAS Extension Support
[    0.086484] CPU features: detected: Speculation barrier (SB)
[    0.086485] CPU features: detected: TLB range maintenance instructions
[    0.086633] spectre-bhb mitigation disabled by command line option
[    0.086633] spectre-bhb mitigation disabled by command line option
[    0.086652] alternatives: applying system-wide alternatives
[    0.100191] node 0 deferred pages initialised in 12ms
[    0.100282] Memory: 3933432K/4194304K available (14144K kernel code, 2758K rwdata, 10704K rodata, 2112K init, 908K bss, 190764K reserved, 65536K cma-reserved)
[    0.102260] devtmpfs: initialized
[    0.102721] setend instruction emulation is not supported on this system
[    0.102800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.102807] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.102946] 25040 pages in range for non-PLT usage
[    0.102947] 516560 pages in range for PLT usage
[    0.103050] pinctrl core: initialized pinctrl subsystem
[    0.103144] SMBIOS 3.3.0 present.
[    0.103148] DMI: Apple Inc. Apple Virtualization Generic Platform, BIOS 2075.120.2.0.0 04/18/2025
[    0.103166] DMI: Memory slots populated: 1/1
[    0.104835] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.105826] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.105888] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.105958] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.106041] thermal_sys: Registered thermal governor 'fair_share'
[    0.106042] thermal_sys: Registered thermal governor 'bang_bang'
[    0.106043] thermal_sys: Registered thermal governor 'step_wise'
[    0.106044] thermal_sys: Registered thermal governor 'user_space'
[    0.106090] cpuidle: using governor ladder
[    0.106131] cpuidle: using governor menu
[    0.106170] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.106279] ASID allocator initialised with 256 entries
[    0.106307] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.106317] Serial: AMBA PL011 UART driver
[    0.107962] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.107965] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.107967] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.107968] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.107970] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.107971] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.107972] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.107973] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.109810] ACPI: Added _OSI(Module Device)
[    0.109812] ACPI: Added _OSI(Processor Device)
[    0.109813] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.109814] ACPI: Added _OSI(Processor Aggregator Device)
[    0.109889] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.110075] ACPI: Interpreter enabled
[    0.110077] ACPI: Using GIC for interrupt routing
[    0.110083] ACPI: MCFG table detected, 1 entries
[    0.110674] ACPI: CPU0 has been hot-added
[    0.110692] ACPI: CPU1 has been hot-added
[    0.110703] ACPI: CPU2 has been hot-added
[    0.110717] ACPI: CPU3 has been hot-added
[    0.110795] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.110799] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.110806] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability LTR]
[    0.110808] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER PCIeCapability LTR]
[    0.110809] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
[    0.110819] acpi PNP0A08:00: ECAM area [mem 0x40000000-0x4fffffff] reserved by PNP0C02:00
[    0.110828] acpi PNP0A08:00: ECAM at [mem 0x40000000-0x4fffffff] for [bus 00-ff]
[    0.110838] ACPI: Remapped I/O 0x000000006fff0000 to [io  0x0000-0xffff window]
[    0.110862] PCI host bridge to bus 0000:00
[    0.110864] pci_bus 0000:00: root bus resource [mem 0x50000000-0x6ffdffff window]
[    0.110866] pci_bus 0000:00: root bus resource [mem 0x180000000-0x1bfffffff window]
[    0.110868] pci_bus 0000:00: root bus resource [io  0x0000-0xffff window]
[    0.110869] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.110901] pci 0000:00:00.0: [106b:1a05] type 00 class 0x060000 conventional PCI endpoint
[    0.111089] pci 0000:00:01.0: [1af4:1041] type 00 class 0x020000 conventional PCI endpoint
[    0.111145] pci 0000:00:01.0: BAR 0 [mem 0x180014000-0x180017fff 64bit]
[    0.111163] pci 0000:00:01.0: BAR 2 [mem 0x50009000-0x5000903f]
[    0.111402] pci 0000:00:05.0: [1af4:1043] type 00 class 0x078000 conventional PCI endpoint
[    0.111442] pci 0000:00:05.0: BAR 0 [mem 0x180010000-0x180013fff 64bit]
[    0.111460] pci 0000:00:05.0: BAR 2 [mem 0x50004000-0x5000407f]
[    0.111690] pci 0000:00:06.0: [1af4:1042] type 00 class 0x018000 conventional PCI endpoint
[    0.111729] pci 0000:00:06.0: BAR 0 [mem 0x18000c000-0x18000ffff 64bit]
[    0.111746] pci 0000:00:06.0: BAR 2 [mem 0x50008000-0x5000803f]
[    0.111981] pci 0000:00:07.0: [1af4:1050] type 00 class 0x038000 conventional PCI endpoint
[    0.112020] pci 0000:00:07.0: BAR 0 [mem 0x180008000-0x18000bfff 64bit]
[    0.112038] pci 0000:00:07.0: BAR 2 [mem 0x50007000-0x5000703f]
[    0.112269] pci 0000:00:08.0: [1af4:1044] type 00 class 0x100000 conventional PCI endpoint
[    0.112309] pci 0000:00:08.0: BAR 0 [mem 0x180004000-0x180007fff 64bit]
[    0.112326] pci 0000:00:08.0: BAR 2 [mem 0x50006000-0x5000603f]
[    0.112539] pci 0000:00:09.0: [1af4:1045] type 00 class 0x058000 conventional PCI endpoint
[    0.112578] pci 0000:00:09.0: BAR 0 [mem 0x180000000-0x180003fff 64bit]
[    0.112595] pci 0000:00:09.0: BAR 2 [mem 0x50005000-0x5000503f]
[    0.112811] pci 0000:00:0a.0: [106b:1a06] type 00 class 0x0c0330 conventional PCI endpoint
[    0.112835] pci 0000:00:0a.0: BAR 0 [mem 0x50003000-0x50003fff]
[    0.112847] pci 0000:00:0a.0: BAR 1 [mem 0x50002000-0x500023ff]
[    0.113007] pci 0000:00:0b.0: [106b:1a06] type 00 class 0x0c0330 conventional PCI endpoint
[    0.113032] pci 0000:00:0b.0: BAR 0 [mem 0x50001000-0x50001fff]
[    0.113043] pci 0000:00:0b.0: BAR 1 [mem 0x50000000-0x500003ff]
[    0.113222] pci 0000:00:01.0: BAR 0 [mem 0x180000000-0x180003fff 64bit]: assigned
[    0.113245] pci 0000:00:05.0: BAR 0 [mem 0x180004000-0x180007fff 64bit]: assigned
[    0.113264] pci 0000:00:06.0: BAR 0 [mem 0x180008000-0x18000bfff 64bit]: assigned
[    0.113282] pci 0000:00:07.0: BAR 0 [mem 0x18000c000-0x18000ffff 64bit]: assigned
[    0.113301] pci 0000:00:08.0: BAR 0 [mem 0x180010000-0x180013fff 64bit]: assigned
[    0.113319] pci 0000:00:09.0: BAR 0 [mem 0x180014000-0x180017fff 64bit]: assigned
[    0.113337] pci 0000:00:0a.0: BAR 0 [mem 0x50000000-0x50000fff]: assigned
[    0.113343] pci 0000:00:0b.0: BAR 0 [mem 0x50001000-0x50001fff]: assigned
[    0.113348] pci 0000:00:0a.0: BAR 1 [mem 0x50002000-0x500023ff]: assigned
[    0.113354] pci 0000:00:0b.0: BAR 1 [mem 0x50002400-0x500027ff]: assigned
[    0.113359] pci 0000:00:05.0: BAR 2 [mem 0x50002800-0x5000287f]: assigned
[    0.113366] pci 0000:00:01.0: BAR 2 [mem 0x50002880-0x500028bf]: assigned
[    0.113373] pci 0000:00:06.0: BAR 2 [mem 0x500028c0-0x500028ff]: assigned
[    0.113379] pci 0000:00:07.0: BAR 2 [mem 0x50002900-0x5000293f]: assigned
[    0.113386] pci 0000:00:08.0: BAR 2 [mem 0x50002940-0x5000297f]: assigned
[    0.113393] pci 0000:00:09.0: BAR 2 [mem 0x50002980-0x500029bf]: assigned
[    0.113403] pci_bus 0000:00: resource 4 [mem 0x50000000-0x6ffdffff window]
[    0.113405] pci_bus 0000:00: resource 5 [mem 0x180000000-0x1bfffffff window]
[    0.113406] pci_bus 0000:00: resource 6 [io  0x0000-0xffff window]
[    0.113534] iommu: Default domain type: Translated
[    0.113537] iommu: DMA domain TLB invalidation policy: strict mode
[    0.113769] pps_core: LinuxPPS API ver. 1 registered
[    0.113771] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.113774] PTP clock support registered
[    0.113784] scmi_core: SCMI protocol bus registered
[    0.113849] efivars: Registered efivars operations
[    0.113986] NetLabel: Initializing
[    0.113988] NetLabel:  domain hash size = 128
[    0.113989] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.113997] NetLabel:  unlabeled traffic allowed by default
[    0.114093] vgaarb: loaded
[    0.114292] clocksource: Switched to clocksource arch_sys_counter
[    0.115147] VFS: Disk quotas dquot_6.6.0
[    0.115170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.115274] pnp: PnP ACPI init
[    0.115301] system 00:00: [mem 0x40000000-0x4fffffff] could not be reserved
[    0.115306] pnp: PnP ACPI: found 1 devices
[    0.119074] NET: Registered PF_INET protocol family
[    0.119288] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.127748] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.127757] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.127872] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.128235] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.128277] TCP: Hash tables configured (established 32768 bind 32768)
[    0.128435] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.128504] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.128530] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.128581] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.128588] NET: Registered PF_XDP protocol family
[    0.128628] PCI: CLS 0 bytes, default 64
[    0.128700] Trying to unpack rootfs image as initramfs...
[    0.134482] kvm [1]: HYP mode not available
[    0.134703] Initialise system trusted keyrings
[    0.134723] Key type blacklist registered
[    0.134813] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[    0.135939] fuse: init (API version 7.41)
[    0.136410] integrity: Platform Keyring initialized
[    0.136414] integrity: Machine keyring initialized
[    0.148796] Key type asymmetric registered
[    0.148799] Asymmetric key parser 'x509' registered
[    0.250789] Freeing initrd memory: 10656K
[    0.256210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.258458] pl061_gpio ARMH0061:00: PL061 GPIO chip registered
[    0.258537] input: Power Button as /devices/LNXSYSTM:00/PNP0C0C:00/input/input0
[    0.258552] ACPI: button: Power Button [PWRB]
[    0.307212] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.307550] Serial: AMBA driver
[    0.307559] msm_serial: driver initialized
[    0.309359] Key type psk registered
[    0.309995] rtc-efi rtc-efi.0: registered as rtc0
[    0.310044] rtc-efi rtc-efi.0: setting system clock to 2025-06-24T18:35:02 UTC (1750790102)
[    0.310297] IPv6: Loaded, but administratively disabled, reboot required to enable
[    0.310300] mip6: Mobile IPv6
[    0.310301] mip6: mip6_init: can't add xfrm type(destopt)
[    0.310308] NET: Registered PF_PACKET protocol family
[    0.311572] registered taskstats version 1
[    0.311793] Loading compiled-in X.509 certificates
[    0.324182] Loaded X.509 cert 'Build time autogenerated kernel key: 75359246a1cd9f5dd206788cab56833c6762485b'
[    0.325676] Demotion targets for Node 0: null
[    0.325799] Key type .fscrypt registered
[    0.325801] Key type fscrypt-provisioning registered
[    0.337040] Key type encrypted registered
[    0.337185] ima: secureboot mode disabled
[    0.337189] ima: No TPM chip found, activating TPM-bypass!
[    0.337192] ima: Allocated hash algorithm: sha256
[    0.337200] ima: No architecture policies found
[    0.337221] evm: Initialising EVM extended attributes:
[    0.337222] evm: security.selinux
[    0.337223] evm: security.SMACK64 (disabled)
[    0.337224] evm: security.SMACK64EXEC (disabled)
[    0.337225] evm: security.SMACK64TRANSMUTE (disabled)
[    0.337226] evm: security.SMACK64MMAP (disabled)
[    0.337227] evm: security.apparmor
[    0.337228] evm: security.ima
[    0.337229] evm: security.capability
[    0.337229] evm: HMAC attrs: 0x1
[    0.347346] clk: Disabling unused clocks
[    0.347350] PM: genpd: Disabling unused power domains
[    0.347873] Freeing unused kernel memory: 2112K
[    0.352774] Checked W+X mappings: passed, no W+X pages found
[    0.352789] Run /init as init process
[    0.352794]   with arguments:
[    0.352795]     /init
[    0.352796]   with environment:
[    0.352796]     HOME=/
[    0.352797]     TERM=linux
[    0.352797]     BOOT_IMAGE=/boot/vmlinuz-6.12.32-cloud-arm64
[    0.444734] virtio_blk virtio2: 1/0/0 default/read/poll queues
[    0.445217] virtio_blk virtio2: [vda] 2097152 512-byte logical blocks (1.07 GB/1.00 GiB)
[    0.445469]  vda: vda1 vda2
[    0.556087] EXT4-fs (vda2): orphan cleanup on readonly fs
[    0.556172] EXT4-fs (vda2): mounted filesystem 53f7d851-da63-4817-baa0-fb58fdf73910 ro with ordered data mode. Quota mode: none.
[    0.588252] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    0.635063] systemd[1]: Inserted module 'autofs4'
[    0.644242] random: crng init done
[    0.655863] systemd[1]: systemd 257.6-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    0.655871] systemd[1]: Detected virtualization apple.
[    0.655874] systemd[1]: Detected architecture arm64.
[    0.657345] systemd[1]: No hostname configured, using default hostname.
[    0.657403] systemd[1]: Hostname set to <localhost>.
[    0.657728] systemd[1]: Initializing machine ID from random generator.
[    0.657751] systemd[1]: Installed transient /etc/machine-id file.
[    0.745625] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    0.836013] NET: Registered PF_VSOCK protocol family
[    0.892984] systemd[1]: Queued start job for default target graphical.target.
[    0.919822] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    0.920069] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    0.920246] systemd[1]: Created slice system-serialx2dgetty.slice - Slice /system/serial-getty.
[    0.920386] systemd[1]: Created slice user.slice - User and Session Slice.
[    0.920436] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.