ubuntu lilo stanza SOLUTION



Following is an example ubuntu lilo stanza.

On my system, ubuntu (The Breezy Badger Release) 5.10
is installed on /dev/hdb11 under /ubuntu

/etc/lilo.conf snippet follows:

image=/ubuntu/boot/vmlinuz-2.6.12-9-386
label="ubuntu"
root=/dev/hdb11
initrd=/ubuntu/boot/initrd.img-2.6.12-9-386
append="root=/dev/hdb11 ro"
vga=788


Note:
After modifing /etc/lilo.conf, remember to run
lilo -v

and verify you see the
Writing boot sector.
line.
.