From a8541811e98467478948b57db1e6c23ff72dcc7a Mon Sep 17 00:00:00 2001
From: Tobias Heinicke
- grub> cryptomount -a (ahci0,msdos1)
+ grub> cryptomount -a
grub> set root='lvm/matrix-rootvol'
grub> linux /boot/vmlinuz-linux-libre-lts root=/dev/matrix/rootvol cryptdevice=/dev/sda1:root
grub> initrd /boot/initramfs-linux-libre-lts.img
@@ -497,7 +497,7 @@
Inside the 'Load Operating System' menu entry, change the contents to:
- cryptomount -a (ahci0,msdos1)
+ cryptomount -a
set root='lvm/matrix-rootvol'
linux /boot/vmlinuz-linux-libre-lts root=/dev/matrix/rootvol cryptdevice=/dev/sda1:root
initrd /boot/initramfs-linux-libre-lts.img
@@ -511,6 +511,12 @@
+ Note: cryptomount -a mounts all encrypted devices found. It may be desirable to just mount the needed partition. + To do so you may either specify your partition via layout (e.g.: cryptomount -a (ahci0,msdos1)) + or use the UUID cryptomount -u UUID. +
+ +Personally, I opted to have the entry for linux-libre-grsec at the top, so that it would load by default.
@@ -635,6 +641,7 @@ Copyright © 2014, 2015 Francis Rowe <info@gluglug.org.uk>