Dual boot troubles

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Nick Estes
Fecha:  
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