disappearedng
June 8th, 2008, 01:39 AM
Hi everyone.
I installed Ubuntu like half a year ago and recently I have decided to give BSD a try. I formatted my windows partition and successfully installed BSD on that partition. When prompted to use BSD's boot manager, I picked no because I like the way grub functions.
So here's the tricky question:
How do I add my BSD partition as a boot option into my grub menu?
I am in my Ubuntu right now, and I don't know how the system will automatically be able to detect
This is my grub menu file: "
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro acpi_sleep=s3_bios
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro acpi_sleep=s3_bios
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
"
Now windows vista no longer exists. How do I add my BSD partition onto it?
What are the commands?
I installed Ubuntu like half a year ago and recently I have decided to give BSD a try. I formatted my windows partition and successfully installed BSD on that partition. When prompted to use BSD's boot manager, I picked no because I like the way grub functions.
So here's the tricky question:
How do I add my BSD partition as a boot option into my grub menu?
I am in my Ubuntu right now, and I don't know how the system will automatically be able to detect
This is my grub menu file: "
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro acpi_sleep=s3_bios
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro acpi_sleep=s3_bios
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=5a780324-ac66-4eb0-a75d-54f433b9c677 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
"
Now windows vista no longer exists. How do I add my BSD partition onto it?
What are the commands?