- 论坛徽章:
- 0
|
感谢网友cauty45的“也谈vmware下sco的安装”,本人在其基础上做了小的补充。造福广大网友,请班主置顶。。。。
1. 下载http://www.mylex.com/pub/multimaster/mmunix.exe,并运行它,将在当前目录中生成unix.exe和unix.txt
2. 输入: \"unix a:\"。可在命令提示符下(win98选msdos命令提示符,2000可在cmd下)也可在运行当中敲入:\\路径\\unix a: 将驱动写入软驱即可。
3. 如果没有物理软驱,可用vmware的镜像文件(.flp) 用vmware虚拟本机的98(没有98,就2000),硬盘使用物理盘。并将其软驱配置为flp文件(create 一个a.flp文件,不要和os放在一个盘上)。 在98的提示符(dos方式即可,不必正常启动)下先format a:再unix a:
4.新建一个other类型,加一个scsi硬盘,然后再加一个ide硬盘,还有软驱,光驱(依照实际情况,可选镜像文件和物理盘,软驱的文件为 3步做好的a.flp文件。加入ide硬盘的目的是为了识别ide cd-rom)
5.从光盘启动,出现Boot: 时,
输入\"restart link=\"blc\" Sdsk=blc(0,0,0,0) Srom=wd(0,0,0,0)\"
当输入步骤5后如果出现:
Memory excessively fragmented (inuse map full)
WARNING: can\'t allocate page table for pstart
Loading ram disk image fd(64)rootFS
Memory excessively fragmented (inuse map full)
Cannot load ram disk :Unable to allocate memory
提示并死机时,则重启,然后在Boot:下先输入mem=1m-128m,这里的128m是分配给VMware时的内存数,各位按照自己VMware分配值做相应修改。然后再进行第5步
6.中途会提示你插入软盘
Please insert the fd(65)blc volume and press<Return>;
按回车键即可。
7.出现
Please enter
\'r\' if you wish to try replacement
\'a\' if you want to use character magor 6 [default]
or \'q\' to quit:
时,选择a,等好一会儿,正常安装(网卡自动检测,并配置好ip地址)。
8.出现
Please select the floppy device you are using:
(1) /dev/fd0
(2) /dev/fd1
时,选择2再选择b (Abort BTLD load, but continue installation),
出现安装进度,直至重启。
9. 仍然从光驱启动,出现Boot:时
输入\"fd(64)unix link=\"blc\" root=hd(42) swap=hd(41)\"
当输入步骤9后如果出现:
Memory excessively fragmented (inuse map full)
WARNING: can\'t allocate page table for pstart
Loading ram disk image fd(64)rootFS
Memory excessively fragmented (inuse map full)
Cannot load ram disk :Unable to allocate memory
提示并死机时,则重启,然后在Boot:下先输入mem=1m-128m,这里的128m是分配给VMware时的内存数,各位按照自己VMware分配值做相应修改。然后再进行第9步)
10. 重复6,7
11. 提示输入密码时,单用户方式(不要ctrl_d多用户)
12.
mount /dev/fd0135ds18 /mnt
btldinstall /mnt -->; 选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,直至命令运行结束回到提示符。
13.重启,(从scsi硬盘启动,cmos里HardDisk按回车键可看到),
在出现Kernek Hz=100, i/o bufs=...时,(好像死机),以先 Suspend,再Resume.
进入多用户方式,一切ok.
14. 以后每次重启都会出现13的情况,仍然suspend,resume. |
|