GNU bug report logs -
#21843
Generated grub.cfg does not support encrypted roots
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Fri, 6 Nov 2015 15:53:02 UTC
Severity: important
Tags: fixed, patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
As reported by 宋文武 at
<https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00096.html>:
Follow the manual to setup encryted root, using the desktop.scm
template, but
at the final step, it failed with:
Path '/mnt/boot/grub' is not readable by GRUB on boot.
Installation is impossible. Aborting.
(can be reproduced by `grub-install /dev/sdb --boot-directory
/mnt/boot')
After search, it seems that an un-encrypted boot partition is needed:
https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#Preparing_the_boot_partition
So, I run fdisk to add a boot partiotion, finally install finished!
But it can't boot, I have to mount the encrypted root in Grub's cmdline:
insmod cryptodisk
insmod luks
cryptomount hd0,msdos2
Ludo’.
This bug report was last modified 8 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.