You are not logged in.
Pages: 1
I have Btrfs Luks with systemd-boot setup and everything is working great just wondering under what conditions would I be able to use the systemd hook in the mkinitcpio.conf file. I have tried adding it but my laptop doesn't boot when I make changes. For example to move my config from this:
HOOKS=(base udev autodetect modconf block encrypt btrfs filesystems keyboard)To something like this:
HOOKS=(systemd autodetect modconf block sd-encrypt filesystems keyboard)Are there any specific steps that I missing?
Last edited by asasione (2020-06-08 15:51:37)
Offline
Did you also update your bootloader for the different syntax needed by sd-encrypt?
Offline
Please expand on doesn't boot. How far does the boot progress? What if anything is displayed on the screen? Is anything recorded to the journal for that boot?
Offline
Did you also update your bootloader for the different syntax needed by sd-encrypt?
Thanks this seems to have been the problem, I wasn't aware this was needed so I have updated my arch.conf file to the values below and it works now.
options rd.luks.uuid=a4ceb0cf-... rootflags=subvol=@ root=UUID=27f82f53-... rw quiet rd.systemd.show_status=auto rd.udev.log_priority=3 nowatchdogOffline
Pages: 1