- 论坛徽章:
- 0
|
大家好:我用光盘的方式在我的电脑上安装了4个系统(主要是因为好玩,嘿嘿)
安装方法是先安装的xp SP3系统盘,然后用光盘的方法依次安装ubuntu9.10,fedora13,redhat 在安装时都是用的剩余的硬盘空间,给后面每个linux系统分配了swap和ext2格式的文件系统。可是在安装过程中,我发现只要我安装后面的3个linux系统时,每安装一个,只能这个和windows能启动,其他的都无法系统了,不知道为什么,请大家帮助我一下,如果有效的分别启动这个4个操作系统。谢谢了
步骤如下:
第一次:安装xp sp3后,再次安装ubuntu9.10 这时 xp sp3和 ubuntu9.10都能启动 ubuntu的文件系统是ext2
第二次:在第一次的基础上安装 fedora13 发现xp sp3和fedora13可以启动,ubuntu9.10无法启动 fedora的文件系统是ext2
第三次:在第二次的基础上安装redhat el5,发现 xp sp3和redhat可以启动,ubuntu和fedora无法启动,redhat的文件系统是ext2
注:4个操作系统依次安装好以后,启机时,系统自动加载的是redhat 下的nemu.lst
我把redhat下的menu.lst 贴出来如下:
# grub.conf generated by anaconda
#
# Note that you do not have to
rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,9)
# kernel
/boot/vmlinuz-version ro root=/dev/sda10
# initrd
/boot/initrd-version.img
#boot=/dev/sda
default=2
timeout=5
splashimage=(hd0,9)/boot/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-164.el5)
root (hd0,9)
kernel /boot/vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-164.el5.img
title Fedora (2.6.33.3-85.fc13.i686.PAE)
root (hd0,7)
kernel /boot/vmlinuz-2.6.33.3-85.fc13.i686.PAE
initrd /boot/initramfs-2.6.33.3-85.fc13.i686.PAE.img
title window xp sp3
rootnoverify (hd0,0)
chainloader +1
title ubuntu 9.10
root (hd0,6)
chainloader +1
请大家帮助我一下,如果有效的分别启动这个4个操作系统。谢谢了
请大家帮助我一下,如果有效的分别启动这个4个操作系统。谢谢了
请大家帮助我一下,如果有效的分别启动这个4个操作系统。谢谢了
请大家帮助我一下,如果有效的分别启动这个4个操作系统。谢谢了 |
|