anatol / booster

Fast and secure initramfs generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot load initram for linux5.15 on void linux

dkwo opened this issue · comments

commented

Now that I'm able to build it again, I tested 0.7 and it still stops at loading initram.
Could you take a look at diffconfig at void-linux/void-packages#33857 and see if you notice anything?
I enabled booster.log=debug,console in the command line, and reconfigured grub and linux5.15, but it is still the same.

booster.log=debug,console is a new unreleased option at the project's master branch.

For 0.7 release please use booster.debug boot parameter and then tell me what do you see at the console.

commented
commented

by this, I literally mean

  Booting 'Void GNU/Linux'

Loading Linux 5.15.1_1 ...
Loading initial ramdisk ...
_

right after grub menu.

commented

Notice debug now works, as in the working initram I see a lot of noise info.

I need that debug log. Could you please make a picture or record video of that log and share it with me.

commented

Just to clarify, do you mean the log from a working kernel (e.g. 5.14.*)?
Instead 5.15 as I said does not produce any debug log at all.

commented

anyhow, here's the two cases.
working case https://paste.c-net.org/CuresPounding
broken case https://paste.c-net.org/VestaDecay

commented

I stopped right before input of encryption password, let me know if you need more.

Okay, I am bit confused here.

Do you mean that 5.14 produces logs but stops at "Enter Password" prompt?
Also do you say that 5.15 is unable to load initramfs at all and just stops at GRUB?

If kernel is unable load initramfs at all (i.e. stuck at "Loading initial ramdisk ...") check that the initramfs file is a valid archive, that it is not truncated and valid. As zstd is the default compression mode try zstd --test YOURINITRAMFS.img to verify the archive.

Another reason might be that the new kernel does not support zstd compression. Check that the new kernel has compilation option CONFIG_RD_ZSTD enabled. Or try different compression with

$ cat /etc/booster.yaml
...
compression: none 
...
commented

Let me clarify: 5.14 works fine all the way, I just stopped the video; 5.15 instead is unable to load initram at all, as you said.
Also, no change of compression:

$ zstd --test initramfs-5.14.16_1.img
initramfs-5.14.16_1.img: 19779900 bytes
$ zstd --test initramfs-5.15.1_1.img
initramfs-5.15.1_1.img: 19950964 bytes
$ cat config-5.14.16_1 | grep CONFIG_RD_ZSTD
CONFIG_RD_ZSTD=y
$ cat config-5.15.1_1 | grep CONFIG_RD_ZSTD
CONFIG_RD_ZSTD=y

@dkwo try following things:

  1. change compression to none
  2. use universal: true build

At my side I am trying to run void kernel+userspace in QEMU and see if I can repro this issue. Currently I have an image with 5.13.19_1 and it boots fine.

How do I install new, 5.15 kernel in Void Linux?

commented
commented

Here is log for running 5.15 at QEMU:

go test -v -run TestBooster/VoidLinux
=== RUN   TestBooster
2021/11/10 11:45:29 Call 'go build' for init
2021/11/10 11:45:29 Call 'go build' for generator
=== RUN   TestBooster/VoidLinux
2021/11/10 11:45:29 Create booster.img with /tmp/TestBooster3352571301/001/generator build --force --init-binary /tmp/TestBooster3352571301/001/init --kernel-version 5.15.1_1 --config /tmp/booster.yaml2357473645 --modules-dir assets/voidlinux/modules /tmp/booster.img1201425629
/tmp/booster.img1201425629: 67508960 bytes                                     
2021/11/10 11:45:30 QEMU command line: qemu-system-x86_64 -monitor unix:/tmp/vmtest270557424/monitor.socket -serial unix:/tmp/vmtest270557424/console.socket -no-reboot -nographic -display none -kernel assets/voidlinux/vmlinuz -initrd /tmp/booster.img1201425629 -append 'booster.log=debug printk.devkmsg=on root=/dev/sda console=ttyS0,115200 ignore_loglevel' -m 8G -smp 8 -enable-kvm -cpu host -device virtio-scsi-pci,id=scsi -drive format=raw,if=none,id=hd0,file=assets/voidlinux.img -device scsi-hd,drive=hd0
SeaBIOS (version ArchLinux 1.14.0-1)


iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF91250+BFEF1250 CA00
                                                                               


Booting from ROM...
Probing EDD (edd=off to disable)... o[    0.000000] Linux version 5.15.1_1 (voidlinux@voidlinux) (gcc (GCC) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #1 SMP Sat Nov 6 21:40:26 UTC 2021
[    0.000000] Command line: booster.log=debug printk.devkmsg=on root=/dev/sda console=ttyS0,115200 ignore_loglevel
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffdd000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS ArchLinux 1.14.0-1 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr ded3001, primary cpu clock
[    0.000002] kvm-clock: using sched offset of 296321905 cycles
[    0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000010] tsc: Detected 4199.996 MHz processor
[    0.000446] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000448] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000452] last_pfn = 0x240000 max_arch_pfn = 0x400000000
[    0.000474] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000482] last_pfn = 0xbffdd max_arch_pfn = 0x400000000
[    0.006385] found SMP MP-table at [mem 0x000f5c40-0x000f5c4f]
[    0.006454] Using GB pages for direct mapping
[    0.006722] RAMDISK: [mem 0xbed41000-0xbffcffff]
[    0.006730] ACPI: Early table checksum verification disabled
[    0.006756] ACPI: RSDP 0x00000000000F5C00 000014 (v00 BOCHS )
[    0.006761] ACPI: RSDT 0x00000000BFFE181C 000034 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006770] ACPI: FACP 0x00000000BFFE1698 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006774] ACPI: DSDT 0x00000000BFFDFCC0 0019D8 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006777] ACPI: FACS 0x00000000BFFDFC80 000040
[    0.006779] ACPI: APIC 0x00000000BFFE170C 0000B0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006782] ACPI: HPET 0x00000000BFFE17BC 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006784] ACPI: WAET 0x00000000BFFE17F4 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.006786] ACPI: Reserving FACP table memory at [mem 0xbffe1698-0xbffe170b]
[    0.006787] ACPI: Reserving DSDT table memory at [mem 0xbffdfcc0-0xbffe1697]
[    0.006788] ACPI: Reserving FACS table memory at [mem 0xbffdfc80-0xbffdfcbf]
[    0.006788] ACPI: Reserving APIC table memory at [mem 0xbffe170c-0xbffe17bb]
[    0.006789] ACPI: Reserving HPET table memory at [mem 0xbffe17bc-0xbffe17f3]
[    0.006789] ACPI: Reserving WAET table memory at [mem 0xbffe17f4-0xbffe181b]
[    0.006979] No NUMA configuration found
[    0.006980] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[    0.006985] NODE_DATA(0) allocated [mem 0x23fff9000-0x23fffdfff]
[    0.007009] Zone ranges:
[    0.007010]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007011]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007012]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
[    0.007013]   Device   empty
[    0.007014] Movable zone start for each node
[    0.007015] Early memory node ranges
[    0.007015]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.007017]   node   0: [mem 0x0000000000100000-0x00000000bffdcfff]
[    0.007018]   node   0: [mem 0x0000000100000000-0x000000023fffffff]
[    0.007020] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[    0.007181] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007195] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.024645] On node 0, zone Normal: 35 pages in unavailable ranges
[    0.024902] ACPI: PM-Timer IO Port: 0x608
[    0.024916] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.024949] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.024951] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.024953] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.024954] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.024956] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.024957] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.024959] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.024960] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.024966] TSC deadline timer available
[    0.024972] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.025004] kvm-guest: KVM setup pv remote TLB flush
[    0.025006] kvm-guest: setup PV sched yield
[    0.025019] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025021] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.025022] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.025022] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.025023] PM: hibernation: Registered nosave memory: [mem 0xbffdd000-0xbfffffff]
[    0.025024] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[    0.025024] PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    0.025025] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    0.025026] PM: hibernation: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.025027] [mem 0xc0000000-0xfeffbfff] available for PCI devices
[    0.025027] Booting paravirtualized kernel on KVM
[    0.025036] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.027698] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.027982] percpu: Embedded 52 pages/cpu s173592 r8192 d31208 u262144
[    0.027987] pcpu-alloc: s173592 r8192 d31208 u262144 alloc=1*2097152
[    0.027990] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.028013] kvm-guest: setup async PF for cpu 0
[    0.028016] kvm-guest: stealtime: cpu 0, msr 237c18080
[    0.028023] Built 1 zonelists, mobility grouping on.  Total pages: 2064093
[    0.028024] Policy zone: Normal
[    0.028025] Kernel command line: booster.log=debug printk.devkmsg=on root=/dev/sda console=ttyS0,115200 ignore_loglevel
[    0.028925] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029387] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029491] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.065178] Memory: 8123936K/8388076K available (12295K kernel code, 3278K rwdata, 6980K rodata, 1764K init, 1332K bss, 263880K reserved, 0K cma-reserved)
[    0.065191] random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=0
[    0.065285] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.065294] Kernel/User page tables isolation: enabled
[    0.065308] ftrace: allocating 38469 entries in 151 pages
[    0.074716] ftrace: allocated 151 pages with 5 groups
[    0.074946] rcu: Hierarchical RCU implementation.
[    0.074947] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.074949] 	Trampoline variant of Tasks RCU enabled.
[    0.074949] 	Rude variant of Tasks RCU enabled.
[    0.074949] 	Tracing variant of Tasks RCU enabled.
[    0.074950] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.074951] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.077317] NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 16
[    0.080811] Console: colour VGA+ 80x25
[    0.172853] printk: console [ttyS0] enabled
[    0.173304] ACPI: Core revision 20210730
[    0.173820] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.174944] APIC: Switch to symmetric I/O mode setup
[    0.175651] x2apic enabled
[    0.176169] Switched APIC routing to physical x2apic.
[    0.176679] kvm-guest: setup PV IPIs
[    0.177814] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.178634] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8a5dbeece, max_idle_ns: 440795356272 ns
[    0.180287] Calibrating delay loop (skipped) preset value.. 8399.99 BogoMIPS (lpj=4199996)
[    0.181287] pid_max: default: 32768 minimum: 301
[    0.182360] LSM: Security Framework initializing
[    0.183306] Yama: becoming mindful.
[    0.185287] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.186290] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.187608] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.188381] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.188894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.189296] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.190283] Spectre V2 : Mitigation: Full generic retpoline
[    0.190814] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.191281] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.192284] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.193281] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.194286] SRBDS: Unknown: Dependent on hypervisor status
[    0.194857] MDS: Mitigation: Clear CPU buffers
[    0.198299] Freeing SMP alternatives memory: 32K
[    0.198890] smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.199336] Performance Events: Skylake events, full-width counters, Intel PMU driver.
[    0.200234] ... version:                2
[    0.200282] ... bit width:              48
[    0.200771] ... generic registers:      4
[    0.201188] ... value mask:             0000ffffffffffff
[    0.201299] ... max period:             00007fffffffffff
[    0.201939] ... fixed-purpose events:   3
[    0.202282] ... event mask:             000000070000000f
[    0.203063] rcu: Hierarchical SRCU implementation.
[    0.203690] smp: Bringing up secondary CPUs ...
[    0.204278] x86: Booting SMP configuration:
[    0.204285] .... node  #0, CPUs:      #1
[    0.099815] kvm-clock: cpu 1, msr ded3041, secondary cpu clock
[    0.099815] smpboot: CPU 1 Converting physical 0 to logical die 1
[    0.206311] kvm-guest: setup async PF for cpu 1
[    0.206769] kvm-guest: stealtime: cpu 1, msr 237c58080
[    0.207362]  #2
[    0.099815] kvm-clock: cpu 2, msr ded3081, secondary cpu clock
[    0.099815] smpboot: CPU 2 Converting physical 0 to logical die 2
[    0.210299] kvm-guest: setup async PF for cpu 2
[    0.210856] kvm-guest: stealtime: cpu 2, msr 237c98080
[    0.211386]  #3
[    0.099815] kvm-clock: cpu 3, msr ded30c1, secondary cpu clock
[    0.099815] smpboot: CPU 3 Converting physical 0 to logical die 3
[    0.214335] kvm-guest: setup async PF for cpu 3
[    0.215013] kvm-guest: stealtime: cpu 3, msr 237cd8080
[    0.217306]  #4
[    0.099815] kvm-clock: cpu 4, msr ded3101, secondary cpu clock
[    0.099815] smpboot: CPU 4 Converting physical 0 to logical die 4
[    0.220314] kvm-guest: setup async PF for cpu 4
[    0.220814] kvm-guest: stealtime: cpu 4, msr 237d18080
[    0.221406]  #5
[    0.099815] kvm-clock: cpu 5, msr ded3141, secondary cpu clock
[    0.099815] smpboot: CPU 5 Converting physical 0 to logical die 5
[    0.224298] kvm-guest: setup async PF for cpu 5
[    0.224748] kvm-guest: stealtime: cpu 5, msr 237d58080
[    0.225377]  #6
[    0.099815] kvm-clock: cpu 6, msr ded3181, secondary cpu clock
[    0.099815] smpboot: CPU 6 Converting physical 0 to logical die 6
[    0.227298] kvm-guest: setup async PF for cpu 6
[    0.227773] kvm-guest: stealtime: cpu 6, msr 237d98080
[    0.228388]  #7
[    0.099815] kvm-clock: cpu 7, msr ded31c1, secondary cpu clock
[    0.099815] smpboot: CPU 7 Converting physical 0 to logical die 7
[    0.230445] kvm-guest: setup async PF for cpu 7
[    0.231280] kvm-guest: stealtime: cpu 7, msr 237dd8080
[    0.232430] smp: Brought up 1 node, 8 CPUs
[    0.232829] smpboot: Max logical packages: 8
[    0.233284] smpboot: Total of 8 processors activated (67199.93 BogoMIPS)
[    0.234383] devtmpfs: initialized
[    0.234647] x86/mm: Memory block size: 128MB
[    0.235509] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.236437] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.237115] pinctrl core: initialized pinctrl subsystem
[    0.237485] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.238134] audit: initializing netlink subsys (disabled)
[    0.238299] audit: type=2000 audit(1636573530.882:1): state=initialized audit_enabled=0 res=1
[    0.238423] thermal_sys: Registered thermal governor 'bang_bang'
[    0.239282] thermal_sys: Registered thermal governor 'step_wise'
[    0.239859] thermal_sys: Registered thermal governor 'user_space'
[    0.240282] thermal_sys: Registered thermal governor 'power_allocator'
[    0.240868] cpuidle: using governor ladder
[    0.241692] cpuidle: using governor menu
[    0.242157] ACPI: bus type PCI registered
[    0.242282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.243102] PCI: Using configuration type 1 for base access
[    0.243869] Kprobes globally optimized
[    0.244301] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.244960] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.245438] ACPI: Added _OSI(Module Device)
[    0.246285] ACPI: Added _OSI(Processor Device)
[    0.246743] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.247213] ACPI: Added _OSI(Processor Aggregator Device)
[    0.247291] ACPI: Added _OSI(Linux-Dell-Video)
[    0.247910] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.248288] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.249251] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.250088] ACPI: Interpreter enabled
[    0.250317] ACPI: PM: (supports S0 S3 S4 S5)
[    0.250936] ACPI: Using IOAPIC for interrupt routing
[    0.251302] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.252465] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.254621] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.255299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.256353] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.257449] acpiphp: Slot [3] registered
[    0.257851] acpiphp: Slot [4] registered
[    0.258225] acpiphp: Slot [5] registered
[    0.258291] acpiphp: Slot [6] registered
[    0.258679] acpiphp: Slot [7] registered
[    0.259103] acpiphp: Slot [8] registered
[    0.259292] acpiphp: Slot [9] registered
[    0.259706] acpiphp: Slot [10] registered
[    0.260104] acpiphp: Slot [11] registered
[    0.260291] acpiphp: Slot [12] registered
[    0.260726] acpiphp: Slot [13] registered
[    0.261158] acpiphp: Slot [14] registered
[    0.261293] acpiphp: Slot [15] registered
[    0.261739] acpiphp: Slot [16] registered
[    0.262166] acpiphp: Slot [17] registered
[    0.262292] acpiphp: Slot [18] registered
[    0.262753] acpiphp: Slot [19] registered
[    0.263214] acpiphp: Slot [20] registered
[    0.263292] acpiphp: Slot [21] registered
[    0.263750] acpiphp: Slot [22] registered
[    0.264185] acpiphp: Slot [23] registered
[    0.264293] acpiphp: Slot [24] registered
[    0.264684] acpiphp: Slot [25] registered
[    0.265069] acpiphp: Slot [26] registered
[    0.265297] acpiphp: Slot [27] registered
[    0.265728] acpiphp: Slot [28] registered
[    0.266151] acpiphp: Slot [29] registered
[    0.266292] acpiphp: Slot [30] registered
[    0.266678] acpiphp: Slot [31] registered
[    0.267074] PCI host bridge to bus 0000:00
[    0.267282] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.267941] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.268282] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.268984] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.269281] pci_bus 0000:00: root bus resource [mem 0x240000000-0x2bfffffff window]
[    0.270007] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.270354] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.271561] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.272697] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.274784] pci 0000:00:01.1: reg 0x20: [io  0xc080-0xc08f]
[    0.275966] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.276284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.276900] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.277284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.278381] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.279447] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.280302] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.281804] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.284294] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    0.288312] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[    0.294321] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    0.295788] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[    0.298285] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[    0.299486] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
[    0.303286] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.304512] pci 0000:00:04.0: [1af4:1004] type 00 class 0x010000
[    0.305839] pci 0000:00:04.0: reg 0x10: [io  0xc040-0xc07f]
[    0.307597] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[    0.310978] pci 0000:00:04.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref]
[    0.313758] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.314351] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.315022] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.315343] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.315994] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.316586] iommu: Default domain type: Translated 
[    0.317091] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.317322] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.317959] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.318287] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.318911] vgaarb: loaded
[    0.319271] pps_core: LinuxPPS API ver. 1 registered
[    0.319282] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.320269] PTP clock support registered
[    0.320288] EDAC MC: Ver: 3.0.0
[    0.320786] PCI: Using ACPI for IRQ routing
[    0.321303] PCI: pci_cache_line_size set to 64 bytes
[    0.321946] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.322285] e820: reserve RAM buffer [mem 0xbffdd000-0xbfffffff]
[    0.323033] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.323282] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.327495] clocksource: Switched to clocksource kvm-clock
[    0.338671] VFS: Disk quotas dquot_6.6.0
[    0.339117] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.339939] pnp: PnP ACPI init
[    0.340303] pnp 00:02: [dma 2]
[    0.340741] pnp: PnP ACPI: found 6 devices
[    0.346605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.347487] NET: Registered PF_INET protocol family
[    0.348164] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.349504] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.350418] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.351611] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.352461] TCP: Hash tables configured (established 65536 bind 65536)
[    0.353316] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.354166] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.354895] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.355795] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.356386] NET: Registered PF_XDP protocol family
[    0.356901] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.357501] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.358770] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.359589] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[    0.360567] pci_bus 0000:00: resource 8 [mem 0x240000000-0x2bfffffff window]
[    0.361520] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.362377] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.363615] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.364662] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.365474] PCI: CLS 0 bytes, default 64
[    0.365902] Trying to unpack rootfs image as initramfs...
[    0.366483] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.367334] software IO TLB: mapped [mem 0x00000000bad41000-0x00000000bed41000] (64MB)
[    0.368309] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a5dbeece, max_idle_ns: 440795356272 ns
[    0.369648] Initialise system trusted keyrings
[    0.370365] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.371695] zbud: loaded
[    0.372127] Key type asymmetric registered
[    0.372578] Asymmetric key parser 'x509' registered
[    0.373195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.374122] io scheduler mq-deadline registered
[    0.374600] io scheduler kyber registered
[    0.375037] io scheduler bfq registered
[    0.464074] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.487539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.489305] Freeing initrd memory: 19004K
[    0.490464] libphy: Fixed MDIO Bus: probed
[    0.490875] e1000e: Intel(R) PRO/1000 Network Driver
[    0.491360] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.491953] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.493391] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.493935] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.494626] mousedev: PS/2 mouse device common for all mice
[    0.495417] rtc_cmos 00:05: RTC can wake from S4
[    0.496242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.497548] rtc_cmos 00:05: registered as rtc0
[    0.498047] rtc_cmos 00:05: setting system clock to 2021-11-10T19:45:31 UTC (1636573531)
[    0.498977] rtc_cmos 00:05: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.499910] intel_pstate: CPU model not supported
[    0.500746] ledtrig-cpu: registered to indicate activity on CPUs
[    0.501580] intel_pmc_core intel_pmc_core.0:  initialized
[    0.502496] NET: Registered PF_INET6 protocol family
[    0.505441] Segment Routing with IPv6
[    0.506382] RPL Segment Routing with IPv6
[    0.506825] In-situ OAM (IOAM) with IPv6
[    0.507259] NET: Registered PF_PACKET protocol family
[    0.507853] Key type dns_resolver registered
[    0.508620] IPI shorthand broadcast: enabled
[    0.509077] sched_clock: Marking stable (409776303, 98815270)->(766510003, -257918430)
[    0.510114] registered taskstats version 1
[    0.510808] Loading compiled-in X.509 certificates
[    0.511668] zswap: loaded using pool lzo/zbud
[    0.512495] Key type ._fscrypt registered
[    0.512950] Key type .fscrypt registered
[    0.513384] Key type fscrypt-provisioning registered
[    0.514966] Freeing unused kernel image (initmem) memory: 1764K
[    0.522332] Write protecting the kernel read-only data: 22528k
[    0.523687] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.524696] Freeing unused kernel image (rodata/data gap) memory: 1212K
[    0.526901] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.527759] x86/mm: Checking user space page tables
[    0.528420] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.529155] Run /init as init process
[    0.529609]   with arguments:
[    0.529961]     /init
[    0.530200]   with environment:
[    0.530543]     HOME=/
[    0.530787]     TERM=linux
[    0.540125] booster: no match found for alias acpi:LNXPWRBN:
[    0.540841] booster: no match found for alias acpi:LNXCPU:
[    0.541555] booster: no match found for alias acpi:PNP0103:
[    0.542375] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[    0.543080] booster: no match found for alias acpi:PNP0A06:
[    0.543900] booster: no match found for alias acpi:QEMU0002:
[    0.544470] booster: no match found for alias acpi:PNP0303:
[    0.545018] booster: no match found for alias acpi:PNP0400:
[    0.545591] booster: no match found for alias acpi:PNP0B00:
[    0.546127] booster: no match found for alias acpi:PNP0700:
[    0.546703] booster: no match found for alias acpi:PNP0501:
[    0.547373] booster: no match found for alias acpi:PNP0F13:
[    0.548043] booster: no match found for alias acpi:PNP0C0F:
[    0.548722] booster: modalias serio:ty01pr00id00ex00 matched module serio_raw
[    0.549469] booster: no match found for alias platform:i8042
[    0.550094] booster: no match found for alias pci:v00008086d00007113sv00001AF4sd00001100bc06sc80i00
[    0.550953] booster: no match found for alias acpi:PNP0A03:
[    0.551481] booster: no match found for alias platform:pcspkr
[    0.552217] booster: modalias serio:ty06pr00id00ex00 matched module serio_raw
[    0.553528] booster: no match found for alias platform:intel_pmc_core
[    0.554524] booster: no match found for alias input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
[    0.557343] booster: no match found for alias pci:v00001234d00001111sv00001AF4sd00001100bc03sc00i00
[    0.558786] booster: modalias pci:v00001AF4d00001004sv00001AF4sd00000008bc01sc00i00 matched module virtio_pci
[    0.560490] booster: no match found for alias acpi:LNXSYBUS:
[    0.561412] booster: no match found for alias pci:v00008086d0000100Esv00001AF4sd00001100bc02sc00i00
[    0.562335] booster: no match found for alias platform:reg-dummy
[    0.562942] booster: no match found for alias platform:Fixed MDIO bus
[    0.563687] booster: no match found for alias platform:platform-framebuffer
[    0.564637] booster: no match found for alias acpi:LNXSYSTM:
[    0.565426] booster: no match found for alias pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00
[    0.566746] booster: no match found for alias pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00
[    0.568199] booster: no match found for alias pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80
[    0.570341] booster: no match found for alias platform:alarmtimer
[    0.571085] booster: no match found for alias platform:serial8250
[    0.571768] booster: loading module serio_raw
[    0.572274] booster: modalias cpu:type:x86,ven0000fam0006mod009E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001B,002B,0034,003A,003B,003D,0068,006B,006F,0070,0072,0074,0075,0076,0079,007F,0080,0081,0085,0089,008C,008D,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,00C8,00E1,00E7,00EB,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0123,0125,0127,0128,0129,012A,012E,0132,0133,0134,0137,0140,0141,0142,0143,0165,01AC,01AE,01AF,01B8,01C2,0202,024A,025A,025B,025D,025F matched module aesni_intel
[    0.578714] booster: modalias cpu:type:x86,ven0000fam0006mod009E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001B,002B,0034,003A,003B,003D,0068,006B,006F,0070,0072,0074,0075,0076,0079,007F,0080,0081,0085,0089,008C,008D,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,00C8,00E1,00E7,00EB,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0123,0125,0127,0128,0129,012A,012E,0132,0133,0134,0137,0140,0141,0142,0143,0165,01AC,01AE,01AF,01B8,01C2,0202,024A,025A,025B,025D,025F matched module ghash_clmulni_intel
[    0.585042] booster: loading module virtio_ring
[    0.585595] booster: loading module virtio_pci_modern_dev
[    0.586345] booster: no match found for alias dmi:bvnSeaBIOS:bvrArchLinux1.14.0-1:bd04/01/2014:br0.0:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-6.1:cvnQEMU:ct1:cvrpc-i440fx-6.1:sku:
[    0.588969] booster: loading module virtio
[    0.590092] booster: modalias cpu:type:x86,ven0000fam0006mod009E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001B,002B,0034,003A,003B,003D,0068,006B,006F,0070,0072,0074,0075,0076,0079,007F,0080,0081,0085,0089,008C,008D,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,00C8,00E1,00E7,00EB,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0123,0125,0127,0128,0129,012A,012E,0132,0133,0134,0137,0140,0141,0142,0143,0165,01AC,01AE,01AF,01B8,01C2,0202,024A,025A,025B,025D,025F matched module crc32c_intel
[    0.596965] booster: modalias cpu:type:x86,ven0000fam0006mod009E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001B,002B,0034,003A,003B,003D,0068,006B,006F,0070,0072,0074,0075,0076,0079,007F,0080,0081,0085,0089,008C,008D,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,00C8,00E1,00E7,00EB,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0123,0125,0127,0128,0129,012A,012E,0132,0133,0134,0137,0140,0141,0142,0143,0165,01AC,01AE,01AF,01B8,01C2,0202,024A,025A,025B,025D,025F matched module crc32_pclmul
[    0.605385] booster: modalias cpu:type:x86,ven0000fam0006mod009E:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001B,002B,0034,003A,003B,003D,0068,006B,006F,0070,0072,0074,0075,0076,0079,007F,0080,0081,0085,0089,008C,008D,008F,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,00C8,00E1,00E7,00EB,00EC,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FD,00FF,0100,0101,0102,0103,0104,0111,0120,0121,0123,0125,0127,0128,0129,012A,012E,0132,0133,0134,0137,0140,0141,0142,0143,0165,01AC,01AE,01AF,01B8,01C2,0202,024A,025A,025B,025D,025F matched module crct10dif_pclmul
[    0.610830] booster: loading module virtio_pci
[    0.611292] booster: udev event {Header:add@/bus/serio/drivers/serio_raw Action:add Devpath:/bus/serio/drivers/serio_raw Subsystem:drivers Seqnum:709 Vars:map[ACTION:add DEVPATH:/bus/serio/drivers/serio_raw SEQNUM:709 SUBSYSTEM:drivers]}
[    0.613536] booster: udev event {Header:add@/module/virtio_ring Action:add Devpath:/module/virtio_ring Subsystem:module Seqnum:710 Vars:map[ACTION:add DEVPATH:/module/virtio_ring SEQNUM:710 SUBSYSTEM:module]}
[    0.615564] booster: udev event {Header:add@/module/serio_raw Action:add Devpath:/module/serio_raw Subsystem:module Seqnum:711 Vars:map[ACTION:add DEVPATH:/module/serio_raw SEQNUM:711 SUBSYSTEM:module]}
[    0.617587] booster: udev event {Header:add@/module/virtio_pci_modern_dev Action:add Devpath:/module/virtio_pci_modern_dev Subsystem:module Seqnum:712 Vars:map[ACTION:add DEVPATH:/module/virtio_pci_modern_dev SEQNUM:712 SUBSYSTEM:module]}
[    0.620233] booster: udev event {Header:add@/bus/virtio Action:add Devpath:/bus/virtio Subsystem:bus Seqnum:713 Vars:map[ACTION:add DEVPATH:/bus/virtio SEQNUM:713 SUBSYSTEM:bus]}
[    0.622251] booster: loading module crct10dif_pclmul
[    0.622848] booster: loading module cryptd
[    0.623489] booster: loading module crc32c_intel
[    0.624044] booster: loading module crc32_pclmul
[    0.624730] booster: udev event {Header:add@/module/virtio Action:add Devpath:/module/virtio Subsystem:module Seqnum:714 Vars:map[ACTION:add DEVPATH:/module/virtio SEQNUM:714 SUBSYSTEM:module]}
[    0.627117] booster: udev event {Header:add@/module/crct10dif_pclmul Action:add Devpath:/module/crct10dif_pclmul Subsystem:module Seqnum:715 Vars:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:715 SUBSYSTEM:module]}
[    0.630221] booster: udev event {Header:add@/module/crc32c_intel Action:add Devpath:/module/crc32c_intel Subsystem:module Seqnum:716 Vars:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:716 SUBSYSTEM:module]}
[    0.634563] booster: udev event {Header:add@/module/crc32_pclmul Action:add Devpath:/module/crc32_pclmul Subsystem:module Seqnum:717 Vars:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:717 SUBSYSTEM:module]}
[    0.634725] cryptd: max_cpu_qlen set to 1000
[    0.636548] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    0.664733] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0 Subsystem:virtio Seqnum:718 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0 MODALIAS:virtio:d00000008v00001AF4 SEQNUM:718 SUBSYSTEM:virtio]}
[    0.670125] booster: loading module crypto_simd
[    0.670656] booster: loading module ghash_clmulni_intel
[    0.671427] booster: udev event {Header:bind@/devices/pci0000:00/0000:00:04.0 Action:bind Devpath:/devices/pci0000:00/0000:00:04.0 Subsystem:pci Seqnum:719 Vars:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0 DRIVER:virtio-pci MODALIAS:pci:v00001AF4d00001004sv00001AF4sd00000008bc01sc00i00 PCI_CLASS:10000 PCI_ID:1AF4:1004 PCI_SLOT_NAME:0000:00:04.0 PCI_SUBSYS_ID:1AF4:0008 SEQNUM:719 SUBSYSTEM:pci]}
[    0.675180] booster: loading module aesni_intel
[    0.675722] booster: udev event {Header:add@/bus/pci/drivers/virtio-pci Action:add Devpath:/bus/pci/drivers/virtio-pci Subsystem:drivers Seqnum:720 Vars:map[ACTION:add DEVPATH:/bus/pci/drivers/virtio-pci SEQNUM:720 SUBSYSTEM:drivers]}
[    0.678637] booster: udev event {Header:add@/module/virtio_pci Action:add Devpath:/module/virtio_pci Subsystem:module Seqnum:721 Vars:map[ACTION:add DEVPATH:/module/virtio_pci SEQNUM:721 SUBSYSTEM:module]}
[    0.680515] booster: udev event {Header:add@/module/cryptd Action:add Devpath:/module/cryptd Subsystem:module Seqnum:722 Vars:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:722 SUBSYSTEM:module]}
[    0.682485] booster: udev event {Header:add@/module/crypto_simd Action:add Devpath:/module/crypto_simd Subsystem:module Seqnum:723 Vars:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:723 SUBSYSTEM:module]}
[    0.684708] booster: modalias virtio:d00000008v00001AF4 matched module virtio_scsi
[    0.684854] AVX2 version of gcm_enc/dec engaged.
[    0.685735] booster: udev event {Header:add@/module/ghash_clmulni_intel Action:add Devpath:/module/ghash_clmulni_intel Subsystem:module Seqnum:724 Vars:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:724 SUBSYSTEM:module]}
[    0.688447] booster: loading module scsi_mod
[    0.689143] AES CTR mode by8 optimization enabled
[    0.690319] booster: udev event {Header:add@/module/aesni_intel Action:add Devpath:/module/aesni_intel Subsystem:module Seqnum:725 Vars:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:725 SUBSYSTEM:module]}
[    0.695136] SCSI subsystem initialized
[    0.695216] booster: udev event {Header:add@/class/scsi_host Action:add Devpath:/class/scsi_host Subsystem:class Seqnum:726 Vars:map[ACTION:add DEVPATH:/class/scsi_host SEQNUM:726 SUBSYSTEM:class]}
[    0.699977] booster: udev event {Header:add@/bus/scsi Action:add Devpath:/bus/scsi Subsystem:bus Seqnum:727 Vars:map[ACTION:add DEVPATH:/bus/scsi SEQNUM:727 SUBSYSTEM:bus]}
[    0.702305] booster: udev event {Header:add@/class/scsi_device Action:add Devpath:/class/scsi_device Subsystem:class Seqnum:728 Vars:map[ACTION:add DEVPATH:/class/scsi_device SEQNUM:728 SUBSYSTEM:class]}
[    0.704991] booster: udev event {Header:add@/module/scsi_mod Action:add Devpath:/module/scsi_mod Subsystem:module Seqnum:729 Vars:map[ACTION:add DEVPATH:/module/scsi_mod SEQNUM:729 SUBSYSTEM:module]}
[    0.707203] booster: loading module virtio_scsi
[    0.708488] booster: udev event {Header:add@/devices/virtual/workqueue/scsi_tmf_0 Action:add Devpath:/devices/virtual/workqueue/scsi_tmf_0 Subsystem:workqueue Seqnum:730 Vars:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_0 SEQNUM:730 SUBSYSTEM:workqueue]}
[    0.712550] scsi host0: Virtio SCSI HBA
[    0.713580] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0 Subsystem:scsi Seqnum:731 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0 DEVTYPE:scsi_host SEQNUM:731 SUBSYSTEM:scsi]}
[    0.759939] scsi 0:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    0.764368] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/scsi_host/host0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/scsi_host/host0 Subsystem:scsi_host Seqnum:732 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/scsi_host/host0 SEQNUM:732 SUBSYSTEM:scsi_host]}
[    0.769920] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0 Subsystem:scsi Seqnum:733 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0 DEVTYPE:scsi_target SEQNUM:733 SUBSYSTEM:scsi]}
[    0.773649] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Subsystem:scsi Seqnum:734 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:734 SUBSYSTEM:scsi]}
[    0.778184] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 Subsystem:scsi_device Seqnum:735 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 SEQNUM:735 SUBSYSTEM:scsi_device]}
[    0.779645] random: fast init done
[    0.784028] booster: modalias scsi:t-0x00 matched module sd_mod
[    0.785366] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 Subsystem:bsg Seqnum:736 Vars:map[ACTION:add DEVNAME:bsg/0:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 MAJOR:246 MINOR:0 SEQNUM:736 SUBSYSTEM:bsg]}
[    0.790235] booster: udev event {Header:bind@/devices/pci0000:00/0000:00:04.0/virtio0 Action:bind Devpath:/devices/pci0000:00/0000:00:04.0/virtio0 Subsystem:virtio Seqnum:737 Vars:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0 DRIVER:virtio_scsi MODALIAS:virtio:d00000008v00001AF4 SEQNUM:737 SUBSYSTEM:virtio]}
[    0.794716] booster: loading module sd_mod
[    0.795159] booster: udev event {Header:add@/bus/virtio/drivers/virtio_scsi Action:add Devpath:/bus/virtio/drivers/virtio_scsi Subsystem:drivers Seqnum:738 Vars:map[ACTION:add DEVPATH:/bus/virtio/drivers/virtio_scsi SEQNUM:738 SUBSYSTEM:drivers]}
[    0.797468] booster: udev event {Header:add@/module/virtio_scsi Action:add Devpath:/module/virtio_scsi Subsystem:module Seqnum:739 Vars:map[ACTION:add DEVPATH:/module/virtio_scsi SEQNUM:739 SUBSYSTEM:module]}
[    0.799447] booster: udev event {Header:add@/class/scsi_disk Action:add Devpath:/class/scsi_disk Subsystem:class Seqnum:740 Vars:map[ACTION:add DEVPATH:/class/scsi_disk SEQNUM:740 SUBSYSTEM:class]}
[    0.801395] sd 0:0:0:0: Power-on or device reset occurred
[    0.802043] booster: udev event {Header:add@/bus/scsi/drivers/sd Action:add Devpath:/bus/scsi/drivers/sd Subsystem:drivers Seqnum:741 Vars:map[ACTION:add DEVPATH:/bus/scsi/drivers/sd SEQNUM:741 SUBSYSTEM:drivers]}
[    0.803445] sd 0:0:0:0: [sda] 10485760 512-byte logical blocks: (5.37 GB/5.00 GiB)
[    0.804255] booster: udev event {Header:add@/module/sd_mod Action:add Devpath:/module/sd_mod Subsystem:module Seqnum:742 Vars:map[ACTION:add DEVPATH:/module/sd_mod SEQNUM:742 SUBSYSTEM:module]}
[    0.805044] sd 0:0:0:0: [sda] Write Protect is off
[    0.806816] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 Subsystem:scsi_disk Seqnum:743 Vars:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 SEQNUM:743 SUBSYSTEM:scsi_disk]}
[    0.807302] sd 0:0:0:0: [sda] Mode Sense: 63 00 00 08
[    0.807346] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.812789] booster: udev event {Header:change@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Action:change Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Subsystem:scsi Seqnum:744 Vars:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SDEV_UA:POWER_ON_RESET_OCCURRED SEQNUM:744 SUBSYSTEM:scsi]}
[    0.819684] booster: udev event {Header:add@/devices/virtual/bdi/8:0 Action:add Devpath:/devices/virtual/bdi/8:0 Subsystem:bdi Seqnum:745 Vars:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:0 SEQNUM:745 SUBSYSTEM:bdi]}
[    0.827684] booster: udev event {Header:add@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda Action:add Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda Subsystem:block Seqnum:746 Vars:map[ACTION:add DEVNAME:sda DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda DEVTYPE:disk DISKSEQ:1 MAJOR:8 MINOR:0 SEQNUM:746 SUBSYSTEM:block]}
[    0.831374] booster: found a new device /dev/sda
[    0.836366] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.836456] booster: blkinfo for /dev/sda: type=ext4 UUID=e5c7d8dd-9299-4063-8d39-9d925da1d493 LABEL=
[    0.838375] booster: udev event {Header:bind@/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Action:bind Devpath:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 Subsystem:scsi Seqnum:747 Vars:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host0/target0:0:0/0:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:747 SUBSYSTEM:scsi]}
[    0.842269] booster: loading module crc16
[    0.842971] booster: loading module mbcache
[    0.843641] booster: loading module jbd2
[    0.844246] booster: udev event {Header:add@/module/crc16 Action:add Devpath:/module/crc16 Subsystem:module Seqnum:748 Vars:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:748 SUBSYSTEM:module]}
[    0.847253] booster: udev event {Header:add@/module/mbcache Action:add Devpath:/module/mbcache Subsystem:module Seqnum:749 Vars:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:749 SUBSYSTEM:module]}
[    0.850690] booster: udev event {Header:add@/module/jbd2 Action:add Devpath:/module/jbd2 Subsystem:module Seqnum:750 Vars:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:750 SUBSYSTEM:module]}
[    0.853439] booster: loading module ext4
[    0.867038] booster: udev event {Header:add@/module/ext4 Action:add Devpath:/module/ext4 Subsystem:module Seqnum:751 Vars:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:751 SUBSYSTEM:module]}
[    0.868979] booster: mounting /dev/sda->/booster.root, fs=ext4, flags=0x0, options=
[    0.902403] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    0.904346] booster: Switching to the new userspace now. Да пабачэння!
- runit: $Id: 25da3b86f7bed4038b8a039d2f8e8c9bbcf0822b $: booting.
- runit: enter stage: /etc/runit/1
=> Welcome to Void!
=> Mounting pseudo-filesystems...
[    0.976510] fuse: init (API version 7.34)
[    0.998282] raid6: avx2x4   gen() 35017 MB/s
[    1.015284] raid6: avx2x4   xor()  8046 MB/s
[    1.032285] raid6: avx2x2   gen() 27335 MB/s
[    1.049351] raid6: avx2x2   xor() 29765 MB/s
[    1.066284] raid6: avx2x1   gen() 30730 MB/s
[    1.083322] raid6: avx2x1   xor() 21949 MB/s
[    1.101284] raid6: sse2x4   gen() 19551 MB/s
[    1.118306] raid6: sse2x4   xor()  4907 MB/s
[    1.135287] raid6: sse2x2   gen() 18629 MB/s
[    1.152284] raid6: sse2x2   xor() 11758 MB/s
[    1.169289] raid6: sse2x1   gen() 16419 MB/s
[    1.186284] raid6: sse2x1   xor()  8239 MB/s
[    1.186727] raid6: using algorithm avx2x4 gen() 35017 MB/s
[    1.187228] raid6: .... xor() 8046 MB/s, rmw enabled
[    1.187760] raid6: using avx2x2 recovery algorithm
[    1.188696] xor: automatically using best checksumming function   avx       
[    1.222317] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
[    1.224935] Non-volatile memory driver v1.3
[    1.227899] loop: module loaded
[    1.230902] tun: Universal TUN/TAP device driver, 1.6
[    1.234726] PPP generic driver version 2.4.2
[    1.246043] device-mapper: uevent: version 1.0.3
[    1.246653] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.249319] VFIO - User Level meta-driver version: 0.3
[    1.265403] Bluetooth: Core ver 2.22
[    1.265880] NET: Registered PF_BLUETOOTH protocol family
[    1.266505] Bluetooth: HCI device and connection manager initialized
[    1.267176] Bluetooth: HCI socket layer initialized
[    1.267774] Bluetooth: L2CAP socket layer initialized
[    1.268519] Bluetooth: SCO socket layer initialized
[    1.277022] hid: raw HID events driver (C) Jiri Kosina
[    1.283178] NET: Registered PF_VSOCK protocol family
=> Loading kernel modules...

=> Starting udev and waiting for devices to settle...
[    1.300000] udevd[266]: starting version 3.2.10
[    1.302128] random: udevd: uninitialized urandom read (16 bytes read)
[    1.303377] random: udevd: uninitialized urandom read (16 bytes read)
[    1.304834] random: udevd: uninitialized urandom read (16 bytes read)
[    1.309266] udevd[267]: starting eudev-3.2.10
[    1.324664] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.332619] ACPI: button: Power Button [PWRF]
[    1.337175] Linux agpgart interface v0.103
[    1.341850] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    1.345111] e1000: Intel(R) PRO/1000 Network Driver
[    1.345201] Floppy drive(s): fd0 is 2.88M AMI BIOS
[    1.345873] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.346403] floppy0: Floppy io-port 0x03f2 in use
[    1.347848] parport_pc 00:03: reported by Plug and Play ACPI
[    1.348780] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    1.351131] libata version 3.00 loaded.
[    1.366838] ACPI: \_SB_.LNKC: Enabled at IRQ 10
[    1.376776] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.386865] ata_piix 0000:00:01.1: version 2.13
[    1.388854] scsi host1: ata_piix
[    1.389540] scsi host2: ata_piix
[    1.390162] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[    1.391003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
[    1.606959] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
[    1.609296] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    1.665811] ppdev: user-space parallel port driver
[    1.666804] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    1.686865] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[    1.688409] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.727677] e1000 0000:00:03.0 ens3: renamed from eth0
[    1.887381] bochs-drm 0000:00:02.0: vgaarb: deactivate vga console
[    1.896333] Console: switching to colour dummy device 80x25
[    1.897511] [drm] Found bochs VGA, ID 0xb0c5.
[    1.898288] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebf0000.
[    1.900546] [drm] Found EDID data blob.
[    1.901352] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0
[    1.903507] fbcon: bochs-drm (fb0) is primary device
[    1.907389] Console: switching to colour frame buffer device 128x48
[    1.910668] bochs-drm 0000:00:02.0: [drm] fb0: bochs-drm frame buffer device
=> Remounting rootfs read-only...
[    2.145536] EXT4-fs (sda): re-mounted. Opts: (null). Quota mode: none.
=> Activating btrfs devices...
Scanning for Btrfs filesystems
=> Activating encrypted devices...
=> Checking filesystems:
=> Mounting rootfs read-write...
[    2.185531] EXT4-fs (sda): re-mounted. Opts: (null). Quota mode: none.
=> Mounting all non-network filesystems...
=> Initializing swap...
=> Initializing random seed...
=> Setting up loopback interface...
=> Setting up hostname to 'void-live'...
=> Loading sysctl(8) settings...
kernel.dmesg_restrict = 1
kernel.kexec_load_disabled = 1
kernel.yama.ptrace_scope = 1
kernel.core_uses_pid = 1
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
kernel.kptr_restrict = 1
kernel.perf_event_paranoid = 2
kernel.unprivileged_bpf_disabled = 1
=> Initialization complete, running stage 2...
- runit: [    2.224375] random: crng init done
leave stage: /et[    2.225092] random: 4 urandom warning(s) missed due to ratelimiting
c/runit/1
- runit: enter stage: /etc/runit/2
runsvchdir: default: current.
[    2.239660] udevd[358]: starting version 3.2.10
[    2.242166] udevd[358]: starting eudev-3.2.10
--- PASS: TestBooster (4.13s)
    --- PASS: TestBooster/VoidLinux (3.62s)
PASS
ok  	tests	4.136s

Could you please post your bootloader (GRUB) configuration for 5.14 and 5.15 kernel? And ls -l /boot as well.

commented
$ cat /etc/default/grub
#
# Configuration file for GRUB.
#
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=2
GRUB_DISTRIBUTOR="Void"
#GRUB_ENABLE_CRYPTODISK=y
# GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 rd.auto=1 rd.luks.allow-discards booster.debug"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 rd.luks.name=809df427-d7d5-408c-a195-3be6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug"
# GRUB_EARLY_INITRD_LINUX_CUSTOM="ucode.cpio"
# Uncomment to use basic console
#GRUB_TERMINAL_INPUT="console"
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
#GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
#GRUB_GFXMODE=1920x1080x32
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
commented
$ ls -l /boot/
total 126568
drwxr-xr-x 4 root root     4096 Nov 10  2020 EFI
-rwxr-xr-x 1 root root   242124 Sep 18 20:18 config-5.13.19_1
-rwxr-xr-x 1 root root   243770 Oct 22 08:34 config-5.14.14_1
-rwxr-xr-x 1 root root   243770 Nov  4 18:30 config-5.14.16_1
-rwxr-xr-x 1 root root   245216 Nov  6 22:40 config-5.15.1_1
drwxr-xr-x 5 root root     4096 Nov 10 20:34 grub
-rwxr-xr-x 1 root root  7767503 Nov 10 19:47 initramfs-5.13.19_1.img
-rwxr-xr-x 1 root root  7780470 Oct 22 10:42 initramfs-5.14.14_1.img
-rwxr-xr-x 1 root root  7667411 Nov  4 21:09 initramfs-5.14.16_1.img
-rwxr-xr-x 1 root root 67491688 Nov 10 20:34 initramfs-5.15.1_1.img
-rwxr-xr-x 1 root root  9394464 Sep 18 20:18 vmlinuz-5.13.19_1
-rwxr-xr-x 1 root root  9484960 Oct 22 08:34 vmlinuz-5.14.14_1
-rwxr-xr-x 1 root root  9484384 Nov  4 18:30 vmlinuz-5.14.16_1
-rwxr-xr-x 1 root root  9529920 Nov  6 22:40 vmlinuz-5.15.1_1
commented
$ cat /boot/grub/grub.cfg                                                                                                      [159/159]
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod ext2
search --no-floppy --fs-uuid --set=root 802049d2-8957-4735-8ddb-53d09b9bfcd8
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=2
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=2
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Void GNU/Linux' --class void --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-802049d2-8957-473
5-8ddb-53d09b9bfcd8' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod fat
        search --no-floppy --fs-uuid --set=root 28DC-1361
        echo    'Loading Linux 5.15.1_1 ...'
        linux   /vmlinuz-5.15.1_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro  loglevel=4 rd.luks.name=809df427-d7d5-408c-a195-3be
6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug
        echo    'Loading initial ramdisk ...'
        initrd  /initramfs-5.15.1_1.img
}
submenu 'Advanced options for Void GNU/Linux' $menuentry_id_option 'gnulinux-advanced-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
        menuentry 'Void GNU/Linux, with Linux 5.15.1_1' --class void --class gnu-linux --class gnu --class os $menuentry_id_option 'gnul
inux-5.15.1_1-advanced-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.15.1_1 ...'
                linux   /vmlinuz-5.15.1_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro  loglevel=4 rd.luks.name=809df427-d7d5-408c-
a195-3be6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.15.1_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.15.1_1 (recovery mode)' --class void --class gnu-linux --class gnu --class os $menuentry
_id_option 'gnulinux-5.15.1_1-recovery-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.15.1_1 ...'
                linux   /vmlinuz-5.15.1_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro single
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.15.1_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.14.16_1' --class void --class gnu-linux --class gnu --class os $menuentry_id_option 'gnu
linux-5.14.16_1-advanced-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.14.16_1 ...'
                linux   /vmlinuz-5.14.16_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro  loglevel=4 rd.luks.name=809df427-d7d5-408c
-a195-3be6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.14.16_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.14.16_1 (recovery mode)' --class void --class gnu-linux --class gnu --class os $menuentr
y_id_option 'gnulinux-5.14.16_1-recovery-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.14.16_1 ...'
                linux   /vmlinuz-5.14.16_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro single
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.14.16_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.14.14_1' --class void --class gnu-linux --class gnu --class os $menuentry_id_option 'gnu
linux-5.14.14_1-advanced-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.14.14_1 ...'
                linux   /vmlinuz-5.14.14_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro  loglevel=4 rd.luks.name=809df427-d7d5-408c
-a195-3be6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.14.14_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.14.14_1 (recovery mode)' --class void --class gnu-linux --class gnu --class os $menuentr
y_id_option 'gnulinux-5.14.14_1-recovery-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.14.14_1 ...'
                linux   /vmlinuz-5.14.14_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro single
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.14.14_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.13.19_1' --class void --class gnu-linux --class gnu --class os $menuentry_id_option 'gnu
linux-5.13.19_1-advanced-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.13.19_1 ...'
                linux   /vmlinuz-5.13.19_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro  loglevel=4 rd.luks.name=809df427-d7d5-408c
-a195-3be6e8681333=cryptroot root=/dev/mapper/cryptroot rd.luks.options=discard booster.debug
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.13.19_1.img
        }
        menuentry 'Void GNU/Linux, with Linux 5.13.19_1 (recovery mode)' --class void --class gnu-linux --class gnu --class os $menuentr
y_id_option 'gnulinux-5.13.19_1-recovery-802049d2-8957-4735-8ddb-53d09b9bfcd8' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=root 28DC-1361
                echo    'Loading Linux 5.13.19_1 ...'
                linux   /vmlinuz-5.13.19_1 root=UUID=802049d2-8957-4735-8ddb-53d09b9bfcd8 ro single
                echo    'Loading initial ramdisk ...'
                initrd  /initramfs-5.13.19_1.img
        }
}

### END /etc/grub.d/10_linux ###
commented

It turns out it's a kernel config issue, nothing to do with void or booster: the prompt for encryption password is not there, but if you type the password anyway, then boot proceeds as usual. I was looking at https://bbs.archlinux.org/viewtopic.php?pid=2001959
Sorry for wasting your time, and thanks for helping as usual.