歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> SCO Unix >> SCO-UNIX在vmware下的安裝

SCO-UNIX在vmware下的安裝

日期:2017/2/28 11:24:27   编辑:SCO Unix


一.download sco-unix:
ERROR:
No root disk has been detected.Cannot proceed verify that your hardware configuratior has a disk attached and configured as the primary disk.
二.創建 vmware for sco-unix:
打開vmware v4.05.
New Virtual Machine-->下一步-->Typical-->下一步
-->other-->下一步-->下一步-->Use bridged networking-->完成
三.增加scsi硬盤:
edit virtual machine settings-->hardware .add-->下一步-->hard disk-->下一步
-->create a new virtual disk-->下一步-->下一步-->advanced-->scsi 0:0 hardsisk1
-->完成(這一步,不要也可以.只是我從網上download了一個sco-unix for vmware
,看裡面有scsi,so...)
四.cdrom for iso:雙擊cd-rom1-->use iso image:iso文件路徑.-->OK
此時硬件為:硬盤1(scsi 0:0) 硬盤2(IDE 0:0) cdrom1(ide 1:0) 軟驅1為使用驅動器A:
五.start this virtual machine
六.按f2更改cmos為cdrom啟動
七.出現
SCO OpenServer(TM) Release 5
boot
:
在出現Boot提示符後,
輸入:restart mem=1m-128mlink="blc" Sdsk=blc(0,0,0,0) Srom=wd(0,0,0,0)
回車,開始安裝
八.中途會提示你插入軟盤
Loading kernel symbol table,this may take a few minutes
Please insert the fd(65)blc volume and pres ,
or 'q' to quit:
插入剛才做的軟盤,回車即可。
九.出現
Please enter
'r' if you wish to try replacement
'a' if you want to use character magor 6 [default]
or 'q' to quit:
時,選擇a,回車。
十.出現"Press to begin installation"
回車
十二.accept(接受協議)
.accept above choices(根據cdrom的類型,我是默認的)
.OK
.keyboard:采用US English.
accept above choices
.input License number: and License code:
accept above choice
十三.全新安裝Fresh
.oK,正常安裝的一些選項如電腦名等
十四.出現
Please select the floppy device you are using:
(1) /dev/fd0
(2) /dev/fd1
時,選擇2再選擇b (Abort BTLD load, but continue installation)。
出現安裝進度,直至重啟,將順利進行余下的安裝過程。
中間會出現如下錯誤:
error
() Verification errors have been found
continue cancel details
選continue繼續
到這裡說明你的安裝已經結束了,但是這個時候你的UNIX還是不能從光驅啟動,因為BT-958的驅動還沒有被安裝進核心裡。
要想能從硬盤啟動還必須要把SCSI的驅動裝到操作系統核心裡去,第一次重起還需要使用光盤或軟盤啟動.
十五.重新啟動虛擬機
出現boot:
mem=1m-128m
回車,系統將檢查內存空間,再次出現boot提示符後
fd(64)unix link="blc" root=hd(42) swap=hd(41)。
回車,系統啟動,
稍後系統會提示插入btld驅動盤,插入剛才做的軟盤,回車。
出現
Please enter
'r' if you wish to try replacement
'a' if you want to use character magor 9 [default]
or 'q' to quit:
時,選擇a,回車。
當出現進入多用戶還是維護模式的選擇時輸入安裝時設定的超級用戶密碼,進入維護模式(maintainance mode),
千萬不要進入多用戶模式。接下來出現系統命令提示符,在命令提示符後輸入:
#mount /dev/fd0135ds18 /mnt,掛接軟盤文件系統
#btldinstall /mnt,系統將安裝SCSI驅動到核心裡去。
選blc
--> Do you want to replace it with the version in blc? Y
--> Do you want to preserve the host adaper configure information? N
--> 下面一路為y,直至命令運行結束回到提示符。
以上把bt-958的驅動安裝到核心裡去,然後重起,正常的話,就可以從硬盤啟動了
安裝完成後,關掉虛擬機,重啟。
在重啟時,進入Vmware的BIOS,將系統啟動順序設置為從硬盤啟動,而且要設定已經安裝的SCSI硬盤為
第一個啟動硬盤。現在系統就已經能從硬盤啟動了。
十六、安裝完成後,每次重新啟動系統時,要使用haltsys或shutdown命令,不要使用reboot,以免死機。
Copyright © Linux教程網 All Rights Reserved