flyerwang 于 2008-11-21 21:40:40发表:
谢谢4楼的朋友,我会找些时间试试!
marulon 于 2008-11-20 19:58:10发表:
我忘了说要修改menu.lst都要用root权限,sudo gnome-open 文件夹,这个命令就可以root打开文件夹,也可以修改里面的文件 或者sudo gedit [文件路径+文件名]也可,也许废话太多了吧!
marulon 于 2008-11-20 19:49:16发表:
我已经实现了,我现在是ubuntu、fedora和windows三系统共存 当然一般你都会有windows的,然后你再安装ubuntu和fedora(顺序无关)。注意,在分区的时候要格外小心。而且一定要手动分区。 这两个系统都用的是GRUB引导程序。 如果你先安装ubuntu后安fedora,那么你在安装ubuntu的盘里找到/boot/grub/menu.lst,打开menu.lst,复制 title Ubuntu 8.04.1, kernel 2.6.24-21-generic(choose this) root (hd0,6) kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro quiet splash locale=zh_CN initrd /boot/initrd.img-2.6.24-21-generic quiet title Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode) root (hd0,6) kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro single initrd /boot/initrd.img-2.6.24-21-generic title Ubuntu 8.04.1, kernel 2.6.24-19-generic root (hd0,6) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro quiet splash locale=zh_CN initrd /boot/initrd.img-2.6.24-19-generic quiet title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode) root (hd0,6) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro single initrd /boot/initrd.img-2.6.24-19-generic title Ubuntu 8.04.1, memtest86+ root (hd0,6) kernel /boot/memtest86+.bin quiet 类似这么一段,将其复制到fedora系统的/boot/grub/menu.lst的 title Fedora (2.6.25-14.fc9.i686) root (hd0,12) kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=fa8c3ce1-388d-4046-865c-3127651b995d rhgb quiet initrd /boot/initrd-2.6.25-14.fc9.i686.img title Windows rootnoverify (hd0,0) chainloader +1 这么一段后边,menu.lst中有 default=1 timeout=20 这么两行,1表示地2个系统是默认启动的系统,(2就表示第3个,以此类推,0就表示第1个),20表示系统启动前你有20妙的时间换成启动其他操作系统 如果你先安装fedora后ubuntu方法基本一样。如果这个问题还有不懂,我的QQ:455689494。我们共同学习ubuntu
xzdlgxy 于 2008-11-18 00:22:30发表:
应该可以实现。我安装的是 ubuntu和opensuse。像你这种应该也可以。
boyyes 于 2008-11-17 23:59:59发表:
:0wpoi2 :0wl;l1
flyerwang 于 2008-11-21 21:40:40发表:
谢谢4楼的朋友,我会找些时间试试!
marulon 于 2008-11-20 19:58:10发表:
我忘了说要修改menu.lst都要用root权限,sudo gnome-open 文件夹,这个命令就可以root打开文件夹,也可以修改里面的文件
或者sudo gedit [文件路径+文件名]也可,也许废话太多了吧!
marulon 于 2008-11-20 19:49:16发表:
我已经实现了,我现在是ubuntu、fedora和windows三系统共存
当然一般你都会有windows的,然后你再安装ubuntu和fedora(顺序无关)。注意,在分区的时候要格外小心。而且一定要手动分区。
这两个系统都用的是GRUB引导程序。
如果你先安装ubuntu后安fedora,那么你在安装ubuntu的盘里找到/boot/grub/menu.lst,打开menu.lst,复制
title Ubuntu 8.04.1, kernel 2.6.24-21-generic(choose this)
root (hd0,6)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro quiet splash locale=zh_CN
initrd /boot/initrd.img-2.6.24-21-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro single
initrd /boot/initrd.img-2.6.24-21-generic
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro quiet splash locale=zh_CN
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=91e412be-4a1f-4130-8196-cd0fe9c0c317 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, memtest86+
root (hd0,6)
kernel /boot/memtest86+.bin
quiet
类似这么一段,将其复制到fedora系统的/boot/grub/menu.lst的
title Fedora (2.6.25-14.fc9.i686)
root (hd0,12)
kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=fa8c3ce1-388d-4046-865c-3127651b995d rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.i686.img
title Windows
rootnoverify (hd0,0)
chainloader +1
这么一段后边,menu.lst中有
default=1
timeout=20
这么两行,1表示地2个系统是默认启动的系统,(2就表示第3个,以此类推,0就表示第1个),20表示系统启动前你有20妙的时间换成启动其他操作系统
如果你先安装fedora后ubuntu方法基本一样。如果这个问题还有不懂,我的QQ:455689494。我们共同学习ubuntu
xzdlgxy 于 2008-11-18 00:22:30发表:
应该可以实现。我安装的是 ubuntu和opensuse。像你这种应该也可以。
boyyes 于 2008-11-17 23:59:59发表:
:0wpoi2 :0wl;l1