linux fedora11安裝配置

oracle_db發表於2009-06-18
心血來潮試了下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]#



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15720542/viewspace-606676/,如需轉載,請註明出處,否則將追究法律責任。

相關文章