Closed issue by zenny on void-packages repository https://github.com/void-linux/void-packages/issues/37757 Description: Hi, Context: - Non-root-zfs (ext4) on a separate drive - Mirrored zpool which is accessible - The machine does not boot beyond dracut. An upgrade two days back brought the kernel from booting and now inaccessible. 1. Prior to the `dracut` prompt it asks to enable `rd.debug`. I use the open sourced radeon driver for the graphics card as follows: ``` " $ lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] ``` How can I fix the issue? 2. However, it seems similar to https://github.com/void-linux/void-packages/issues/37667 But the machine is not accessible beyond the dracut prompt. How can one append `omit_dracutmodules+=" zfs "` to `/etc/dracut.conf.d/zfs.conf` (proposed by @zdykstra in https://github.com/void-linux/void-packages/issues/37667#issuecomment-1165599150 and endorsed by @ahesford in https://github.com/void-linux/void-packages/issues/37667#issuecomment-1165688484and regenerate the init file? Cheers, /z