11
[SOLVED] Can't boot into Luks2 + Refind
(lemmy.today)
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Just on a whim my best guess is that the encrypted partition(s) is automatically mounted via
/etc/fstab
.Assuming it IS NOT mounted to
/
, you could probably remove the line that mounts it on startup. Annoyingly, you’d need to manually mount the filesystem if you want to be prompted for the password.I do this with a HDD that contains all the data shared on a NAS. It’s great because my data is still protected should it shut down for any reason, but less convenient for obvious reasons.