- Edited
I just installed KaOS and wanted to try the Btrfs system file.
The boot partition is a pre-existing system parition from win10 install that I decided to keep.
Now I cannot boot in the fresh install because of the following error :
:: running early hook [udev]
starting version 232
:: running hook [udev]
:: Triggering uevents...
:: running hook [keymap]
:: Loading keymap...done.
:: running hook [resume]
:: mounting '/dev/nvme0n1p5' on real root
:: running cleanup hook [udev]
ERROR : Root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own. Good luck.
sh: can't access tty: job control turned off
I tried to add some "init" values in the kernel line based on some answers elsewhere such as init=/bin/systemd
. But it's not working and using rootfs, the path seems incorrect anyway.
I read in some posts that I may need to add the btrfs libraries to initrd
, but I cannot tell which one and if these are even present in the boot partition.