Hi,
I've successfully tested the luks code in ubuntu using a modified grub2
package. You can test yourself if you're already using crypted root and
separate /boot by rsying the /boot dev to the root filesyste, removing
the /etc/fstab entry, and running:
# GRUB_CRYPTODISK_ENABLE=y grub-install --debug --modules=configfile
--modules=gcry_sha1 --modules=gcry_sha256 --modules=fshelp
--modules=biosdisk --modules=part_msdos --modules=linux --modules=ext2
--modules=help --modules=minicmd --modules=crypto --modules=cryptodisk
--modules=gcry_rijndael --modules=luks /dev/sda
# GRUB_CRYPTODISK_ENABLE=y update-grub
The merged source is available here:
https://code.launchpad.net/~jm-leddy/+junk/grub-luks
just do a :
$ bzr branch lp:~jm-leddy/+junk/grub-luks
$ cd grub-luks
$ bzr builddeb
_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel