Dual boot troubles

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Nick Estes
日付:  
題目: 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