Displaying 1 result from an estimated 1 matches for "enc_root".
2011 Nov 19
2
extlinux from syslinux 4.04 failed hard after choosing bzImage.
...inux
cp /usr/share/syslinux/menu.c32 /boot/extlinux/
and the config file /boot/extlinux/extlinux.conf:
TIMEOUT 30
UI menu.c32
MENU TITLE Boot Menu
MENU COLOR title 1;37;40
MENU COLOR border 30;40
MENU COLOR unsel 37;40
#title Gentoo bzImage-3.1.0
#kernel /bzImage-3.1.0 quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
root=/dev/mapper/vg-rootfs
#initrd /initramfs.cpio.gz
LABEL Gentoo bzImage-3.1.0
KERNEL /bzImage-3.1.0
INITRD /initramfs.cpio.gz
APPEND quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
root=/dev/mapper/vg-rootfs
LABEL test
MENU LABEL asdasd
KERNEL /bzImage
INITRD /initramfs
A...