Dual boot troubles

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Nick Estes
Datum:  
Betreff: Dual boot troubles
> Which boots up but it boots with the Suse kernel

I think I see your problem...

>     image =/boot/vmlinuz
>     label = evil
>     initrd = /boot/initrd
>     root = /dev/hda5


image is only for loading linux kernels... To load EvilOS, you want to
use their bootloader:

other=/dev/hda5
label=evil

And that's it, it'll go to /dev/hda5, find their bootloader and run it.

    --Nick