Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

TDX guest launch failed during boot on Rocky9.4 #5

Description

@justin-better

Host environment : rocky9.4 , kernel = 6.6.-rc2 , qemu-tdx=tdx-qemu-next-2023.9.21-v8.1.0, edk2=edk2-stable202302
dmesg of the host:

[root@ guest-tools]# dmesg |grep -i tdx
[ 0.000000] Command line: BOOT_IMAGE=(hd2,gpt2)/vmlinuz-6.6.0-rc2 root=/dev/mapper/rl00-root ro crashkernel=1G-4G:192M,4G-64G:256M,64G-:1
[ 0.020275] Kernel command line: BOOT_IMAGE=(hd2,gpt2)/vmlinuz-6.6.0-rc2 root=/dev/mapper/rl00-root ro crashkernel=1G-4G:192M,4G-64G:2561
[ 0.127112] virt/tdx: BIOS enabled: private KeyID range [32, 64)
[ 0.127114] virt/tdx: Disable ACPI S3 suspend. Turn off TDX in the BIOS to use ACPI S3.
[ 0.653048] virt/tdx: TDX module: attributes 0x0, vendor_id 0x8086, major_version 1, minor_version 5, build_date 20240129, build_num 698
[ 0.653050] virt/tdx: CMR: [0x100000, 0x77800000)
[ 0.653053] virt/tdx: CMR: [0x100000000, 0x1ffe000000)
[ 0.653054] virt/tdx: CMR: [0x4000000000, 0x6000000000)
[ 0.653055] virt/tdx: CMR: [0x8000000000, 0x8080000000)
[ 1.124609] virt/tdx: 1050644 KBs allocated for PAMT
[ 1.124617] virt/tdx: module initialized
[root@ guest-tools]# uname -r
6.6.0-rc2

Guest environment: Rocky-9-GenericCloud.latest.x86_64.qcow2 (https://dl.rockylinux.org/pub/rocky/9/images/x86_64/)
I've follwed the steps described in build but I am unable to start a TD.
run command:

[root@ guest-tools]# qemu-system-x86_64
-enable-kvm
-drive file=Rocky-9-GenericCloud.latest.x86_64.qcow2,if=virtio
-smp cpus=4,cores=2,threads=2
-m 4G
-cpu host
-netdev user,id=n1,hostfwd=tcp::2022-:22
-device virtio-net-pci,netdev=n1,mac=11:22:33:44:55:66
-nographic
-kernel /boot/vmlinuz-$(uname -r)
-initrd /boot/initramfs-$(uname -r).img
-append "root=/dev/vda1 console=ttyS0"
-object tdx-guest,id=tdx
-object memory-backend-ram,id=mem0,size=4G,private=on
-machine q35,kernel-irqchip=split,confidential-guest-support=tdx,memory-backend=mem0
-bios OVMF.fd
-vga none
-nodefaults
-serial stdio

qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]
qemu-system-x86_64: warning: ram_block_discard_range_fd: Discarding RAM in private file mappings is possibly dangerous, bece
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
[ 0.000000] tdx: Guest detected
[ 0.000000] Linux version 6.6.0-rc2 (root@localhost) (gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4), GN4
[ 0.000000] Command line: root=/dev/vda1 console=ttyS0 initrd=initrd
[ 0.000000] x86/split lock detection: #DB: warning on user-space bus_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000080bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000080c000-0x000000000080cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000080d000-0x000000007d094fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d095000-0x000000007d095fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007d096000-0x000000007d18efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d18f000-0x000000007d191fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007d192000-0x000000007d197fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d198000-0x000000007d198fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d199000-0x000000007d199fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007d19a000-0x000000007d1b6fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d1b7000-0x000000007d1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d200000-0x000000007d40bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d40c000-0x000000007d52efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d52f000-0x000000007d54afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d54b000-0x000000007d562fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007d563000-0x000000007d56bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d56c000-0x000000007d56dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007d56e000-0x000000007d5aefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d5af000-0x000000007e7b4fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007e7b5000-0x000000007e80cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007e80d000-0x000000007e814fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007e815000-0x000000007e818fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007e819000-0x000000007ff7bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007ff7c000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: ACPI=0x7e814000 ACPI 2.0=0x7e814014 SMBIOS=0x7e7ea000 SMBIOS 3.0=0x7e7e8000 MEMATTR=0x7d09a298 INITRD=0
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS unknown unknown
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.000016] last_pfn = 0x180000 max_arch_pfn = 0x10000000000
[ 0.000045] MTRRs disabled by BIOS
[ 0.000046] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000056] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.000077] last_pfn = 0x7ff7c max_arch_pfn = 0x10000000000
[ 0.012684] software IO TLB: SWIOTLB bounce buffer size adjusted to 245MB
[ 0.012691] Using GB pages for direct mapping
[ 0.020061] Secure boot disabled
[ 0.020062] RAMDISK: [mem 0x65932000-0x70521fff]
[ 0.020064] ACPI: Early table checksum verification disabled
[ 0.020068] ACPI: RSDP 0x000000007E814014 000024 (v02 BOCHS )
[ 0.020071] ACPI: XSDT 0x000000007E8130E8 000054 (v01 BOCHS BXPC 00000001 01000013)
[ 0.020077] ACPI: FACP 0x000000007E80E000 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020082] ACPI: DSDT 0x000000007E80F000 002164 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020086] ACPI: FACS 0x000000007E817000 000040
[ 0.020089] ACPI: CCEL 0x000000007E812000 000038 (v01 INTEL EDK2 00000002 01000013)
[ 0.020093] ACPI: HPET 0x000000007D191000 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020096] ACPI: MCFG 0x000000007D190000 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020099] ACPI: WAET 0x000000007D18F000 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020103] ACPI: APIC 0x000000007D199000 00010E (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.020105] ACPI: Reserving FACP table memory at [mem 0x7e80e000-0x7e80e0f3]
[ 0.020106] ACPI: Reserving DSDT table memory at [mem 0x7e80f000-0x7e811163]
[ 0.020117] ACPI: Reserving FACS table memory at [mem 0x7e817000-0x7e81703f]
[ 0.020117] ACPI: Reserving CCEL table memory at [mem 0x7e812000-0x7e812037]
[ 0.020118] ACPI: Reserving HPET table memory at [mem 0x7d191000-0x7d191037]
[ 0.020118] ACPI: Reserving MCFG table memory at [mem 0x7d190000-0x7d19003b]
[ 0.020119] ACPI: Reserving WAET table memory at [mem 0x7d18f000-0x7d18f027]
[ 0.020120] ACPI: Reserving APIC table memory at [mem 0x7d199000-0x7d19910d]
[ 0.020196] APIC: Switched APIC routing to: cluster x2apic
[ 0.020864] No NUMA configuration found
[ 0.020865] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[ 0.020871] NODE_DATA(0) allocated [mem 0x17ffd3000-0x17fffdfff]
[ 0.233084] Zone ranges:
[ 0.233085] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.233086] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.233087] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.233088] Device empty
[ 0.233089] Movable zone start for each node
[ 0.233090] Early memory node ranges
[ 0.233091] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.233092] node 0: [mem 0x0000000000100000-0x000000000080bfff]
[ 0.233093] node 0: [mem 0x000000000080d000-0x000000007d094fff]
[ 0.233094] node 0: [mem 0x000000007d096000-0x000000007d18efff]
[ 0.233094] node 0: [mem 0x000000007d192000-0x000000007d197fff]
[ 0.233095] node 0: [mem 0x000000007d19a000-0x000000007d1b6fff]
[ 0.233095] node 0: [mem 0x000000007d200000-0x000000007d40bfff]
[ 0.233096] node 0: [mem 0x000000007d52f000-0x000000007d54afff]
[ 0.233096] node 0: [mem 0x000000007d56c000-0x000000007d56dfff]
[ 0.233097] node 0: [mem 0x000000007d5af000-0x000000007e7b4fff]
[ 0.233097] node 0: [mem 0x000000007e80d000-0x000000007e80dfff]
[ 0.233098] node 0: [mem 0x000000007e819000-0x000000007ff7bfff]
[ 0.233098] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.233099] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.233103] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.233125] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.233138] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.236072] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.236073] On node 0, zone DMA32: 3 pages in unavailable ranges
[ 0.236074] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.236078] On node 0, zone DMA32: 73 pages in unavailable ranges
[ 0.236081] On node 0, zone DMA32: 291 pages in unavailable ranges
[ 0.236081] On node 0, zone DMA32: 33 pages in unavailable ranges
[ 0.236124] On node 0, zone DMA32: 65 pages in unavailable ranges
[ 0.236125] On node 0, zone DMA32: 88 pages in unavailable ranges
[ 0.236167] On node 0, zone DMA32: 11 pages in unavailable ranges
[ 0.236402] On node 0, zone Normal: 132 pages in unavailable ranges
[ 0.237334] ACPI: PM-Timer IO Port: 0x608
[ 0.237363] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.237482] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.237485] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.237486] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 high edge)
[ 0.237487] ACPI: INT_SRC_OVR (bus 0 bus_irq 2 global_irq 2 high edge)
[ 0.237488] ACPI: INT_SRC_OVR (bus 0 bus_irq 3 global_irq 3 high edge)
[ 0.237488] ACPI: INT_SRC_OVR (bus 0 bus_irq 4 global_irq 4 high edge)
[ 0.237489] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high edge)
[ 0.237490] ACPI: INT_SRC_OVR (bus 0 bus_irq 6 global_irq 6 high edge)
[ 0.237490] ACPI: INT_SRC_OVR (bus 0 bus_irq 7 global_irq 7 high edge)
[ 0.237491] ACPI: INT_SRC_OVR (bus 0 bus_irq 8 global_irq 8 high edge)
[ 0.237491] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high edge)
[ 0.237492] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high edge)
[ 0.237493] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high edge)
[ 0.237494] ACPI: INT_SRC_OVR (bus 0 bus_irq 12 global_irq 12 high edge)
[ 0.237494] ACPI: INT_SRC_OVR (bus 0 bus_irq 13 global_irq 13 high edge)
[ 0.237495] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.237495] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.237499] ACPI: Found unsupported MADT entry (type = 0x10)
[ 0.237500] ACPI: APIC: wakeup_secondary_cpu_64() replaced with acpi_wakeup_cpu()
[ 0.237505] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.237507] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.237511] TSC deadline timer available
[ 0.237511] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.237618] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.237620] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.237621] PM: hibernation: Registered nosave memory: [mem 0x0080c000-0x0080cfff]
[ 0.237622] PM: hibernation: Registered nosave memory: [mem 0x7d095000-0x7d095fff]
[ 0.237623] PM: hibernation: Registered nosave memory: [mem 0x7d18f000-0x7d191fff]
[ 0.237625] PM: hibernation: Registered nosave memory: [mem 0x7d198000-0x7d198fff]
[ 0.237625] PM: hibernation: Registered nosave memory: [mem 0x7d199000-0x7d199fff]
[ 0.237626] PM: hibernation: Registered nosave memory: [mem 0x7d1b7000-0x7d1fffff]
[ 0.237627] PM: hibernation: Registered nosave memory: [mem 0x7d40c000-0x7d52efff]
[ 0.237628] PM: hibernation: Registered nosave memory: [mem 0x7d54b000-0x7d562fff]
[ 0.237629] PM: hibernation: Registered nosave memory: [mem 0x7d563000-0x7d56bfff]
[ 0.237630] PM: hibernation: Registered nosave memory: [mem 0x7d56e000-0x7d5aefff]
[ 0.237631] PM: hibernation: Registered nosave memory: [mem 0x7e7b5000-0x7e80cfff]
[ 0.237632] PM: hibernation: Registered nosave memory: [mem 0x7e80d000-0x7e814fff]
[ 0.237632] PM: hibernation: Registered nosave memory: [mem 0x7e815000-0x7e818fff]
[ 0.237633] PM: hibernation: Registered nosave memory: [mem 0x7ff7c000-0x7fffffff]
[ 0.237634] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xafffffff]
[ 0.237634] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[ 0.237634] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffffffff]
[ 0.237636] [mem 0xc0000000-0xffffffff] available for PCI devices
[ 0.237637] Booting paravirtualized kernel on KVM
[ 0.237639] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.242134] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.248803] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[ 0.248939] kvm-guest: PV spinlocks enabled
[ 0.248942] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.248946] Kernel command line: root=/dev/vda1 console=ttyS0 initrd=initrd
[ 0.248994] random: crng init done
[ 0.262237] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.268836] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.268909] Fallback order for Node 0: 0
[ 0.268912] Built 1 zonelists, mobility grouping on. Total pages: 1031245
[ 0.268913] Policy zone: Normal
[ 0.268914] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.268917] software IO TLB: area num 4.
[ 0.268917] software IO TLB: SWIOTLB bounce buffer size roundup to 256MB
[ 0.356918] Memory: 1481964K/4191116K available (16384K kernel code, 5812K rwdata, 12264K rodata, 4456K init, 6756K bss,)
[ 0.357076] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.357094] ftrace: allocating 52287 entries in 205 pages
[ 0.363573] ftrace: allocated 205 pages with 5 groups
[ 0.364026] Dynamic Preempt: voluntary
[ 0.364056] rcu: Preemptible hierarchical RCU implementation.
[ 0.364057] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.364058] Trampoline variant of Tasks RCU enabled.
[ 0.364058] Rude variant of Tasks RCU enabled.
[ 0.364059] Tracing variant of Tasks RCU enabled.
[ 0.364059] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.364060] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.366023] Using NULL legacy PIC
[ 0.366023] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 0
[ 0.366049] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.366348] Console: colour dummy device 80x25
[ 0.366429] printk: console [ttyS0] enabled
[ 0.692744] ACPI: Core revision 20230628
[ 0.694104] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.696759] Failed to register legacy timer interrupt
[ 0.698179] APIC: Switch to symmetric I/O mode setup
[ 0.702506] APIC: Switched APIC routing to: physical x2apic
[ 0.704058] kvm-guest: APIC: send_IPI_mask() replaced with kvm_send_ipi_mask()
[ 0.706066] kvm-guest: APIC: send_IPI_mask_allbutself() replaced with kvm_send_ipi_mask_allbutself()
[ 0.708586] kvm-guest: setup PV IPIs
[ 0.722844] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29cd42e80b2, max_idle_ns: 440795228349 ns
[ 0.725770] Calibrating delay loop (skipped), value calculated using timer frequency.. 5800.00 BogoMIPS (lpj=2900000)
[ 0.726768] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.726768] process: using TDX aware idle routine
[ 0.726768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.726768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.726768] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.726768] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.726768] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.726768] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.726768] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.726768] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x20000: 'AMX Tile config'
[ 0.726768] x86/fpu: Supporting XSAVE feature 0x40000: 'AMX Tile data'
[ 0.726768] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.726768] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.726768] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.726768] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.726768] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.726768] x86/fpu: xstate_offset[17]: 2496, xstate_sizes[17]: 64
[ 0.726768] x86/fpu: xstate_offset[18]: 2560, xstate_sizes[18]: 8192
[ 0.726768] x86/fpu: Enabled xstate features 0x602e7, context size is 10752 bytes, using 'compacted' format.
[ 0.726768] Freeing SMP alternatives memory: 40K
[ 0.726768] Memory Encryption Features active: Intel TDX
[ 0.726768] pid_max: default: 32768 minimum: 301
[ 0.726768] LSM: initializing lsm=lockdown,capability,landlock,yama,selinux,bpf,integrity
[ 0.726768] landlock: Up and running.
[ 0.726768] Yama: becoming mindful.
[ 0.726768] SELinux: Initializing.
[ 0.726768] LSM support for eBPF active
[ 0.726768] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.726768] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.726768] smpboot: CPU0: Intel 06/cf (family: 0x6, model: 0xcf, stepping: 0x2)
[ 0.726882] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.727787] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.728788] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.729787] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Sapphire Rapids events, full-width counters,.
[ 0.730788] ... version: 5
[ 0.731779] ... bit width: 48
[ 0.732779] ... generic registers: 8
[ 0.733779] ... value mask: 0000ffffffffffff
[ 0.734778] ... max period: 00007fffffffffff
[ 0.735778] ... fixed-purpose events: 4
[ 0.736778] ... event mask: 0001000f000000ff
[ 0.737847] signal: max sigframe size: 11952
[ 0.738800] rcu: Hierarchical SRCU implementation.
[ 0.739779] rcu: Max phase no-delay instances is 400.
[ 0.741153] smp: Bringing up secondary CPUs ...
[ 0.741780] smpboot: Parallel CPU startup disabled by the platform
[ 0.742833] smpboot: x86: Booting SMP configuration:
[ 0.743781] .... node #0, CPUs: #1 #2 #3
[ 0.747830] smp: Brought up 1 node, 4 CPUs
[ 0.749780] smpboot: Max logical packages: 1
[ 0.750779] smpboot: Total of 4 processors activated (23200.00 BogoMIPS)
[ 0.752892] node 0 deferred pages initialised in 1ms
[ 0.754993] devtmpfs: initialized
[ 0.755817] x86/mm: Memory block size: 128MB
[ 0.757062] ACPI: PM: Registering ACPI NVS region [mem 0x0080c000-0x0080cfff] (4096 bytes)
[ 0.757792] ACPI: PM: Registering ACPI NVS region [mem 0x7d54b000-0x7d562fff] (98304 bytes)
[ 0.758782] ACPI: PM: Registering ACPI NVS region [mem 0x7e815000-0x7e818fff] (16384 bytes)
[ 0.759804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.760780] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.761822] pinctrl core: initialized pinctrl subsystem
[ 0.763167] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.765795] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.767781] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.769781] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.770796] audit: initializing netlink subsys (disabled)
[ 0.771795] audit: type=2000 audit(1731410530.046:1): state=initialized audit_enabled=0 res=1
[ 0.771881] thermal_sys: Registered thermal governor 'fair_share'
[ 0.772782] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.773779] thermal_sys: Registered thermal governor 'step_wise'
[ 0.774779] thermal_sys: Registered thermal governor 'user_space'
[ 0.775786] cpuidle: using governor menu
[ 0.777913] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.779013] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[ 0.779780] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved as E820 entry
[ 0.780797] PCI: Using configuration type 1 for base access
[ 0.781982] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.794819] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.795781] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.796779] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.797779] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.810810] cryptd: max_cpu_qlen set to 1000
[ 0.811874] ACPI: Added _OSI(Module Device)
[ 0.812768] ACPI: Added _OSI(Processor Device)
[ 0.812768] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.814781] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.815768] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.819823] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 0.820847] ACPI: Interpreter enabled
[ 0.821789] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.822779] ACPI: Using IOAPIC for interrupt routing
[ 0.823807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.824779] PCI: Using E820 reservations for host bridge windows
[ 0.825867] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 0.828149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.828781] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.829799] acpi PNP0A08:00: OSC: platform does not support [PCIeHotplug LTR DPC]
[ 0.830803] acpi PNP0A08:00: OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
[ 0.831972] PCI host bridge to bus 0000:00
[ 0.832780] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.833781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.834779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.835779] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
[ 0.836779] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.837780] pci_bus 0000:00: root bus resource [mem 0x700000000000-0x7007ffffffff window]
[ 0.838779] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.839893] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 0.842055] pci 0000:00:01.0: [1af4:1041] type 00 class 0x020000
[ 0.843768] pci 0000:00:01.0: reg 0x14: [mem 0xc0002000-0xc0002fff]
[ 0.845045] pci 0000:00:01.0: reg 0x20: [mem 0x700000000000-0x700000003fff 64bit pref]
[ 0.846213] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 0.848603] pci 0000:00:02.0: [1af4:1042] type 00 class 0x010000
[ 0.849594] pci 0000:00:02.0: reg 0x14: [mem 0xc0001000-0xc0001fff]
[ 0.850780] pci 0000:00:02.0: reg 0x20: [mem 0x700000004000-0x700000007fff 64bit pref]
[ 0.854146] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[ 0.855929] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.857347] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 0.859430] pci 0000:00:1f.2: reg 0x20: [io 0x6040-0x605f]
[ 0.860078] pci 0000:00:1f.2: reg 0x24: [mem 0xc0000000-0xc0000fff]
[ 0.861867] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.863997] pci 0000:00:1f.3: reg 0x20: [io 0x6000-0x603f]
[ 0.865768] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.865886] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.866890] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.867880] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.868880] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 0.869881] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 0.870881] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.871883] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.872828] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[ 0.873784] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[ 0.874782] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[ 0.875782] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[ 0.876782] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[ 0.877782] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[ 0.878783] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[ 0.879782] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[ 0.881066] iommu: Default domain type: Translated
[ 0.881768] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.883921] SCSI subsystem initialized
[ 0.884797] ACPI: bus type USB registered
[ 0.885787] usbcore: registered new interface driver usbfs
[ 0.886782] usbcore: registered new interface driver hub
[ 0.887783] usbcore: registered new device driver usb
[ 0.889803] pps_core: LinuxPPS API ver. 1 registered
[ 0.890779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.892780] PTP clock support registered
[ 0.893802] EDAC MC: Ver: 3.0.0
[ 0.895778] efivars: Registered efivars operations
[ 0.896980] NetLabel: Initializing
[ 0.897780] NetLabel: domain hash size = 128
[ 0.898779] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.899787] NetLabel: unlabeled traffic allowed by default
[ 0.901779] PCI: Using ACPI for IRQ routing
[ 1.062774] vgaarb: loaded
[ 1.062820] hpet: 3 channels of 0 reserved for per-cpu timers
[ 1.064793] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 1.065779] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 1.069843] clocksource: Switched to clocksource tsc-early
[ 1.072792] VFS: Disk quotas dquot_6.6.0
[ 1.073907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.075824] FS-Cache: Loaded
[ 1.076652] pnp: PnP ACPI init
[ 1.077616] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[ 1.079849] pnp: PnP ACPI: found 5 devices
[ 1.088849] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.091334] NET: Registered PF_INET protocol family
[ 1.092774] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.095319] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.097608] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.099731] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.102049] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.104171] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.106014] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 1.108052] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.109915] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.111898] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.113449] NET: Registered PF_XDP protocol family
[ 1.114774] pci 0000:00:01.0: BAR 6: assigned [mem 0x80000000-0x8003ffff pref]
[ 1.116771] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.118481] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.120167] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.122052] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
[ 1.123927] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[ 1.125789] pci_bus 0000:00: resource 9 [mem 0x700000000000-0x7007ffffffff window]
[ 1.127978] PCI: CLS 0 bytes, default 64
[ 1.129067] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.129108] Trying to unpack rootfs image as initramfs...
[ 1.130817] software IO TLB: mapped [mem 0x0000000055932000-0x0000000065932000] (256MB)
[ 1.130823] ACPI: bus type thunderbolt registered
[ 1.130876] kvm_intel: VMX not supported by CPU 2
[ 1.137208] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd42e80b2, max_idle_ns: 440795228349 ns
[ 1.140131] clocksource: Switched to clocksource tsc
[ 1.145901] Initialise system trusted keyrings
[ 1.226194] Key type blacklist registered
[ 1.227433] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 1.229320] zbud: loaded
[ 1.230709] integrity: Platform Keyring initialized
[ 1.236301] NET: Registered PF_ALG protocol family
[ 1.237632] Key type asymmetric registered
[ 1.238777] Asymmetric key parser 'x509' registered
[ 5.133629] Freeing initrd memory: 176064K
[ 5.138341] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 5.140580] io scheduler mq-deadline registered
[ 5.141900] io scheduler kyber registered
[ 5.143096] io scheduler bfq registered
[ 5.145613] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 5.147782] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.149764] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 5.151993] ACPI: button: Power Button [PWRF]
[ 5.153702] ACPI: _SB
.GSIF: Enabled at IRQ 21
[ 5.157185] ACPI: _SB
.GSIG: Enabled at IRQ 22
[ 5.184551] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.186650] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 5.189456] Non-volatile memory driver v1.3
[ 5.192612] brd: module loaded
[ 5.193771] virtio_blk virtio1: 4/0/0 default/read/poll queues
[ 5.198250] virtio_blk virtio1: [vda] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)
[ 5.201141] software IO TLB: Memory encryption is active and system is using DMA bounce buffers
[ 5.204977] vda: vda1 vda2 vda3 vda4
[ 5.206502] rdac: device handler registered
[ 5.207816] hp_sw: device handler registered
[ 5.209044] emc: device handler registered
[ 5.210348] alua: device handler registered
[ 5.214080] usbcore: registered new interface driver usbserial_generic
[ 5.215927] usbserial: USB Serial support registered for generic
[ 5.217667] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 5.221926] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.223336] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.224912] mousedev: PS/2 mouse device common for all mice
[ 5.226607] rtc_cmos 00:03: RTC can wake from S4
[ 5.229709] input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 5.230787] rtc_cmos 00:03: registered as rtc0
[ 5.233748] rtc_cmos 00:03: setting system clock to 2024-11-12T11:22:16 UTC (1731410536)
[ 5.236180] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[ 5.238302] intel_pstate: CPU model not supported
[ 5.252854] hid: raw HID events driver (C) Jiri Kosina
[ 5.254321] usbcore: registered new interface driver usbhid
[ 5.255838] usbhid: USB HID core driver
[ 5.257041] drop_monitor: Initializing network drop monitor service
[ 5.268512] Initializing XFRM netlink socket
[ 5.269762] NET: Registered PF_INET6 protocol family
[ 5.271623] Segment Routing with IPv6
[ 5.272660] In-situ OAM (IOAM) with IPv6
[ 5.273783] NET: Registered PF_PACKET protocol family
[ 5.275359] 9pnet: Installing 9P2000 support
[ 5.276562] mpls_gso: MPLS GSO support
[ 5.278502] IPI shorthand broadcast: enabled
[ 5.279725] AVX2 version of gcm_enc/dec engaged.
[ 5.281192] AES CTR mode by8 optimization enabled
[ 5.283783] sched_clock: Marking stable (4924091602, 359446495)->(6540430687, -1256892590)
[ 5.286243] registered taskstats version 1
[ 5.287835] Loading compiled-in X.509 certificates
[ 5.295495] Loaded X.509 cert 'Build time autogenerated kernel key: eb53da8e52c17aa63f8974d1a6885c40b0ffa71f'
[ 5.338992] page_owner is disabled
[ 5.339970] Key type big_key registered
[ 5.344349] Key type encrypted registered
[ 5.345644] ima: No TPM chip found, activating TPM-bypass!
[ 5.347145] Loading compiled-in module X.509 certificates
[ 5.348996] Loaded X.509 cert 'Build time autogenerated kernel key: eb53da8e52c17aa63f8974d1a6885c40b0ffa71f'
[ 5.351664] ima: Allocated hash algorithm: sha256
[ 5.352968] ima: No architecture policies found
[ 5.354261] evm: Initialising EVM extended attributes:
[ 5.355697] evm: security.selinux
[ 5.356643] evm: security.SMACK64 (disabled)
[ 5.357831] evm: security.SMACK64EXEC (disabled)
[ 5.359103] evm: security.SMACK64TRANSMUTE (disabled)
[ 5.360523] evm: security.SMACK64MMAP (disabled)
[ 5.361820] evm: security.apparmor (disabled)
[ 5.363047] evm: security.ima
[ 5.363910] evm: security.capability
[ 5.364909] evm: HMAC attrs: 0x1
[ 5.474699] RAS: Correctable Errors collector initialized.
[ 5.476409] clk: Disabling unused clocks
[ 5.484158] Freeing unused decrypted memory: 2036K
[ 5.485776] Freeing unused kernel image (initmem) memory: 4456K
[ 5.488554] Write protecting the kernel read-only data: 28672k
[ 5.489658] Freeing unused kernel image (rodata/data gap) memory: 24K
[ 5.496314] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.497364] Run /init as init process
[ 5.505517] systemd[1]: /etc/systemd/system.conf:66: Soft resource limit chosen higher than hard limit, ignoring: 6553518
[ 5.507646] systemd[1]: systemd 252-13.el9_2 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP)
[ 5.512678] systemd[1]: Detected virtualization kvm.
[ 5.513496] systemd[1]: Detected architecture x86-64.
[ 5.514354] systemd[1]: Running in initrd.
[ 5.515168] systemd[1]: segfault at 5564803c9000 ip 00007f77307309ee sp 00007fff705d6348 error 4 in libc.so.6[7f77306680)
[ 5.517476] Code: fe 48 6f 66 40 62 e1 fe 48 6f 6e 41 62 61 fe 48 6f 86 00 20 00 00 62 61 fe 48 6f 8e 40 20 00 00 62 61 1
[ 5.520564] systemd[1]: Caught from PID -2143514624.
[ 5.520703] Core dump to |/bin/false pipe failed
[ 5.522551] systemd[1]: Caught , core dump failed (child 204, code=killed, status=11/SEGV).
[ 5.524000] systemd[1]: Freezing execution.
[ 6.097738] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions