- 論壇徽章:
- 0
|
本帖最后由 xy-coordinate 于 2012-09-04 11:59 編輯
感謝“天地續(xù)緣”
含有 hpsas 驅(qū)動(dòng)的SCO 5.0.6引導(dǎo)光盤用來(lái)安裝HP DL380G5
http://72891.cn/forum.p ... &fromuid=693896
帖子內(nèi)有
boot288.rar
再根據(jù)原來(lái)我自己安裝HP ML370 G4 SCO506(軟盤加載BTLD)的經(jīng)驗(yàn)
HP ProLiant ML370 G4 boot引導(dǎo)串及安裝網(wǎng)卡注意
http://72891.cn/forum.p ... &fromuid=693896
首先確定服務(wù)器硬盤驅(qū)動(dòng)類型(比如hpsas、lsil等等),boot引導(dǎo)串輸入時(shí)對(duì)應(yīng)。!
HP ML370 G4 服務(wù)器對(duì)應(yīng)的是lsil
一、制作光盤
將下載的boot288.rar解壓,得到boot288.iso,用UtraISO打開,提取boot288.img,
關(guān)鍵:
UtraISO“加載引導(dǎo)文件”到SCO506原盤鏡像(UtraISO——>啟動(dòng)——>加載引導(dǎo)文件——>選擇boot288.img),
然后,另外將boot288.img添加到SCO506原盤鏡像
(或者將boot288.img FTP傳送到SCO506系統(tǒng),通過(guò)marry、mount,拷貝出里面的BTLD驅(qū)動(dòng),再用UtraISO添加到SCO506光盤鏡像,加載BTLD時(shí)就不需要marry、mount了)
至始至終1張光盤搞定
一、忽略BTLD安裝系統(tǒng)
使用制作好的光盤啟動(dòng),輸入引導(dǎo)字符串
boot
: defbootstr link=fd(64)lsil Sdsk=lsil(0,0,0,0) Srom=wd(0,0,0,0)
當(dāng)提示插入lsil驅(qū)動(dòng)盤時(shí),回車?yán)^續(xù)安裝
輸入正確序列號(hào),依提示輸入必要信息
當(dāng)信息配置結(jié)束時(shí),見下文
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)會(huì)有如下信息:
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ū)動(dòng)到系統(tǒng)
使用制作好的光盤啟動(dòng)
boot
:hd(40)unix link=fd(64)lsil Sdsk=lsil(0,0,0,0) Srom=wd(0,0,0,0)
注意:與上面不同
系統(tǒng)引導(dǎo)后,進(jìn)入單用戶狀態(tài):
(注意:系統(tǒng)一定要進(jìn)入單用戶狀態(tài)操作,也就是在Ctrl+D選項(xiàng)時(shí),直接輸入root用戶口令)
執(zhí)行以下操作安裝lsil驅(qū)動(dòng)到系統(tǒng)中(如果直接在sco506光盤鏡像里添加boot288.img,需要marry、mount)
# mount /dev/cd0 /mnt
# mkdir /mnt2
# marry -a /mnt/boot288.img
# mount -r /dev/marry/mnt/boot288.img /mnt2
# btldinstall /mnt2
提示是否更新lsil驅(qū)動(dòng)選擇“Y”,到安裝完成
用法:btldinstll 驅(qū)動(dòng)目錄
鏈接核心
# /etc/conf/cf.d/link_unix
un-marry unmount and reboot
# umount /mnt2
# marry -d /dev/marry/mnt/boot288.img
# umount /mnt
# init 6
|
|