I currently have both Windows and Mandrake 10 RC-1 installed on my HD
using lilo to dual boot.  I have added Arch Linux 0.6 to the mix and
want to be able to boot this from lilo.  Before I hose something up, I
just wanted to ask the correct way to add this to lilo.  Is it as simple
as adding an entry like 'image-/dev/hda9' and 'label="Arch"' to my
/etc/lilo.conf.  If I want to access the Arch drives from Mandrake,
would I also need to add the entries to my fstab?  Attached are my
existing lilo.conf and fstab files.  The Arch root partition is on
/dev/hda9.

Thanks for the input.




/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda8 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto user,iocharset=iso8859-1,codepage=850,noauto,ro,umask=0,exec 
0 0
/dev/hdd /mnt/cdrom2 auto user,iocharset=iso8859-1,codepage=850,noauto,ro,umask=0,exec 
0 0
none /mnt/floppy supermount 
dev=/dev/fd0,fs=ext2:vfat,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
/dev/hda7 /usr ext3 defaults 1 2
/dev/hda6 swap swap defaults 0 0
none /mnt/hd supermount 
dev=/dev/sda1,fs=ext2:vfat,--,iocharset=iso8859-1,kudzu,codepage=850 0 0
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/am_old.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
        label="linux"
        root=/dev/hda5
        initrd=/boot/initrd.img
        append="devfs=mount acpi=ht splash=silent"
        vga=788
        read-only
image=/boot/vmlinuz
        label="linux-nonfb"
        root=/dev/hda5
        initrd=/boot/initrd.img
        append="devfs=mount acpi=ht"
        read-only
image=/boot/vmlinuz-2.6
        label="262-3"
        root=/dev/hda5
        initrd=/boot/initrd-2.6.img
        append="devfs=mount acpi=ht splash=silent"
        read-only
image=/boot/vmlinuz
        label="failsafe"
        root=/dev/hda5
        initrd=/boot/initrd.img
        append="failsafe acpi=ht devfs=nomount"
        read-only
other=/dev/hda1
        label="windows"
        table=/dev/hda
other=/dev/fd0
        label="floppy"
        unsafe
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to