* David Friggens <[EMAIL PROTECTED]> [2003-10-13 08:42]:
> I recently set up Grub to dual-boot Gentoo and NetBSD ...
> I'll send you my grub.conf when I get home.

According to Linux, NetBSD is on hda and Gentoo boot/root are hdd1 and
hdd3 respectively. The tab completion at the grub command line told me
it thought they were hd0 and hd1, but it wouldn't boot unless I called
them hd1 and hd0. Weird. Anyway my grub.conf has

title=Gentoo
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hdd3
initrd (hd0,0)/boot/kernel-2.4.20-gentoo-r7

title=NetBSD
root (hd1,0,a)
chainloader (hd1,0)+1

* Monah Baki <[EMAIL PROTECTED]> [2003-10-12 02:48]:
> Now my disk layout is:
> hdc1 Freebsd
> hdc2 Linux (boot)
> hdc3 Linux (swap)
> hdc4 Linux (root)

So you probably want to do something like

title=Gentoo
root (hd0,1)
kernel (hd0,1)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hdc4
initrd (hd0,1)/boot/initrd-2.4.20-gentoo-r7

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

or if that doesn't work

title=FreeBSD
root (hd0,0,a)
chainloader (hd0,0)+1

Hope this helps
David

--
[EMAIL PROTECTED] mailing list

Reply via email to