Dual boot troubles

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nick Estes
Data:  
Asunto: 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