I have been searching google to find if there is a way of triple booting
2 Linux hard drives and 2 windows hard drives.
1 of each I can do no problem, I believe I should be able to add the second 
Linux one by just adding to list on lilo and copying kernel to /boot. 
But for adding the second windows hard drive how does one configure lilo to
see it? Below is my current lilo configuration which work for Linux and 
windows but not windows2, is my mapping invalid?
Any suggestions/help appreciated.

Julian Visch

# Modified by YaST2. Last modification on Mon May 10 15:36:42 2004


default = windows
message = /boot/message
lba32
prompt
timeout = 80
boot = /dev/hda
menu-scheme = Wg:kw:Wg:Wg

image = /boot/vmlinuz
    label = linux
    append = "ide=nodma apm=off acpi=off hdc=ide-scsi hdclun=0 splash=silent  
showopts"
    initrd = /boot/initrd
    optional
    root = /dev/hda3

image = /boot/vmlinuz64
    label = linux120
    append = "ide=nodma apm=off acpi=off hdc=ide-scsi hdclun=0 splash=silent 
showopts"
    initrd = /boot/initrd
    optional
    root = /dev/hda3

other = /dev/hdb1
    map-drive=0x80
        to=0x81
        map-drive=0x81
        to=0x80
    label = windows
    table = /dev/hdb

other = /dev/hdg1
    map-drive=0x80
        to=0x83
        map-drive=0x83
        to=0x80
    label = windows2
    table = /dev/hdg

image = /boot/vmlinuz.shipped
    label = failsafe
    append = "showopts ide=nodma apm=off acpi=off nosmp noapic maxcpus=0 3"
    initrd = /boot/initrd.shipped
    optional
    root = /dev/hda3
    vga = normal

Reply via email to