After doing this type of install, I always get a verbose boot even after applying the fix-splash800.
FIX:
from bt4-final.iso
extract /capser/boot/grub/inirtd.gz
to /boot/
change this:Code:cd /boot/grub/ kate menu.lst
kernel - /boot/vmlinuz-2.6.34 root=UUID=blah-blah-blah ro vga=0x314
initrd - /boot/initrd.img-2.6.34
into:
kernel - /boot/vmlinuz-2.6.34 root=UUID=blah-blah-blah ro quiet vga=0x314
initrd - /boot/initrd.gz
if you have a wide screen you can go with 0x317 instead of 0x314
![]()




