[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Have Full disk encryption but boot logo gone



Dear list,

First thanks to all of you for the tips.
I finally have encrypted LVM , excluding /boot.
I have followed http://linuxgazette.net/140/kapil.html for this.
The encrypted system is running well. But a little issue.
The boot logo (freamebuffer) is not working any more. The /boot is
still unencrypted. and the vga related entry are still there at grub.cfg
Any clue / fix please ?

`````````
menuentry 'Debian GNU/Linux, with Linux 3.0.3.acer (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 97d008c1-1a45-40df-b739-1463e624e8c7
	echo	'Loading Linux 3.0.3.acer ...'
	linux	/vmlinuz-3.0.3.acer root=/dev/mapper/mygroup-root ro single splash vga=795
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.0.3.acer
}
`````````````````````


Reply to: