- 论坛徽章:
- 0
|
基本情况和以下一个用U盘虚拟软驱安装遇到的一样:
————————————————————————————————————————————
一、已有环境:
IBM X3650服务器 做好的双硬盘(136G)Raid1
无软驱
SCO UNIX openserver 5.0.7光盘一套
U盘一个
二、1、用U盘做了个虚拟软驱(盘),装好IBM厂商提供的Raid卡驱动程序。本来是用软驱读取Raid卡软盘驱动就可以,但是X3650不配软驱,买的还没到货,只能先做个虚拟的凑合着用。
2、开机,放入SCO光盘,当出现Boot:时,将RAID卡驱动U盘插入,键入:defbootstr link=aacraid Sdsk=aacraid(0,0,0,0) Srom=wd(0,0,0,0) Sfly=usb_msto(0,0,0) btld=fd(65),然后Enter。
当出现:Please insert the fd(65)ipraid volume and press <Return>,or ‘q’ to quit: 键入Enter。
当出现:Media device to be used:IDE CD ROM;
IDE controller:secondary
Master or slave: master;
当出现:Keyboard language时,选择US English.
当出现:License number时,输入产品序号
当出现:License code时,输入活动号;
当出现:Installation type时,选Fresh键;
当出现:Configuring the basic system 时,在Time zone: 一项按空格键,
在Geographical area: 一项按空格键选择Asia
在Asian time zone: 一项按空格键选择China standard Time
其余为缺省值,直接回车。
当出现:Initial system profile时,将
If you run Large database products, choose the following
choosing software Database Services: 一项改为Yes ;
当出现:Preparing your disk and choose software :在Hard disk setup:一项按空格,Interactive fdisk/divvy.
在optional software 一项按空格,出现selecting optional software一屏时,全部按回车键.
当出现:Configuring optional software:选NO,不使用鼠标
当出现:root password 时,不输入密码,按F5继续安装
3、 当出现:Initialization Selection时,选1(Continue with hard disk Initialization),回车.
当出现:Hard disk Drive 0 Configuration
1.Display current disk parameters
2. Modify…current disk parameters
3.Select Default disk parameters
Enter Your choice or q to quit:
时,按1键和Enter键
当出现:
Current Hard disk drive :/dev/rdsk/0s0
Partition Status Type Start End Size
Press <Return> to continue时,按Enter键
当出现:
1.Display Partition Table
2.Use Entire Disk for UNIX
…
6.…
Enter your choice or q to quit:
按4键,新建一个,然后按Enter键
当出现Enter partition number or ‘q’ to return:键入1
当出现Enter starting track number ,or ‘q’ to return:键入1
当出现Enter partition size in tracks, or ‘q’ to return:键入..(忘了多少了)。
然后选择5 ,激活partition。成为当前活动区,也是要安装UNIX的区。
依次分盘,最后,按q键和Enter键。
当出现:Warning! All data on your disk will be lost。
Do you wish to continue? (y/n)时,按y和Enter键
当出现:
1.Print Current Bad Track Table
2.Scan Disk ( You may choose Read一only or Destructive later)
…
6. …
Enter your choice or q to quit:
时,按q键,然后按Enter键
当出现:0 bad tracks have been identified.
Enter the number of bad tracks to allocate space for
(or press <Return> to use the recommended value of 15):
时,按Enter键
当出现:Please enter the boot_space allocation ,
or press <Return> to get default
allocation of 20000 1K blocks:时,回车。
当出现:Do you want a separate /u filesystem?(y/n)时,按n键.
当出现:Do you wish to make any manual adjustments to the sizes or names of the file systems or swap area before they are created on the hard disk?(y/n)时, 按n键,系统开始安装。
但在按回车键开始安装系统时弹出蓝屏提示如下信息:
Please insert (aacraid) package BTLD disk into the floppy drive so
that it can be extracted onto the hard disk for incorporation into the
link-kit
按Ok可以跳过,后面正常进行安装.分区完后,到检查硬盘,然后如有如下提示:
The BTLD packages will now be extracted.
mount:Bad address
please select the floppy device you are using:
(1) /dev/fd0
(2) /dev/fd1
此处不管是选1或者选2都试过,不行,
Please insert the floppy for BTLD package:aacraid
and press<ENTER>:
按回车后:
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):
此处选B后能继续安装,完成后直接提示说拿出软盘和光盘,重启,
重启后:如下报错,然后死机,按什么键都没有反应.
WARNINC: hd: no root disk controller was found
hd: a Boot-Time Loadable Driver may be required
PANIC: srmountfun -Error 10 mounting rootdev (1/42)
Error 19 opening dumpdev (1/41)
Dump not completed
** Safe to Power Off **
--or----
** Press Any Key to Reboot **
4、看到论坛上有人说可以这样解决
boot
: defbootstr link=aacraid root=hd(42) Srom=wd(0,0,0,0)
进单用户
mount /dev/fd0 /mnt
btldinstall /mnt
于是照样输入boot串,进入到单用户(之前会报 Unable to open /dev/log,不过能进入),输入 mount /dev/fd0 /mnt或者 mount /dev/fd0135ds18 /mnt都报错。 mount挂载不上U盘做的软盘,没法子了。
——————————————————————————————————————————————————————————————————————————————
网上相关的也看了些,跳过btld安装后在boot:下输入:
unix.install link=fd(60)aacraid Sdsk=aacraid(0,0,0,0) Srom=wd(0,0,0,0)
也能进单用户,但是进系统后没办法挂软驱,和上面的情况一样。
不知道哪位高手有没有解决的办法,先在这里谢了。 |
|