New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/29434#issuecomment-1173066918 Comment: After updating to 0.8, the kernel panics at boot: ``` Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.18.9_1 #1 Hardware name: LENOVO 20F9CTO1WW/20F9CTO1WW, BIOS N1CET87W (1.55) 05/13/2022 Call Trace: dump_stack_lvl+0x45/0x5a panic+0x10c/0x299 mount_block_root+0x1c6/0x1d5 prepare_namespace+0x136/0x165 kernel_init_freeable+0x266/0x231 ? rest_init+0xd0/0xd0 kernel_init+0x16/0x20 ret_from_fork+0x22/0x30 Kernel Offset: 0x1000000 from 0xffffffff81000000 (relocation range: 0xffffffff8000000-0xffffffffbfffffff) ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]--- ``` No shell available, had to press power button. ``` $ cat /etc/booster.yaml busybox: true modules: i915 modules_force_load: usbkbd ``` Any ideas?