- 論壇徽章:
- 0
|
本帖最后由 xy-coordinate 于 2012-09-16 21:10 編輯
未經(jīng)測試
參見:
HP ML370 G4僅用光盤安裝SCO506(不使用軟盤)
http://72891.cn/forum.p ... &fromuid=693896
當然,曙光天闊I420r-G服務(wù)器 還需要設(shè)置COMS和跳線
UtraISO“加載引導文件”到SCO506原盤鏡像(UtraISO——>啟動——>加載引導文件——>選擇wd_btld.img),
然后,另外將wd_btld.img添加到SCO506原盤鏡像
(或者將wd_btld.img FTP傳送到SCO506系統(tǒng),通過marry、mount,拷貝出里面的BTLD驅(qū)動,再用UtraISO添加到SCO506光盤鏡像,加載BTLD時就不需要marry、mount了)
使用制作好的光盤啟動,輸入引導字符串
boot
: defbootstr link=fd(64)wd506 Sdsk=wd506(0,0,0,0) Srom=wd(0,0,0,0)
當提示插入lsil驅(qū)動盤時,回車繼續(xù)安裝
輸入正確序列號,依提示輸入必要信息
當信息配置結(jié)束時,見下文
The BTLD package will now be extracted
mount: Bad address
Please select the floppy device you are using
(1) /dev/fd0
(2) /dev/fd1
choose option (2) and you will be asked to insert the
lsil BTLD floppy disk again: 這里需要選擇2
Please insert the floppy for BTLD package: hpsas
and press <Return>:
執(zhí)行 RETURN 系統(tǒng)會有如下信息:
mount: Bad address, Could not mount the BTLD floppy
You may:
(a) try again
(b) abort BTLD load, but continue installation
(c) abort the installation
Respond with one of (a,b,c):
choose option "b". 這里選擇b
直到系統(tǒng)安裝完畢
注意:以上忽略加載BTLD,安裝SCO506到硬盤
二、加載BTLD驅(qū)動到系統(tǒng)
使用制作好的光盤啟動
boot
:hd(40)unix link=fd(64)wd506 Sdsk=wd506(0,0,0,0) Srom=wd(0,0,0,0)
注意:與上面不同
系統(tǒng)引導后,進入單用戶狀態(tài):
(注意:系統(tǒng)一定要進入單用戶狀態(tài)操作,也就是在Ctrl+D選項時,直接輸入root用戶口令)
執(zhí)行以下操作安裝wd506驅(qū)動到系統(tǒng)中(如果直接在sco506光盤鏡像里添加wd_btld.img,需要marry、mount)
# mount /dev/cd0 /mnt
# mkdir /mnt2
# marry -a /mnt/wd_btld.img
# mount -r /dev/marry/mnt/wd_btld.img /mnt2
# btldinstall /mnt2
提示是否更新wd506驅(qū)動選擇“Y”,到安裝完成
用法:btldinstll 驅(qū)動目錄
鏈接核心
# /etc/conf/cf.d/link_unix
un-marry unmount and reboot
# umount /mnt2
# marry -d /dev/marry/mnt/wd_btld.img
# umount /mnt
# reboot
|
|