[openbeos] Re: GRUB multi-boot

  • From: Gabe Yoder <gyoder@xxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Sat, 3 Aug 2002 14:22:35 -0400

On Saturday 03 August 2002 11:24 am, you wrote:
> Howdy,
> Is anyone using GRUB to multi-boot into BeOS.  I just can't seem to
> get it to cooperate....
>
> Thanks,

I've done it.  I didn't do any of that makebootable stuff.  I just installed 
and configured my menu.lst for grub.  Here's my configuration:

default 0
timeout 30
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title=Linux
root (hd0,1)
kernel /boot/bzImage root=/dev/hda6 mem=nopentium hdc=scsi hdd=scsi

title=Windows
root (hd0,0)
chainloader +1

title=BeOS
root (hd0,3)
chainloader +1


Other related posts: