Forgive me the basic question, but how would I set up grub to boot BSD?
I installed PC-BSD (which hosed grub for my Ubuntu and XPpartitions) so
re-installed grub from the Ubuntu partition using the rescue disk. This
is my current grub menu.lst:<br>
<br>
(snipped extra stuff)<br>
<br>
title Ubuntu, kernel 2.6.10-5-686 <br>
root (hd0,3)<br>
kernel /boot/vmlinuz-2.6.10-5-686 root=/dev/hda4 ro quiet splash<br>
initrd /boot/initrd.img-2.6.10-5-686<br>
savedefault<br>
boot<br>
<br>
title Ubuntu, kernel 2.6.10-5-686 (recovery mode)<br>
root (hd0,3)<br>
kernel /boot/vmlinuz-2.6.10-5-686 root=/dev/hda4 ro single<br>
initrd /boot/initrd.img-2.6.10-5-686<br>
savedefault<br>
boot<br>
<br>
title Ubuntu, kernel 2.6.10-5-386 <br>
root (hd0,3)<br>
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda4 ro quiet splash<br>
initrd /boot/initrd.img-2.6.10-5-386<br>
savedefault<br>
boot<br>
<br>
title Ubuntu, kernel 2.6.10-5-386 (recovery mode)<br>
root (hd0,3)<br>
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda4 ro single<br>
initrd /boot/initrd.img-2.6.10-5-386<br>
savedefault<br>
boot<br>
<br>
title Ubuntu, kernel memtest86+ <br>
root (hd0,3)<br>
kernel /boot/memtest86+.bin <br>
savedefault<br>
boot<br>
<br>
### END DEBIAN AUTOMAGIC KERNELS LIST<br>
<br>
# This is a divider, added to separate the menu items below from the Debian<br>
# ones.<br>
title Other operating systems:<br>
root<br>
<br>
<br>
# This entry automatically added by the Debian installer for a non-linux OS<br>
# on /dev/hda1<br>
title Microsoft Windows XP Professional<br>
root (hd0,0)<br>
savedefault<br>
makeactive<br>
chainloader +1<br>
<br>
I have 4 partitions: /hda/dev1 for XP, /hda/dev2 is the BSD install,
/hda/dev3 swap and /hda/dev4 for Ubuntu. How would I set up /hda/dev2
to allow me to boot into BSD?<br>
<br>
Brian<br>
<br>
<br>