Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 04:17:49 -0600
From:      "Mike Meyer" <mwm-dated-1009361870.1eb4de@mired.org>
To:        "Paul Sue" <consultant4hire@hotmail.com>
Cc:        questions@freebsd.org
Subject:   Re: GRUB problems (dual-boot FreeBSD + Mandrake)
Message-ID:  <15395.3149.773665.216175@guru.mired.org>
In-Reply-To: <21744079@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Paul Sue <consultant4hire@hotmail.com> types:
> I installed mdk8.1 on 1st disk and FreeBSD 4.4 on 2nd disk.
> 
> After installing FreeBSD, I went back into mandrake to add FreeBSD to 
> /boot/grub/menu.lst:
> 
> title linux
> kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 devfs=mount quiet vga=788
> 
> title freeBSD
> root (hd1,a)     # also tried root (hd1,0)
> kernel /boot/loader
> 
> (as per www.gnu.org/manual/grub-0.90/html_node/grub_19.html)

The example they gave is for a dangerously dedicated disk, which you
probably don't have. You probably have one slice - DOS partition -
with multiple FreeBSD partitions in it. For that one, you need to do:

title FreeBSD
root (hd1,0,a)
kernel /boot/loader

> When I reboot, I don't see FreeBSD as one of the choices.

I'm not sure why you don't see freebsd. Possibly because it couldn't
find a file system on (hd1,a).

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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