You are not logged in.
Pages: 1
Topic closed
In general, is it possible to use bcachefs as your root device with systemd-boot?
I'm mostly having issues specifying the root partition in the loader/entry file. The example the Arch wiki gives is:
options root=LABEL=arch_os rwI've tried
options root=/dev/sda2:/dev/sdb2:/dev/sdc rootfstype=bcachefsWhich does 'boot', but all my services fail leaving me with a broken system forcing a hard reboot. I can't find a log about this boot using `journalctl` so I think a remount as ro is used.
If however I specify a wrong root location, (e.g. `root=/dev/asdf`) and then manually mount the bcachefs drive in the recovery mode under `/new_root/`, the system boots flawlessly.
Anyone have ideas?
Offline
Oke so turns out I answered my own question. I appended 'rw' to the options line and now it seems to work.
Can be closed.
Offline
Pages: 1
Topic closed