siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.45k stars 514 forks source link

talos 1.7.0-alpha.1 cannot boot in qemu/kvm #8446

Closed rgl closed 6 months ago

rgl commented 6 months ago

Bug Report

Description

NB This is the same problem as https://github.com/siderolabs/talos/issues/8023 that happened in talos 1.6.

While trying to upgrade to talos 1.7.0-alpha.1 in qem/kvm VM at https://github.com/rgl/terraform-libvirt-talos/tree/upgrade-to-talos-1.7, talos cannot boot in qemu/kvm due to:

image

digging a little bit at the grub prompt with ls (hd0,gpt3)/grub/x86_64-efi/, it seems there's a bug somewhere trying to find files with the error: invalid XFS directory entry error:

image

it seems this kind of bug is being reported elsewhere, I found these might help understand/fix the problem:

Reproduce

Environment

smira commented 6 months ago

There are not steps to reproduce.

rgl commented 6 months ago

I've added them now. Please let me know if more information is required.

smira commented 6 months ago

Looking into your repo, it seems to be vanilla Talos + qemu-guest-agent extension.

I don't see any problem booting with:

sudo -E talosctl cluster create --provisioner=qemu --cidr=172.20.0.0/24  --memory 3072 --memory-workers 8192 --cpus 4 --cpus-workers 4 --controlplanes 1 --workers 0  --talos-version=v1.7 --disk-image-path=https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.7.0-alpha.1/metal-amd64.raw.xz --skip-injecting-config

The schematic:

Your image schematic ID is: ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515

customization:
    systemExtensions:
        officialExtensions:
            - siderolabs/qemu-guest-agent
smira commented 6 months ago

So whatever is your problem, it's something else, but not Talos?

rgl commented 6 months ago

I'm not using the online image factory service. I'm using the ghcr.io/siderolabs/imager:v1.7.0-alpha.1 image locally.

Here's exactly how I'm creating the image locally, then start it in qemu (with uefi firmware):

cat >talos.yml <<'EOF'
arch: amd64
platform: nocloud
secureboot: false
version: v1.7.0-alpha.1
customization:
  extraKernelArgs:
    - net.ifnames=0
input:
  kernel:
    path: /usr/install/amd64/vmlinuz
  initramfs:
    path: /usr/install/amd64/initramfs.xz
  baseInstaller:
    imageRef: ghcr.io/siderolabs/installer:v1.7.0-alpha.1
  systemExtensions:
    - imageRef: ghcr.io/siderolabs/qemu-guest-agent:8.2.2
output:
  kind: image
  imageOptions:
    diskSize: 2147483648
    diskFormat: raw
  outFormat: raw
EOF

mkdir -p tmp/talos
docker run --rm -i \
    -v $PWD/tmp/talos:/secureboot:ro \
    -v $PWD/tmp/talos:/out \
    -v /dev:/dev \
    --privileged \
    ghcr.io/siderolabs/imager:v1.7.0-alpha.1 \
    - <talos.yml

qemu-img convert -O qcow2 tmp/talos/nocloud-amd64.raw tmp/talos/nocloud-amd64.qcow2
qemu-img info tmp/talos/nocloud-amd64.raw
qemu-img info tmp/talos/nocloud-amd64.qcow2

Here's the imager output:

assembling the finalized profile...
skipped pulling overlay (no overlay)
profile ready:
arch: amd64
platform: nocloud
secureboot: false
version: v1.7.0-alpha.1
customization:
  extraKernelArgs:
    - net.ifnames=0
input:
  kernel:
    path: /usr/install/amd64/vmlinuz
  initramfs:
    path: /usr/install/amd64/initramfs.xz
  baseInstaller:
    imageRef: ghcr.io/siderolabs/installer:v1.7.0-alpha.1
  systemExtensions:
    - imageRef: ghcr.io/siderolabs/qemu-guest-agent:8.2.2
output:
  kind: image
  imageOptions:
    diskSize: 2147483648
    diskFormat: raw
  outFormat: raw
rebuilding initramfs with system extensions...
    copying /usr/install/amd64/initramfs.xz to /tmp/imager835395496/initramfs.xz
rebuilding initramfs with system extensions...
    pulling ghcr.io/siderolabs/qemu-guest-agent:8.2.2...
rebuilding initramfs with system extensions...
    discovered system extensions:
rebuilding initramfs with system extensions...
    NAME               VERSION   AUTHOR
rebuilding initramfs with system extensions...
    qemu-guest-agent   8.2.2     Markus Reiter
rebuilding initramfs with system extensions...
    validating system extensions
rebuilding initramfs with system extensions...
    compressing system extensions
rebuilding initramfs with system extensions...
    creating system extensions initramfs archive and compressing it
initramfs ready
kernel command line: talos.platform=nocloud console=tty1 console=ttyS0 net.ifnames=0 net.ifnames=0 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 printk.devkmsg=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512
creating disk image...
    creating raw disk of size 2.1 GB
creating disk image...
    attaching loopback device
creating disk image...
    creating new partition table on /dev/loop24
creating disk image...
    logical/physical block size: 512/512
creating disk image...
    minimum/optimal I/O size: 512/512
creating disk image...
    partitioning /dev/loop24 - EFI "105 MB"
creating disk image...
    created /dev/loop24p1 (EFI) size 204800 blocks
creating disk image...
    partitioning /dev/loop24 - BIOS "1.0 MB"
creating disk image...
    created /dev/loop24p2 (BIOS) size 2048 blocks
creating disk image...
    partitioning /dev/loop24 - BOOT "1.0 GB"
creating disk image...
    created /dev/loop24p3 (BOOT) size 2048000 blocks
creating disk image...
    partitioning /dev/loop24 - META "1.0 MB"
creating disk image...
    created /dev/loop24p4 (META) size 2048 blocks
creating disk image...
    partitioning /dev/loop24 - STATE "105 MB"
creating disk image...
    created /dev/loop24p5 (STATE) size 204800 blocks
creating disk image...
    partitioning /dev/loop24 - EPHEMERAL "0 B"
creating disk image...
    created /dev/loop24p6 (EPHEMERAL) size 1728512 blocks
creating disk image...
    formatting the partition "/dev/loop24p1" as "vfat" with label "EFI"
creating disk image...
    zeroing out "/dev/loop24p2"
creating disk image...
    formatting the partition "/dev/loop24p3" as "xfs" with label "BOOT"
creating disk image...
    zeroing out "/dev/loop24p4"
creating disk image...
    zeroing out "/dev/loop24p5"
creating disk image...
    zeroing out "/dev/loop24p6"
creating disk image...
    copying /usr/install/amd64/vmlinuz to /tmp/imager835395496/image/boot/A/vmlinuz
creating disk image...
    copying /tmp/imager835395496/initramfs.xz to /tmp/imager835395496/image/boot/A/initramfs.xz
creating disk image...
    writing /tmp/imager835395496/image/boot/grub/grub.cfg to disk
creating disk image...
    executing: grub-install --boot-directory=/tmp/imager835395496/image/boot --efi-directory=/tmp/imager835395496/image/boot/EFI --removable --no-nvram --target=x86_64-efi /dev/loop24
creating disk image...
    executing: grub-install --boot-directory=/tmp/imager835395496/image/boot --efi-directory=/tmp/imager835395496/image/boot/EFI --removable --no-nvram --target=i386-pc /dev/loop24
creating disk image...
    detaching loopback device
disk image ready
output asset path: /out/nocloud-amd64.raw

Then, use it in qemu in UEFI mode:

cp /usr/share/OVMF/OVMF_CODE.fd ovmf-code.fd
cp /usr/share/OVMF/OVMF_VARS.fd ovmf-vars.fd
cp tmp/talos/nocloud-amd64.qcow2 talos.qcow2
qemu-system-x86_64 \
  -name talos \
  -machine q35,accel=kvm,smm=on \
  -cpu host \
  -m 4G \
  -smp cores=4 \
  -k pt \
  -global driver=cfi.pflash01,property=secure,value=on \
  -drive if=pflash,unit=0,file=ovmf-code.fd,format=raw,readonly=on \
  -drive if=pflash,unit=1,file=ovmf-vars.fd,format=raw \
  -drive if=none,file=talos.qcow2,format=qcow2,media=disk,discard=unmap,cache=unsafe,id=hd0 \
  -device virtio-scsi-pci,id=scsi0 \
  -device scsi-hd,drive=hd0
smira commented 6 months ago

I have no problem booting following your exact steps from the above.

``` GNU GRUB version 2.12~rc1 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │*A - Talos v1.7.0-alpha.1 │ Reset Talos installation and return to maintenance mode │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Use the ▲ and ▼ keys to select which entry is highlighted. Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for a command-line. The highlighted entry will be executed automatically in 0s. Booting `A - Talos v1.7.0-alpha.1' EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path [ 0.000000] Linux version 6.6.21-talos (@buildkitsandbox) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1 SMP Wed Mar 13 23:29:03 UTC 2024 [ 0.000000] Command line: BOOT_IMAGE=/A/vmlinuz talos.platform=nocloud console=tty1 console=ttyS0 net.ifnames=0 net.ifnames=0 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 printk.devkmsg=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080afff] usable [ 0.000000] BIOS-e820: [mem 0x000000000080b000-0x000000000080bfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000080c000-0x000000000080ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000007ee74fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ee75000-0x000000007ef35fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ef36000-0x000000007f8ecfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f8ed000-0x000000007fb6cfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007fb6d000-0x000000007fb7efff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007fb7f000-0x000000007fbfefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007fbff000-0x000000007ff3ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ff40000-0x000000007ff5ffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ff60000-0x000000007fffffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] APIC: Static calls initialized [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000808000-0x000000000080afff] usable [ 0.000000] reserve setup_data: [mem 0x000000000080b000-0x000000000080bfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000080c000-0x000000000080ffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000900000-0x000000007c403017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c403018-0x000000007c434e57] usable [ 0.000000] reserve setup_data: [mem 0x000000007c434e58-0x000000007c435017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c435018-0x000000007c43ec57] usable [ 0.000000] reserve setup_data: [mem 0x000000007c43ec58-0x000000007ee74fff] usable [ 0.000000] reserve setup_data: [mem 0x000000007ee75000-0x000000007ef35fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007ef36000-0x000000007f8ecfff] usable [ 0.000000] reserve setup_data: [mem 0x000000007f8ed000-0x000000007fb6cfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007fb6d000-0x000000007fb7efff] ACPI data [ 0.000000] reserve setup_data: [mem 0x000000007fb7f000-0x000000007fbfefff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000007fbff000-0x000000007ff3ffff] usable [ 0.000000] reserve setup_data: [mem 0x000000007ff40000-0x000000007ff5ffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007ff60000-0x000000007fffffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable [ 0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved [ 0.000000] efi: EFI v2.7 by Ubuntu distribution of EDK II [ 0.000000] efi: SMBIOS=0x7f918000 ACPI=0x7fb7e000 ACPI 2.0=0x7fb7e014 MEMATTR=0x7e255018 INITRD=0x7e256e18 [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 2023.05-2ubuntu0.1 02/12/2024 [ 0.000000] Hypervisor detected: KVM [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: using sched offset of 4795615721 cycles [ 0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000003] tsc: Detected 3393.624 MHz processor [ 0.000096] last_pfn = 0x180000 max_arch_pfn = 0x400000000 [ 0.000122] MTRR map: 4 entries (2 fixed + 2 variable; max 18), built from 8 variable MTRRs [ 0.000124] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000157] last_pfn = 0x7ff40 max_arch_pfn = 0x400000000 [ 0.002918] Kernel/User page tables isolation: force enabled on command line. [ 0.002921] Using GB pages for direct mapping [ 0.003515] Secure boot disabled [ 0.003515] RAMDISK: [mem 0x75e4a000-0x79e5efff] [ 0.003518] ACPI: Early table checksum verification disabled [ 0.003520] ACPI: RSDP 0x000000007FB7E014 000024 (v02 BOCHS ) [ 0.003523] ACPI: XSDT 0x000000007FB7D0E8 000054 (v01 BOCHS BXPC 00000001 01000013) [ 0.003526] ACPI: FACP 0x000000007FB79000 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003529] ACPI: DSDT 0x000000007FB7A000 0021CA (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003531] ACPI: FACS 0x000000007FBDD000 000040 [ 0.003532] ACPI: APIC 0x000000007FB78000 000090 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003533] ACPI: HPET 0x000000007FB77000 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003535] ACPI: MCFG 0x000000007FB76000 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003536] ACPI: WAET 0x000000007FB75000 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003537] ACPI: BGRT 0x000000007FB74000 000038 (v01 INTEL EDK2 00000002 01000013) [ 0.003538] ACPI: Reserving FACP table memory at [mem 0x7fb79000-0x7fb790f3] [ 0.003539] ACPI: Reserving DSDT table memory at [mem 0x7fb7a000-0x7fb7c1c9] [ 0.003540] ACPI: Reserving FACS table memory at [mem 0x7fbdd000-0x7fbdd03f] [ 0.003540] ACPI: Reserving APIC table memory at [mem 0x7fb78000-0x7fb7808f] [ 0.003541] ACPI: Reserving HPET table memory at [mem 0x7fb77000-0x7fb77037] [ 0.003541] ACPI: Reserving MCFG table memory at [mem 0x7fb76000-0x7fb7603b] [ 0.003541] ACPI: Reserving WAET table memory at [mem 0x7fb75000-0x7fb75027] [ 0.003542] ACPI: Reserving BGRT table memory at [mem 0x7fb74000-0x7fb74037] [ 0.003699] No NUMA configuration found [ 0.003700] Faking a node at [mem 0x0000000000000000-0x000000017fffffff] [ 0.003702] NODE_DATA(0) allocated [mem 0x17fffc000-0x17fffffff] [ 0.003867] Zone ranges: [ 0.003868] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.003869] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.003870] Normal [mem 0x0000000100000000-0x000000017fffffff] [ 0.003871] Movable zone start for each node [ 0.003871] Early memory node ranges [ 0.003871] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.003872] node 0: [mem 0x0000000000100000-0x00000000007fffff] [ 0.003873] node 0: [mem 0x0000000000808000-0x000000000080afff] [ 0.003873] node 0: [mem 0x000000000080c000-0x000000000080ffff] [ 0.003874] node 0: [mem 0x0000000000900000-0x000000007ee74fff] [ 0.003874] node 0: [mem 0x000000007ef36000-0x000000007f8ecfff] [ 0.003875] node 0: [mem 0x000000007fbff000-0x000000007ff3ffff] [ 0.003875] node 0: [mem 0x0000000100000000-0x000000017fffffff] [ 0.003876] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff] [ 0.004030] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004039] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.004039] On node 0, zone DMA: 8 pages in unavailable ranges [ 0.004040] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004047] On node 0, zone DMA: 240 pages in unavailable ranges [ 0.007942] On node 0, zone DMA32: 193 pages in unavailable ranges [ 0.007953] On node 0, zone DMA32: 786 pages in unavailable ranges [ 0.012347] On node 0, zone Normal: 192 pages in unavailable ranges [ 0.012568] ACPI: PM-Timer IO Port: 0x608 [ 0.012576] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.012598] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.012600] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.012601] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.012602] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.012602] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.012603] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.012605] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.012606] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.012609] TSC deadline timer available [ 0.012610] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.012623] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() [ 0.012633] kvm-guest: KVM setup pv remote TLB flush [ 0.012636] kvm-guest: setup PV sched yield [ 0.012648] [mem 0x80000000-0xdfffffff] available for PCI devices [ 0.012650] Booting paravirtualized kernel on KVM [ 0.012651] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.017236] setup_percpu: NR_CPUS:512 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.017447] percpu: Embedded 58 pages/cpu s197456 r8192 d31920 u524288 [ 0.017474] Kernel command line: BOOT_IMAGE=/A/vmlinuz talos.platform=nocloud console=tty1 console=ttyS0 net.ifnames=0 net.ifnames=0 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 printk.devkmsg=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512 [ 0.017621] Unknown kernel command line parameters "BOOT_IMAGE=/A/vmlinuz pti=on", will be passed to user space. [ 0.017651] random: crng init done [ 0.018002] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.018174] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.018193] Fallback order for Node 0: 0 [ 0.018195] Built 1 zonelists, mobility grouping on. Total pages: 1028747 [ 0.018196] Policy zone: Normal [ 0.018199] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.018203] software IO TLB: area num 4. [ 0.033234] Memory: 3888488K/4188236K available (22528K kernel code, 3674K rwdata, 14416K rodata, 4648K init, 980K bss, 299492K reserved, 0K cma-reserved) [ 0.033349] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.033356] Kernel/User page tables isolation: enabled [ 0.033371] ftrace: allocating 69649 entries in 273 pages [ 0.044008] ftrace: allocated 273 pages with 3 groups [ 0.044224] rcu: Hierarchical RCU implementation. [ 0.044225] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. [ 0.044226] Rude variant of Tasks RCU enabled. [ 0.044226] Tracing variant of Tasks RCU enabled. [ 0.044227] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.044228] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.046946] NR_IRQS: 33024, nr_irqs: 456, preallocated irqs: 16 [ 0.047114] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.047150] Console: colour dummy device 80x25 [ 0.047152] printk: console [tty1] enabled [ 0.047319] printk: console [ttyS0] enabled [ 0.154828] ACPI: Core revision 20230628 [ 0.155320] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.156299] APIC: Switch to symmetric I/O mode setup [ 0.156977] x2apic enabled [ 0.157457] APIC: Switched APIC routing to: physical x2apic [ 0.158018] kvm-guest: APIC: send_IPI_mask() replaced with kvm_send_ipi_mask() [ 0.158741] kvm-guest: APIC: send_IPI_mask_allbutself() replaced with kvm_send_ipi_mask_allbutself() [ 0.159755] kvm-guest: setup PV IPIs [ 0.160823] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.161468] tsc: Marking TSC unstable due to TSCs unsynchronized [ 0.162098] Calibrating delay loop (skipped) preset value.. 6787.24 BogoMIPS (lpj=13574496) [ 0.163036] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.163766] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127 [ 0.166099] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0 [ 0.166775] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.167660] Spectre V2 : Mitigation: Retpolines [ 0.168134] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.169190] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.169977] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.170100] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.170982] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.171869] Speculative Return Stack Overflow: IBPB-extending microcode not applied! [ 0.172682] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options. [ 0.172683] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode [ 0.174889] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.175675] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.176335] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.176988] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.178097] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.178733] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.179431] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.201374] Freeing SMP alternatives memory: 60K [ 0.201939] pid_max: default: 32768 minimum: 301 [ 0.203232] LSM: initializing lsm=lockdown,capability,yama,bpf,integrity [ 0.204083] Yama: becoming mindful. [ 0.204550] LSM support for eBPF active [ 0.205024] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.206102] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.207248] smpboot: CPU0: AMD Ryzen 9 5950X 16-Core Processor (family: 0x19, model: 0x21, stepping: 0x2) [ 0.208394] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.209189] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.209987] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 0.210095] ... version: 0 [ 0.210095] ... bit width: 48 [ 0.210100] ... generic registers: 6 [ 0.210516] ... value mask: 0000ffffffffffff [ 0.211064] ... max period: 00007fffffffffff [ 0.211618] ... fixed-purpose events: 0 [ 0.212090] ... event mask: 000000000000003f [ 0.212756] signal: max sigframe size: 3376 [ 0.213218] rcu: Hierarchical SRCU implementation. [ 0.213716] rcu: Max phase no-delay instances is 1000. [ 0.215901] smp: Bringing up secondary CPUs ... [ 0.216470] smpboot: x86: Booting SMP configuration: [ 0.216988] .... node #0, CPUs: #1 #2 #3 [ 0.217292] smp: Brought up 1 node, 4 CPUs [ 0.218531] smpboot: Max logical packages: 1 [ 0.218982] smpboot: Total of 4 processors activated (27148.99 BogoMIPS) [ 0.220085] devtmpfs: initialized [ 0.220085] ACPI: PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes) [ 0.220085] ACPI: PM: Registering ACPI NVS region [mem 0x0080b000-0x0080bfff] (4096 bytes) [ 0.222103] ACPI: PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes) [ 0.222989] ACPI: PM: Registering ACPI NVS region [mem 0x7fb7f000-0x7fbfefff] (524288 bytes) [ 0.223864] ACPI: PM: Registering ACPI NVS region [mem 0x7ff60000-0x7fffffff] (655360 bytes) [ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225781] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.226217] PM: RTC time: 09:47:59, date: 2024-03-19 [ 0.227180] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.227982] audit: initializing netlink subsys (disabled) [ 0.228548] audit: type=2000 audit(1710841680.711:1): state=initialized audit_enabled=0 res=1 [ 0.228548] thermal_sys: Registered thermal governor 'step_wise' [ 0.228548] thermal_sys: Registered thermal governor 'user_space' [ 0.230113] cpuidle: using governor menu [ 0.231467] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231467] dca service started, version 1.12.1 [ 0.231767] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.234104] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as E820 entry [ 0.234871] PCI: Using configuration type 1 for base access [ 0.235880] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.236811] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.236811] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.270125] cryptd: max_cpu_qlen set to 1000 [ 0.270725] ACPI: Added _OSI(Module Device) [ 0.270734] ACPI: Added _OSI(Processor Device) [ 0.271283] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.271913] ACPI: Added _OSI(Processor Aggregator Device) [ 0.274916] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.275954] ACPI: _OSC evaluation for CPUs failed, trying _PDC [ 0.276670] ACPI: Interpreter enabled [ 0.277074] ACPI: PM: (supports S0 S3 S5) [ 0.277488] ACPI: Using IOAPIC for interrupt routing [ 0.278014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278101] PCI: Ignoring E820 reservations for host bridge windows [ 0.278828] ACPI: Enabled 2 GPEs in block 00 to 3F [ 0.281037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281763] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 0.282141] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR] [ 0.282948] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability] [ 0.283774] PCI host bridge to bus 0000:00 [ 0.284200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284897] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286104] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window] [ 0.286938] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window] [ 0.287717] pci_bus 0000:00: root bus resource [mem 0x700000000000-0x7007ffffffff window] [ 0.288560] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.289159] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 [ 0.290049] pci 0000:00:01.0: [1234:1111] type 00 class 0x030000 [ 0.290959] pci 0000:00:01.0: reg 0x10: [mem 0x80000000-0x80ffffff pref] [ 0.292949] pci 0000:00:01.0: reg 0x18: [mem 0x810c6000-0x810c6fff] [ 0.296040] pci 0000:00:01.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] [ 0.296761] pci 0000:00:01.0: BAR 0: assigned to efifb [ 0.297307] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.298259] pci 0000:00:02.0: [8086:10d3] type 00 class 0x020000 [ 0.299872] pci 0000:00:02.0: reg 0x10: [mem 0x810a0000-0x810bffff] [ 0.301559] pci 0000:00:02.0: reg 0x14: [mem 0x81080000-0x8109ffff] [ 0.302666] pci 0000:00:02.0: reg 0x18: [io 0x60a0-0x60bf] [ 0.303764] pci 0000:00:02.0: reg 0x1c: [mem 0x810c0000-0x810c3fff] [ 0.306542] pci 0000:00:02.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.307708] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000 [ 0.309278] pci 0000:00:03.0: reg 0x10: [io 0x6040-0x607f] [ 0.310598] pci 0000:00:03.0: reg 0x14: [mem 0x810c5000-0x810c5fff] [ 0.313235] pci 0000:00:03.0: reg 0x20: [mem 0x700000000000-0x700000003fff 64bit pref] [ 0.314768] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 [ 0.315656] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO [ 0.316624] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 [ 0.318553] pci 0000:00:1f.2: reg 0x20: [io 0x6080-0x609f] [ 0.319490] pci 0000:00:1f.2: reg 0x24: [mem 0x810c4000-0x810c4fff] [ 0.320682] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 [ 0.322834] pci 0000:00:1f.3: reg 0x20: [io 0x6000-0x603f] [ 0.323918] ACPI: PCI: Interrupt link LNKA configured for IRQ 10 [ 0.324606] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 0.325287] ACPI: PCI: Interrupt link LNKC configured for IRQ 11 [ 0.325977] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 0.326156] ACPI: PCI: Interrupt link LNKE configured for IRQ 10 [ 0.326838] ACPI: PCI: Interrupt link LNKF configured for IRQ 10 [ 0.327517] ACPI: PCI: Interrupt link LNKG configured for IRQ 11 [ 0.328196] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 [ 0.328852] ACPI: PCI: Interrupt link GSIA configured for IRQ 16 [ 0.329483] ACPI: PCI: Interrupt link GSIB configured for IRQ 17 [ 0.330107] ACPI: PCI: Interrupt link GSIC configured for IRQ 18 [ 0.330739] ACPI: PCI: Interrupt link GSID configured for IRQ 19 [ 0.331544] ACPI: PCI: Interrupt link GSIE configured for IRQ 20 [ 0.332178] ACPI: PCI: Interrupt link GSIF configured for IRQ 21 [ 0.332829] ACPI: PCI: Interrupt link GSIG configured for IRQ 22 [ 0.333461] ACPI: PCI: Interrupt link GSIH configured for IRQ 23 [ 0.334356] iommu: Default domain type: Translated [ 0.334611] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.335307] SCSI subsystem initialized [ 0.335709] ACPI: bus type USB registered [ 0.335709] usbcore: registered new interface driver usbfs [ 0.335709] usbcore: registered new interface driver hub [ 0.335709] usbcore: registered new device driver usb [ 0.338114] pps_core: LinuxPPS API ver. 1 registered [ 0.338631] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.339576] PTP clock support registered [ 0.339999] EDAC MC: Ver: 3.0.0 [ 0.339999] efivars: Registered efivars operations [ 0.339999] NET: Registered PF_ATMPVC protocol family [ 0.339999] NET: Registered PF_ATMSVC protocol family [ 0.342106] NetLabel: Initializing [ 0.342469] NetLabel: domain hash size = 128 [ 0.342927] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.343533] NetLabel: unlabeled traffic allowed by default [ 0.344154] PCI: Using ACPI for IRQ routing [ 0.377419] pci 0000:00:01.0: vgaarb: setting as boot VGA device [ 0.377419] pci 0000:00:01.0: vgaarb: bridge control possible [ 0.377419] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.378099] vgaarb: loaded [ 0.378526] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.379047] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.382131] clocksource: Switched to clocksource kvm-clock [ 0.383693] VFS: Disk quotas dquot_6.6.0 [ 0.384112] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.384850] pnp: PnP ACPI init [ 0.385298] system 00:05: [mem 0xe0000000-0xefffffff window] has been reserved [ 0.386189] pnp: PnP ACPI: found 6 devices [ 0.393645] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394624] NET: Registered PF_INET protocol family [ 0.395167] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.396375] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.397405] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.398205] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.399075] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.399891] TCP: Hash tables configured (established 32768 bind 32768) [ 0.400582] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.401274] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.402032] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.402789] RPC: Registered named UNIX socket transport module. [ 0.403559] RPC: Registered udp transport module. [ 0.404150] RPC: Registered tcp transport module. [ 0.404745] RPC: Registered tcp-with-tls transport module. [ 0.405666] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.406757] NET: Registered PF_XDP protocol family [ 0.407588] pci 0000:00:02.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window [ 0.409477] pci 0000:00:02.0: BAR 6: assigned [mem 0x81000000-0x8107ffff pref] [ 0.410896] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.411840] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.412717] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.413632] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window] [ 0.414736] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window] [ 0.415910] pci_bus 0000:00: resource 9 [mem 0x700000000000-0x7007ffffffff window] [ 0.417248] PCI: CLS 0 bytes, default 64 [ 0.417916] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.417976] Unpacking initramfs... [ 0.419015] software IO TLB: mapped [mem 0x0000000071e4a000-0x0000000075e4a000] (64MB) [ 0.419225] kvm_intel: VMX not supported by CPU 2 [ 0.421259] kvm_amd: TSC scaling supported [ 0.421841] kvm_amd: Nested Virtualization enabled [ 0.422536] kvm_amd: Nested Paging enabled [ 0.423143] kvm_amd: Virtual VMLOAD VMSAVE supported [ 0.423855] kvm_amd: Virtual GIF supported [ 0.424397] kvm_amd: LBR virtualization supported [ 0.436270] Initialise system trusted keyrings [ 0.436983] Key type blacklist registered [ 0.437718] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.438622] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.439411] NFS: Registering the id_resolver key type [ 0.439948] Key type id_resolver registered [ 0.440386] Key type id_legacy registered [ 0.440808] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.441507] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.442603] Key type cifs.spnego registered [ 0.443059] Key type cifs.idmap registered [ 0.443521] fuse: init (API version 7.39) [ 0.444014] SGI XFS with ACLs, security attributes, quota, no debug enabled [ 0.444912] ceph: loaded (mds proto 32) [ 0.445346] integrity: Platform Keyring initialized [ 0.451856] NET: Registered PF_ALG protocol family [ 0.452365] Key type asymmetric registered [ 0.452795] Asymmetric key parser 'x509' registered [ 0.453318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.454137] io scheduler mq-deadline registered [ 0.454736] io scheduler kyber registered [ 0.455411] hv_vmbus: registering driver hyperv_fb [ 0.456051] IPMI message handler: version 39.2 [ 0.456633] ipmi device interface [ 0.457108] ipmi_si: IPMI System Interface driver [ 0.457735] ipmi_si: Unable to find any System Interface(s) [ 0.458454] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot [ 0.459768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.460803] ACPI: button: Power Button [PWRF] [ 0.461601] ioatdma: Intel(R) QuickData Technology Driver 5.00 [ 0.462437] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.463384] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.464799] Non-volatile memory driver v1.3 [ 0.465351] Linux agpgart interface v0.103 [ 0.465957] ACPI: bus type drm_connector registered [ 0.468007] loop: module loaded [ 0.468486] rbd: loaded (major 252) [ 0.468957] Guest personality initialized and is inactive [ 0.469674] VMCI host device registered (name=vmci, major=10, minor=126) [ 0.470543] Initialized host personality [ 0.471076] Loading iSCSI transport class v2.0-870. [ 0.471811] iscsi: registered transport (tcp) [ 0.472397] hv_vmbus: registering driver hv_storvsc [ 0.473775] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 0.474792] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. [ 0.476447] tun: Universal TUN/TAP device driver, 1.6 [ 0.477207] hv_vmbus: registering driver hv_netvsc [ 0.477868] usbcore: registered new interface driver cdc_acm [ 0.478604] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.479678] usbcore: registered new interface driver uas [ 0.480378] usbcore: registered new interface driver usb-storage [ 0.481169] usbcore: registered new interface driver usbserial_generic [ 0.482014] usbserial: USB Serial support registered for generic [ 0.482825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.484260] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.484790] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.485332] hv_vmbus: registering driver hyperv_keyboard [ 0.485955] mousedev: PS/2 mouse device common for all mice [ 0.486615] rtc_cmos 00:04: RTC can wake from S4 [ 0.487529] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.488581] rtc_cmos 00:04: registered as rtc0 [ 0.489153] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram [ 0.490028] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 0.491466] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 0.492429] sdhci: Secure Digital Host Controller Interface driver [ 0.493476] sdhci: Copyright(c) Pierre Ossman [ 0.494172] efifb: probing for efifb [ 0.494566] efifb: framebuffer at 0x80000000, using 4000k, total 4000k [ 0.495253] efifb: mode is 1280x800x32, linelength=5120, pages=1 [ 0.495875] efifb: scrolling: redraw [ 0.496248] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.498655] Console: switching to colour frame buffer device 160x50 [ 0.499651] fb0: EFI VGA frame buffer device [ 0.500127] hid: raw HID events driver (C) Jiri Kosina [ 0.500777] usbcore: registered new interface driver usbhid [ 0.501358] usbhid: USB HID core driver [ 0.501876] hv_utils: Registering HyperV Utility Driver [ 0.502495] hv_vmbus: registering driver hv_utils [ 0.503006] hv_vmbus: registering driver hv_balloon [ 0.503537] NET: Registered PF_LLC protocol family [ 0.504045] GACT probability NOT on [ 0.504415] Mirror/redirect action on [ 0.504809] Simple TC action Loaded [ 0.505261] netem: version 1.3 [ 0.505595] u32 classifier [ 0.505882] input device check on [ 0.506266] Actions configured [ 0.519702] xt_time: kernel timezone is -0000 [ 0.520179] IPVS: Registered protocols (TCP, UDP) [ 0.520675] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 0.521460] IPVS: ipvs loaded. [ 0.521785] IPVS: [rr] scheduler registered. [ 0.522392] IPVS: [wrr] scheduler registered. [ 0.523016] IPVS: [lc] scheduler registered. [ 0.523623] IPVS: [sh] scheduler registered. [ 0.524259] ipip: IPv4 and MPLS over IPv4 tunneling driver [ 0.525072] gre: GRE over IPv4 demultiplexor driver [ 0.525758] Initializing XFRM netlink socket [ 0.526385] NET: Registered PF_INET6 protocol family [ 0.527311] Segment Routing with IPv6 [ 0.527859] In-situ OAM (IOAM) with IPv6 [ 0.528441] mip6: Mobile IPv6 [ 0.528923] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 0.529858] NET: Registered PF_PACKET protocol family [ 0.530554] Bridge firewalling registered [ 0.531169] NET: Registered PF_APPLETALK protocol family [ 0.531871] NET: Registered PF_X25 protocol family [ 0.532515] X25: Linux Version 0.2 [ 0.533030] RPC: Registered rdma transport module. [ 0.533667] RPC: Registered rdma backchannel transport module. [ 0.534457] l2tp_core: L2TP core driver, V2.0 [ 0.535064] NET: Registered PF_PHONET protocol family [ 0.535738] 8021q: 802.1Q VLAN Support v1.8 [ 0.537189] DCCP: Activated CCID 2 (TCP-like) [ 0.537787] DCCP: Activated CCID 3 (TCP-Friendly Rate Control) [ 0.538540] DCCP is deprecated and scheduled to be removed in 2025, please contact the netdev mailing list [ 0.539703] sctp: Hash tables configured (bind 256/256) [ 0.540466] NET: Registered PF_RDS protocol family [ 0.604702] Freeing initrd memory: 65620K [ 0.608245] NET: Registered PF_IEEE802154 protocol family [ 0.608968] Key type dns_resolver registered [ 0.609570] Key type ceph registered [ 0.610141] libceph: loaded (mon/osd proto 15/24) [ 0.610950] openvswitch: Open vSwitch switching datapath [ 0.611963] NET: Registered PF_VSOCK protocol family [ 0.612639] mpls_gso: MPLS GSO support [ 0.613501] IPI shorthand broadcast: enabled [ 0.614116] AVX2 version of gcm_enc/dec engaged. [ 0.614911] AES CTR mode by8 optimization enabled [ 0.618700] sched_clock: Marking stable (504506883, 110977948)->(624036602, -8551771) [ 0.620875] registered taskstats version 1 [ 0.621538] Loading compiled-in X.509 certificates [ 0.622545] Loaded X.509 cert 'Sidero Labs, Inc.: Build time throw-away kernel key: 4c15c75cb93edc7a653c6af655dc5c85021fc2fc' [ 0.626864] ima: No TPM chip found, activating TPM-bypass! [ 0.627647] ima: Allocated hash algorithm: sha512 [ 0.628290] ima: No architecture policies found [ 0.629178] PM: Magic number: 0:598:778 [ 0.629925] printk: console [netcon0] enabled [ 0.630616] netconsole: network logging started [ 0.631375] clk: Disabling unused clocks [ 0.633544] Freeing unused kernel image (initmem) memory: 4648K [ 0.659015] Write protecting the kernel read-only data: 38912k [ 0.660253] Freeing unused kernel image (rodata/data gap) memory: 1968K [ 0.695013] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.695792] x86/mm: Checking user space page tables [ 0.729370] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.730225] Run /init as init process [ 0.733831] [talos] [initramfs] TPM device is not available [ 0.734490] [talos] [initramfs] TPM device is not available, skipping PCR extension [ 0.735306] [talos] [initramfs] booting Talos v1.7.0-alpha.1 [ 0.735946] [talos] [initramfs] mounting the rootfs [ 0.736588] [talos] [initramfs] enabling system extension qemu-guest-agent 8.2.2 [ 0.737418] loop0: detected capacity change from 0 to 1136 [ 0.755045] loop1: detected capacity change from 0 to 125320 [ 0.772797] [talos] [initramfs] entering the rootfs [ 0.773534] [talos] [initramfs] moving mounts to the new rootfs [ 0.774599] [talos] [initramfs] changing working directory into /root [ 0.775491] [talos] [initramfs] moving /root to / [ 0.776195] [talos] [initramfs] changing root directory [ 0.776926] [talos] [initramfs] cleaning up initramfs [ 0.777956] [talos] [initramfs] TPM device is not available, skipping PCR extension [ 0.779265] [talos] [initramfs] executing /sbin/init [ 1.139971] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ 1.705463] [talos] initialize sequence: 11 phase(s) [ 1.706083] [talos] phase systemRequirements (1/11): 6 tasks(s) [ 1.706947] [talos] task mountBPFFS (3/6): starting [ 1.709269] [talos] task mountCgroups (4/6): starting [ 1.709912] [talos] task mountCgroups (4/6): done, 644.519µs [ 1.713824] [talos] task setRLimit (6/6): starting [ 1.714414] [talos] task setRLimit (6/6): done, 7.636991ms [ 1.715049] [talos] task mountPseudoFilesystems (5/6): starting [ 1.715721] [talos] task enforceKSPPRequirements (1/6): starting [ 1.716572] [talos] task setupSystemDirectory (2/6): starting [ 1.717411] [talos] task setupSystemDirectory (2/6): done, 3.150027ms [ 1.719614] [talos] task mountPseudoFilesystems (5/6): done, 9.037108ms [ 1.760389] [talos] task enforceKSPPRequirements (1/6): done, 46.14209ms [ 1.761845] [talos] service[ext-qemu-guest-agent](Waiting): Waiting for service "containerd" to be "up", file "/system/run/machined/machine.sock" to exist, file "/dev/virtio-ports/org.qemu.guest_agent.0" to exist [ 1.764056] [talos] setting time servers {"component": "controller-runtime", "controller": "network.TimeServerSpecController", "addresses": ["time.cloudflare.com"]} [ 1.765622] [talos] setting time servers {"component": "controller-runtime", "controller": "network.TimeServerSpecController", "addresses": ["time.cloudflare.com"]} [ 1.767238] [talos] setting time servers {"component": "controller-runtime", "controller": "network.TimeServerSpecController", "addresses": ["time.cloudflare.com"]} [ 1.770772] [talos] nftables chains updated {"component": "controller-runtime", "controller": "network.NfTablesChainController", "chains": []} [ 1.772047] [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["1.1.1.1", "8.8.8.8"]} [ 1.773626] [talos] assigned address {"component": "controller-runtime", "controller": "network.AddressSpecController", "address": "127.0.0.1/8", "link": "lo"} [ 1.775244] [talos] task mountBPFFS (3/6): done, 64.616174ms [ 1.775938] [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["1.1.1.1", "8.8.8.8"]} [ 1.777563] [talos] phase systemRequirements (1/11): done, 69.87166ms [ 1.778333] [talos] phase integrity (2/11): 1 tasks(s) [ 1.779056] [talos] task writeIMAPolicy (1/1): starting [ 1.779753] audit: type=1807 audit(1710841682.263:2): action=dont_measure fsmagic=0x9fa0 res=1 [ 1.779851] ima: policy update completed [ 1.780489] audit: type=1807 audit(1710841682.263:3): action=dont_measure fsmagic=0x62656572 res=1 [ 1.782258] audit: type=1807 audit(1710841682.263:4): action=dont_measure fsmagic=0x64626720 res=1 [ 1.783254] audit: type=1807 audit(1710841682.263:5): action=dont_measure fsmagic=0x1021994 res=1 [ 1.784212] audit: type=1807 audit(1710841682.263:6): action=dont_measure fsmagic=0x1cd1 res=1 [ 1.785140] audit: type=1807 audit(1710841682.263:7): action=dont_measure fsmagic=0x42494e4d res=1 [ 1.786101] audit: type=1807 audit(1710841682.263:8): action=dont_measure fsmagic=0x73636673 res=1 [ 1.787086] audit: type=1807 audit(1710841682.263:9): action=dont_measure fsmagic=0xf97cff8c res=1 [ 1.788043] audit: type=1807 audit(1710841682.263:10): action=dont_measure fsmagic=0x43415d53 res=1 [ 1.795012] [talos] task writeIMAPolicy (1/1): done, 15.959098ms [ 1.795916] [talos] phase integrity (2/11): done, 17.583644ms [ 1.796606] [talos] phase etc (3/11): 3 tasks(s) [ 1.797222] [talos] task setUserEnvVars (3/3): starting [ 1.797887] [talos] task setUserEnvVars (3/3): done, 670.437µs [ 1.798594] [talos] task CreateSystemCgroups (1/3): starting [ 1.799331] [talos] task createOSReleaseFile (2/3): starting [ 1.800307] [talos] task createOSReleaseFile (2/3): done, 3.070748ms [ 1.819805] [talos] task CreateSystemCgroups (1/3): done, 22.575556ms [ 1.820558] [talos] phase etc (3/11): done, 23.951917ms [ 1.821204] [talos] phase earlyServices (4/11): 4 tasks(s) [ 1.821875] [talos] task startContainerd (4/4): starting [ 1.822552] [talos] service[containerd](Preparing): Running pre state [ 1.823324] [talos] service[containerd](Preparing): Creating service runner [ 1.824109] [talos] task startUdevd (1/4): starting [ 1.824730] [talos] task startMachined (2/4): starting [ 1.825379] [talos] task startSyslogd (3/4): starting [ 1.826015] [talos] TPM device is not available, skipping PCR extension [ 1.826811] [talos] service[machined](Preparing): Running pre state [ 1.827545] [talos] service[machined](Preparing): Creating service runner [ 1.828303] [talos] service[udevd](Preparing): Running pre state [ 1.828990] [talos] service[containerd](Running): Process Process(["/bin/containerd" "--address" "/system/run/containerd/containerd.sock" "--state" "/system/run/containerd" "--root" "/system/var/lib/containerd"]) started with PID 1060 [ 1.831059] [talos] task startSyslogd (3/4): done, 6.428436ms [ 1.831723] [talos] service[machined](Running): Service started as goroutine [ 1.832488] [talos] service[syslogd](Waiting): Waiting for service "machined" to be "up" [ 1.861016] [talos] service[udevd](Preparing): Creating service runner [ 1.862363] [talos] service[udevd](Running): Process Process(["/sbin/udevd" "--resolve-names=never"]) started with PID 1062 [ 2.829392] [talos] service[machined](Running): Health check successful [ 2.830492] [talos] task startMachined (2/4): done, 1.008590543s [ 2.831223] [talos] service[syslogd](Preparing): Running pre state [ 2.831890] [talos] service[syslogd](Preparing): Creating service runner [ 2.832611] [talos] service[syslogd](Running): Service started as goroutine [ 2.918265] udevd[1062]: starting version 3.2.14 [ 2.923165] udevd[1062]: starting eudev-3.2.14 [ 2.992593] ACPI: \_SB_.GSIA: Enabled at IRQ 16 [ 2.993217] i801_smbus 0000:00:1f.3: Enabling SMBus device [ 2.993727] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 2.994616] i2c i2c-0: 1/1 memory slots populated (from DMI) [ 2.994913] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode [ 2.995131] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD [ 2.995821] ahci 0000:00:1f.2: flags: 64bit ncq only [ 2.998422] scsi host0: ahci [ 3.000098] scsi host1: ahci [ 3.000849] scsi host2: ahci [ 3.004838] scsi host3: ahci [ 3.006962] ACPI: \_SB_.GSIH: Enabled at IRQ 23 [ 3.007596] scsi host4: ahci [ 3.008338] scsi host5: ahci [ 3.009621] ata1: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4100 irq 24 [ 3.010506] scsi host6: Virtio SCSI HBA [ 3.010513] ata2: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4180 irq 24 [ 3.011893] ata3: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4200 irq 24 [ 3.012946] scsi 6:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 3.013079] ata4: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4280 irq 24 [ 3.014957] ata5: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4300 irq 24 [ 3.015817] ata6: SATA max UDMA/133 abar m4096@0x810c4000 port 0x810c4380 irq 24 [ 3.017239] sd 6:0:0:0: Power-on or device reset occurred [ 3.017901] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ 3.018731] sd 6:0:0:0: [sda] 4194304 512-byte logical blocks: (2.15 GB/2.00 GiB) [ 3.019604] sd 6:0:0:0: [sda] Write Protect is off [ 3.020299] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.021714] e1000e: Intel(R) PRO/1000 Network Driver [ 3.022435] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 3.023480] ACPI: \_SB_.GSIG: Enabled at IRQ 22 [ 3.024332] e1000e 0000:00:02.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 3.071710] e1000e 0000:00:02.0 0000:00:02.0 (uninitialized): registered PHC clock [ 3.126725] e1000e 0000:00:02.0 eth0: (PCI Express:2.5GT/s:Width x1) 52:54:00:12:34:56 [ 3.127922] e1000e 0000:00:02.0 eth0: Intel(R) PRO/1000 Network Connection [ 3.128973] e1000e 0000:00:02.0 eth0: MAC: 3, PHY: 8, PBA No: 000000-000 [ 3.203063] sda: sda1 sda2 sda3 sda4 sda5 sda6 [ 3.204001] sd 6:0:0:0: [sda] Attached SCSI disk [ 3.329438] ata4: SATA link down (SStatus 0 SControl 300) [ 3.330406] ata6: SATA link down (SStatus 0 SControl 300) [ 3.331165] ata5: SATA link down (SStatus 0 SControl 300) [ 3.333506] ata2: SATA link down (SStatus 0 SControl 300) [ 3.334360] ata1: SATA link down (SStatus 0 SControl 300) [ 3.335122] ata3: SATA link down (SStatus 0 SControl 300) [ 3.616910] [talos] service[containerd](Running): Health check failed: rpc error: code = DeadlineExceeded desc = context deadline exceeded [ 3.764304] [talos] service[ext-qemu-guest-agent](Waiting): Waiting for service "containerd" to be "up", file "/dev/virtio-ports/org.qemu.guest_agent.0" to exist [ 3.833283] [talos] service[syslogd](Running): Health check successful [ 7.827445] [talos] service[containerd](Running): Health check successful [ 7.829081] [talos] task startContainerd (4/4): done, 6.007201308s [ 8.764042] [talos] service[ext-qemu-guest-agent](Waiting): Waiting for file "/dev/virtio-ports/org.qemu.guest_agent.0" to exist [ 11.531322] [talos] service[udevd](Running): Health check successful [ 11.532920] [talos] task startUdevd (1/4): done, 9.711022562s [ 11.534738] [talos] phase earlyServices (4/11): done, 9.713528231s [ 11.536641] [talos] phase usb (5/11): 1 tasks(s) [ 11.538497] [talos] task waitForUSB (1/1): starting [ 11.539966] [talos] task waitForUSB (1/1): waiting 1 second(s) for USB storage [ 11.617519] 8021q: adding VLAN 0 to HW filter on device eth0 [ 11.769437] [talos] failed looking up "time.cloudflare.com", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup time.cloudflare.com on [::1]:53: read udp [::1]:46890->[::1]:53: read: connection refused"} [ 12.542938] [talos] task waitForUSB (1/1): done, 1.004431805s [ 12.544579] [talos] phase usb (5/11): done, 1.007939533s [ 12.545909] [talos] phase meta (6/11): 1 tasks(s) [ 12.547229] [talos] task reloadMeta (1/1): starting [ 12.553532] [talos] META: loaded 0 keys [ 12.554836] [talos] task reloadMeta (1/1): done, 7.610251ms [ 12.556277] [talos] phase meta (6/11): done, 10.367011ms [ 12.557625] [talos] phase dashboard (7/11): 1 tasks(s) [ 12.558928] [talos] task startDashboard (1/1): starting [ 12.560305] [talos] task startDashboard (1/1): done, 1.379156ms [ 12.561940] [talos] phase dashboard (7/11): done, 4.313389ms [ 12.563427] [talos] service[dashboard](Waiting): Waiting for service "machined" to be "up", file "/system/run/machined/machine.sock" to exist [ 12.566378] [talos] service[dashboard](Preparing): Running pre state [ 12.568311] [talos] phase mountSystem (9/11): 1 tasks(s) [ 12.568340] [talos] task mountStatePartition (1/1): starting [ 12.571459] [talos] service[dashboard](Preparing): Creating service runner [ 12.573135] [talos] task mountStatePartition (1/1): mount skipped [ 12.575051] [talos] task mountStatePartition (1/1): done, 6.70856ms [ 12.575066] [talos] phase mountSystem (9/11): done, 6.758485ms [ 12.575073] [talos] phase config (10/11): 1 tasks(s) [ 12.575091] [talos] task loadConfig (1/1): starting [ 12.575193] [talos] downloading config {"component": "controller-runtime", "controller": "config.AcquireController", "platform": "nocloud"} [ 12.575420] [talos] service[dashboard](Running): Process Process(["/sbin/dashboard"]) started with PID 1831 [ 12.585942] [talos] entering maintenance service {"component": "controller-runtime", "controller": "config.AcquireController"} [ 12.588784] [talos] server certificate issued {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController", "fingerprint": "GeFkCjpOYb++oDp7dzOGIYkY6v7DvXOHECUa1WpOzXI="} [ 12.774836] [talos] failed looking up "time.cloudflare.com", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup time.cloudflare.com on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable"} [ 13.779171] [talos] failed looking up "time.cloudflare.com", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup time.cloudflare.com on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable"} [ 13.948524] e1000e 0000:00:02.0 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [ 13.979211] [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["10.0.2.3"]} [ 13.980917] [talos] assigned address {"component": "controller-runtime", "controller": "network.AddressSpecController", "address": "10.0.2.15/24", "link": "eth0"} [ 13.984344] [talos] created route {"component": "controller-runtime", "controller": "network.RouteSpecController", "destination": "default", "gateway": "10.0.2.2", "table": "main", "link": "eth0", "priority": 1024, "family": "inet4"} [ 13.984575] [talos] this machine is reachable at: {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.984614] [talos] 10.0.2.15 {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.984672] [talos] upload configuration using talosctl: {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994417] [talos] talosctl apply-config --insecure --nodes 10.0.2.15 --file {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994435] [talos] or apply configuration using talosctl interactive installer: {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994444] [talos] talosctl apply-config --insecure --nodes 10.0.2.15 --mode=interactive {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994452] [talos] optionally with node fingerprint check: {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994460] [talos] talosctl apply-config --insecure --nodes 10.0.2.15 --cert-fingerprint 'GeFkCjpOYb++oDp7dzOGIYkY6v7DvXOHECUa1WpOzXI=' --file {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 13.994581] [talos] server certificate issued {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController", "fingerprint": "s0x5EKg9pacGIKUih1jQkgpVMpTfvsVLx4ZoeUV61yA="} [ 14.789216] [talos] adjusting time (slew) by 115.891957ms via 162.159.200.123, state TIME_OK, status STA_PLL | STA_NANO {"component": "controller-runtime", "controller": "time.SyncController"} [ 14.793057] [talos] server certificate issued {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController", "fingerprint": "KXpgJBlUtj/kvm+hD0ZZ2TDozpTnlOSoktTrr38y8zs="} [ 15.197478] [talos] this machine is reachable at: {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 15.199710] [talos] 10.0.2.15 {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 15.201528] [talos] fec0::5054:ff:fe12:3456 {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController"} [ 15.203726] [talos] server certificate issued {"component": "controller-runtime", "controller": "runtime.MaintenanceServiceController", "fingerprint": "fVMJO+pZvL3LQgG6TcmhTzjOwSIODfW2VayaOEa7jVI="} ```
rgl commented 6 months ago

Interesting. With VMs, this never happened to me before. So my host machine and/or os has something different than yours.

My host machine is Ubuntu 22.04.4 LTS with:

$ dpkg -l | grep -P 'qemu|ovmf'
ii  ipxe-qemu                                  1.21.1+git-20220113.fbbdc3926-0ubuntu1     all          PXE boot firmware - ROM images for qemu
ii  ipxe-qemu-256k-compat-efi-roms             1.0.0+git-20150424.a25a16d-0ubuntu4        all          PXE boot firmware - Compat EFI ROM images for qemu
ii  libvirt-daemon-driver-qemu                 8.0.0-1ubuntu7.8                           amd64        Virtualization daemon QEMU connection driver
ii  ovmf                                       2022.02-3ubuntu0.22.04.2                   all          UEFI firmware for 64-bit x86 virtual machines
ii  qemu-block-extra                           1:6.2+dfsg-2ubuntu6.17                     amd64        extra block backend modules for qemu-system and qemu-utils
ii  qemu-system-common                         1:6.2+dfsg-2ubuntu6.17                     amd64        QEMU full system emulation binaries (common files)
ii  qemu-system-data                           1:6.2+dfsg-2ubuntu6.17                     all          QEMU full system emulation (data files)
ii  qemu-system-gui                            1:6.2+dfsg-2ubuntu6.17                     amd64        QEMU full system emulation binaries (user interface and audio support)
ii  qemu-system-x86                            1:6.2+dfsg-2ubuntu6.17                     amd64        QEMU full system emulation binaries (x86)
ii  qemu-utils                                 1:6.2+dfsg-2ubuntu6.17                     amd64        QEMU utilities
rgl commented 6 months ago

FWIW, this is also happening in a Proxmox host:

image

smira commented 6 months ago

My side, but it doesn't seem like a Talos issue to me so far (?).

ii  ipxe-qemu                                      1.21.1+git-20220113.fbbdc3926-0ubuntu1     all          PXE boot firmware - ROM images for qemu
ii  ipxe-qemu-256k-compat-efi-roms                 1.0.0+git-20150424.a25a16d-0ubuntu4        all          PXE boot firmware - Compat EFI ROM images for qemu
ii  libvirt-daemon-driver-qemu                     9.6.0-1ubuntu1                             amd64        Virtualization daemon QEMU connection driver
ii  ovmf                                           2023.05-2ubuntu0.1                         all          UEFI firmware for 64-bit x86 virtual machines
ii  qemu-block-extra                               1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        extra block backend modules for qemu-system and qemu-utils
ii  qemu-efi-aarch64                               2023.05-2ubuntu0.1                         all          UEFI firmware for 64-bit ARM virtual machines
ii  qemu-efi-arm                                   2023.05-2ubuntu0.1                         all          UEFI firmware for 32-bit ARM virtual machines
rc  qemu-kvm                                       1:5.0-5ubuntu9.7                           amd64        QEMU Full virtualization on x86 hardware
ii  qemu-system-arm                                1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU full system emulation binaries (arm)
ii  qemu-system-common                             1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU full system emulation binaries (common files)
ii  qemu-system-data                               1:8.0.4+dfsg-1ubuntu3.23.10.3              all          QEMU full system emulation (data files)
ii  qemu-system-gui                                1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU full system emulation binaries (user interface and audio support)
ii  qemu-system-x86                                1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU full system emulation binaries (x86)
ii  qemu-user-static                               1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU user mode emulation binaries (static version)
ii  qemu-utils                                     1:8.0.4+dfsg-1ubuntu3.23.10.3              amd64        QEMU utilities
rgl commented 6 months ago

In the current form, due to the referenced grub update in talos 1.7, it does not work in a Ubuntu 22.04 host nor in a Proxmox 8.1 host.

smira commented 6 months ago

There's GRUB 2.12 released, we'll update. You can in the meantime use Image Factory - it will have older GRUB there

smira commented 6 months ago

We're updating GRUB for the next 1.7 release https://github.com/siderolabs/pkgs/pull/919

Thanks for reporting!