|
|
|
@ -105,6 +105,18 @@ submenu 'Boot from a LUKS+LVM setup [l]' --hotkey='l' {
|
|
|
|
|
linux /boot/vmlinuz-linux root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap
|
|
|
|
|
initrd /boot/initramfs-linux.img
|
|
|
|
|
}
|
|
|
|
|
menuentry 'Linux-lts kernel' {
|
|
|
|
|
cryptomount -a
|
|
|
|
|
set root='lvm/matrix-system'
|
|
|
|
|
linux /boot/vmlinuz-linux-lts root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap
|
|
|
|
|
initrd /boot/initramfs-linux-lts.img
|
|
|
|
|
}
|
|
|
|
|
menuentry 'Linux-grsec kernel' {
|
|
|
|
|
cryptomount -a
|
|
|
|
|
set root='lvm/matrix-system'
|
|
|
|
|
linux /boot/vmlinuz-linux-grsec root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap
|
|
|
|
|
initrd /boot/initramfs-linux-grsec.img
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
menuentry 'Load operating system from HDD [o]' --hotkey='o' {
|
|
|
|
|
# GRUB2 handles (almost) every possible disk setup, but only the location of
|
|
|
|
|