Saturday, October 25, 2008

LILO with /boot on a Raid 1 mirror

I ran drakboot in Mandriva 2009.0 and selected /dev/md0 as the Boot Device. The lilo.conf generated is shown below:

default="linux"
boot=/dev/md0
map=/boot/map
install=menu
keytable=/boot/us.klt
raid-extra-boot=mbr-only
menu-scheme=wb:bw:wb:bw
compact
prompt
nowarn
timeout=10
message=/boot/message
#disk=/dev/sdb bios=0x80
image=/boot/vmlinuz
label="linux"
root=/dev/md0
initrd=/boot/initrd.img
append="resume=UUID=acf0d73f-039e-4ec9-a075-23b0f26b86a1"

Ref:
Lilo.conf man page

0 comments: