|
刚配置好(美化好)我的Ubuntu之后,想用GRUB进行多系统启动,我的电脑上安装了3个系统
1,WindowsXP
2,FREEBSD 5。4
3,UBUNTU
可是当我在GRUB里面选择FREEBSD时,问题就出现了,老是说找不到系统之类的,请问应该如何解决叻?
我贴上我的GRUB让大家参考一下
......
title Ubuntu, kernel 2.6.10-5-386
root (hd0,3)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda4 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda4 ro single
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel memtest86+
root (hd0,3)
kernel /boot/memtest86+.bin
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title FreeBSD 5.4 Release
root (hd0,2)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
希望大家可以帮我解决这个问题!谢谢!!! |
|