歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> suse10.3硬盤安裝

suse10.3硬盤安裝

日期:2017/2/28 17:22:41   编辑:Linux教程

openSUSE10.3硬盤安裝的方法!

From openSUSE

不用刻盤進行opensuse10.3硬盤安裝!

(1)首先先下載opensuse10.3DVD的光盤鏡像。

(2) 敬請記住一點,opensuse10.3無法在ntfs格式的分區上安裝,所以要將opensuse10.3的鏡像解壓到某一fat32分區上,假如是解壓在E盤DVD文件夾裡。

(3) 下載grub for dos,解壓grub for dos的壓縮包,將grldr放到c:\根目錄下,將menu.lst放到c:\根目錄下。編輯boot文件,在後面加上c:\grldr=suse install。

(4) 編輯menu.lst文件,清空menu.lst,加入以下內容:

title suse install

find --set-root nux

kernel (hd0,0) nux root=dev/ram/ ramdisk_size=20000 devfs=mount,all

initrd (hd0,0)/initrd

boot

(5) 將iso鏡像文件中的linux和initrd文件解壓到c:\根目錄,其中linux和initrd文件在boot/x86_64/loader中。

(6) 重啟計算機,選擇suse install ,根據提示安裝,選擇硬盤安裝,並且選擇你的DVD存放的磁盤,例如E盤是sda6,那麼就輸入文件地址輸入: “/DVD”,在按下enter鍵即可開始安裝。

(7) 根據提示安裝吧!Have a lot of fan。

Copyright © Linux教程網 All Rights Reserved