心血来潮试了下fedora11的效果,以下是安装过程
[windows server 2003 下安装]
1.下载Fedora-11-i386-DVD.iso保存到本地,存放的盘最好是FAT32格式的,放在C盘根目录
2.把Fedora-11-i386-DVD.iso里面的images文件解压出来放到C盘根目录
3.解压isolinux文件夹中的initrd.img和vmlinuz也放到C盘根目录
4.下载GRUB4DOS,解压到C盘根目录,并且把解压出来的文件夹改名为grub,然后把grub中grldr文件COPY到C盘根目录
5.修改grub文件夹中的menu.lst,
title install fedora 11
root (hd0,0)
kernel (hd0,0)/vmlinuz
initrd (hd0,0)/initrd.img
6.修改C盘中boot.int,可以通过我的电脑--属性--高级--设置中打开,或者在命令行中c:\boot.ini,打开后在最后加上:c:\grldr="grub"
7.重新启动系统,就会看到一个DOS界面,选折安装fedora11就可以安装了
8.在进入图形安装界面前你可能会在grub>下用到以下命令:
grub>ind /vmlinuz
grub>root (hd0,0)
grub>kernel /vmlinuz
grub>initrd /initrd.img
grub>boot
9.进入图形安装界面后选择镜像文件路径的时候要小心: /images/install.img
10.分区的时候注意在空闲空间上新建,而不是编辑,然后按照提示装下去就OK了
装完很有可能出现不能切换会原来windwos系统的情况,以下是处理办法:以root用户登录修改etc目录下grub.conf文件,加入你要切换的系统
[root@delochi etc]# more grub.conf
# 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,5)
# kernel /boot/vmlinuz-version ro root=/dev/sda6
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,5)
kernel /boot/vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=541cbb0e-f0
63-4160-8f13-e207c8d4d7db rhgb quiet
initrd /boot/initrd-2.6.29.4-167.fc11.i686.PAE.img
title windows2003
root (hd0,0)
chainloader (hd0,0)+1
[root@delochi etc]#
[windows server 2003 下安装]
1.下载Fedora-11-i386-DVD.iso保存到本地,存放的盘最好是FAT32格式的,放在C盘根目录
2.把Fedora-11-i386-DVD.iso里面的images文件解压出来放到C盘根目录
3.解压isolinux文件夹中的initrd.img和vmlinuz也放到C盘根目录
4.下载GRUB4DOS,解压到C盘根目录,并且把解压出来的文件夹改名为grub,然后把grub中grldr文件COPY到C盘根目录
5.修改grub文件夹中的menu.lst,
title install fedora 11
root (hd0,0)
kernel (hd0,0)/vmlinuz
initrd (hd0,0)/initrd.img
6.修改C盘中boot.int,可以通过我的电脑--属性--高级--设置中打开,或者在命令行中c:\boot.ini,打开后在最后加上:c:\grldr="grub"
7.重新启动系统,就会看到一个DOS界面,选折安装fedora11就可以安装了
8.在进入图形安装界面前你可能会在grub>下用到以下命令:
grub>ind /vmlinuz
grub>root (hd0,0)
grub>kernel /vmlinuz
grub>initrd /initrd.img
grub>boot
9.进入图形安装界面后选择镜像文件路径的时候要小心: /images/install.img
10.分区的时候注意在空闲空间上新建,而不是编辑,然后按照提示装下去就OK了
装完很有可能出现不能切换会原来windwos系统的情况,以下是处理办法:以root用户登录修改etc目录下grub.conf文件,加入你要切换的系统
[root@delochi etc]# more grub.conf
# 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,5)
# kernel /boot/vmlinuz-version ro root=/dev/sda6
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,5)
kernel /boot/vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=541cbb0e-f0
63-4160-8f13-e207c8d4d7db rhgb quiet
initrd /boot/initrd-2.6.29.4-167.fc11.i686.PAE.img
title windows2003
root (hd0,0)
chainloader (hd0,0)+1
[root@delochi etc]#
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15720542/viewspace-606676/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/15720542/viewspace-606676/