[i=s] 本帖最后由 zyj224 于 2009-6-9 17:53 编辑 [/i]
昨晚寻找到fedora11正式版的下载地址,立马动手下载、安装,感觉很好。
我的系统安装如下:winxp+win7+ubuntu9.04+fedora11。利用grldr,menu.lst、grub.exe来实现四系统共存、而且任一系统的安装都不会影响的另外三个系统的引导,非常方便
鉴于linux系统升级换代太快(几乎没半年出一个新版),并且经常用来做实验,容易出现系统故障而导致频繁重装linux系统,建议大家在安装每一个linux系统时,单独划分出一个100m的/boot分区用来方便grldr引导,千万不要把linux的”mbr“安装到c盘,否则每安装一个系统都有可能会让你去fixmbr,尤其是在破坏了windows的mbr之后。
各位可以看看的我的menu.lst(fedora11系统的/boot/grub/menu.lst,没有修改的):
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,12)
# kernel /vmlinuz-version ro root=/dev/sda14
# initrd /initrd-version.img
#boot=/dev/sda13
default=0
timeout=5
splashimage=(hd0,12)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,12)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=1e105d3f-5097-4e5b-90b7-8756cdc69464 rhgb quiet
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Ubuntu9.04
rootnoverify (hd0,10)
chainloader +1
title Windows 7
rootnoverify (hd0,0)
chainloader +1
下面是我在c盘下建的menu.lst(我参考网上的经验介绍,对原来的menu.lst做了较多的修改,应该对初学者有很大的帮助吧,其实后面的几个title只需保留大号字体部分即可)
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,12)
# kernel /vmlinuz-version ro root=/dev/sda14
# initrd /initrd-version.img
#boot=/dev/sda13
default=0
timeout=10
splashimage=(hd0,12)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,12)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=1e105d3f-5097-4e5b-90b7-8756cdc69464 rhgb quiet
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
[size=4]title WindowsXP
rootnoverify (hd0,0)
chainloader /ntldr
title Windows Vista
root (hd0,0)
chainloader /bootmgr
title Ubuntu
rootnoverify (hd0,10)
chainloader +1
title Fedora
rootnoverify (hd0,12)
chainloader +1[/size]
title Ubuntu 9.04, kernel 2.6.28-11-generic
root (hd0,10)
uuid 82cf9be9-6bf0-4e9e-8672-2cef542ecbd5
kernel /vmlinuz-2.6.28-11-generic root=UUID=1d90e054-ea8a-45c9-8d44-80e13c89104d ro quiet splash
initrd /initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
root (hd0,10)
uuid 82cf9be9-6bf0-4e9e-8672-2cef542ecbd5
kernel /vmlinuz-2.6.28-11-generic root=UUID=1d90e054-ea8a-45c9-8d44-80e13c89104d ro single
initrd /initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
root (hd0,10)
uuid 82cf9be9-6bf0-4e9e-8672-2cef542ecbd5
kernel /memtest86+.bin
quiet
[size=4]title Install Ubuntu
root (hd0,7)
kernel /vmlinuz boot=casper iso-scan/filename=/jaunty-dvd-i386.iso
initrd /initrd.gz
title Install Fedora 11
root (hd0,7)
kernel /vmlinuz
initrd /initrd.img
[/size]
上面两个title是为了便于今后重装linux系统,若要格式化c盘重装windows系统,只需备份我下面上传的grub.rar文件,里面包含了grldr、menu.lst、grub.exe三个文件,安装完后,解压缩到c盘根目录,并修改boot.ini,添加”c:\grldr=linux“即可。[attach]15978[/attach]
l0p0c 于 2009-06-10 17:30:37发表:
我的迅雷下载到99%就死了,是什么问题啊!我在两个机子上都试了!最后只能立即结束程序。
wlabcxyz 于 2009-06-10 15:06:16发表:
不错不错 顶一下
冷飞 于 2009-06-10 08:51:19发表:
正在下载中,挂了一晚上了。
mountainsli 于 2009-06-09 19:57:52发表:
顶一个
flashalang 于 2009-06-09 18:14:05发表:
呵呵,正在从测试版升级,看能否平滑过渡~
roina 于 2009-06-09 18:02:59发表:
楼主好快