Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2003 03:36:11 -0500
From:      Henrik Hudson <lists@rhavenn.net>
To:        questions@freebsd.org
Subject:   FreeBSD and GRUB?
Message-ID:  <200307020336.11184.lists@rhavenn.net>

next in thread | raw e-mail | index | archive | help
Hey List-

I installed Grub from ports (cvsup'ed from tonight) and can't quite get her 
working.

I am running 4.8rel.

I copied in the various *stage file into /boot/grub . I created a grub.conf 
and sym-linked menu.lst to it and made everything 444.

My grub.conf looks like this:

default 0
timeout 5
splashimage=(hd0,2,a)/boot/grub/splash.xpm.gz

title=FreeBSD
root (hd0,2,a)
kernel (hd0,2,a)/boot/loader

title=WinBlows_XP
rootnoverify (hd0,0)
makeactive
chainloader +1


I have run:
tcsh# grub
grub> root(hd0,2,a)
grub> setup(hd0)
grub> quit

It says it installed fine, etc.... However when I reboot I just get dropped to 
the   grub>   prompt. So it's in the MBR.

I can then manually type:
grub> root (hd0,2,a)
grub> kernel (hd0,2,a)/boot/loader
grub> boot

and it works all fine and dandy. However I would like the menu to come up :) 
Would the splashimage do that? In my experience, the Splash Image being 
screwed up just causes it to use it's default text layout.

Thanks for any hints.

Henrik
-- 
Henrik Hudson
listsNO@SPAMrhavenn.net

"`If there's anything more important than my ego
around, I want it caught and shot now.'" 
	--Hitchhikers Guide to the Galaxy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307020336.11184.lists>