You are not logged in.
Hi, I recently upgraded my system and have had some issues since. Now, I can't boot into the system anymore since grub seems to have some issues with my encrypted partition. Attached, you can see the error message and my /etc/default/grub file. Notice that the UUID in the error message doesn't match the one specified in the file. Instead, it's the UUID of the decrypted partition. However, I always run mkinitcpio -P and grub-mkconfig -o /boot/grub/grub.cfg after modifying the file.
Error: https://media.discordapp.net/attachment … 205136.jpg
/etc/default/grub: https://media.discordapp.net/attachment … 205429.jpg
Last edited by arthu (2024-01-22 10:05:31)
Offline
You unlock the LUKS partition as "system" but try to mount / from "new_root".
Do you use LVM on LUKS?
If so, what's your LVM layout?
Also please show your /etc/mkinitcoip.conf.
Last edited by schard (2024-01-22 10:26:13)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
I've changed it to this: and it still isn't working.
As to whether or not I'm using LVM i'm honestly not sure.
Here's the requested file:
Last edited by arthu (2024-01-22 10:41:28)
Offline
The decrypted device will be created under /dev/mapper.
i.e. cryptdevide=UUID=<UUID>:my_root will be created as /dev/mapper/my_root.
And don't use /dev/sdX? paths to specify devices as they are nondeterministic.
Last edited by schard (2024-01-22 10:54:08)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline