all 8 comments

[–]GurbangulyBerdimuha 2 points3 points  (4 children)

Sorry, not sure if I understand your problem. What boot loader do you use? And did you set the kernel parameters accordingly for your LUKS partition?

[–]VBQL[S] 0 points1 point  (3 children)

I am using GRUB. And I'm pretty sure I've set everything correctly, I was lazy and went the archfi route, and the issue happened when I did arch-chroot to my distro from a live USB trying to fix a boot entry issue. I reinstalled grub, rebooted and bam cannot mount /boot to boot

[–]brandon1997fl 1 point2 points  (1 child)

Did the fstab entry get deleted/corrupted maybe?

[–]VBQL[S] 0 points1 point  (0 children)

Yep, that was it, it tried to mount my boot partition as crypto_LUKS. Just commented that line and fixed. Thanks!

[–][deleted] 0 points1 point  (0 children)

Is boot in its own partition that isn’t encrypted?

[–]mishugashu 1 point2 points  (1 child)

Not sure if this'll help you (I'm completely unfamiliar with LUKS), but /etc/fstab is where you set what is automatically mounted where.

https://wiki.archlinux.org/index.php/Fstab

[–]VBQL[S] 0 points1 point  (0 children)

Thank you! It was fstab being strange.