Dual boot troubles

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nick Estes
Date:  
Subject: 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