mingfeng 发表于 2009-11-2 13:34

【求助】SOLARIS 8 硬盘备份后引导问题

现在有这样的问题,原来使用的是solaris8 X86系统,应用是P3平台下的硬件环境,系统中安装有一套日本三菱的生产线程序,现在就是想备份一下原有的硬盘做备份,用GHOST或是DD都不能引导系统(出现solaris boot setor Version2 死机了!)用Solaris的V1盘引导系统后,按照安装提示选择硬盘启动,可以正常进入Solaris进入系统。

但是现在就是P3(P3 600+BX芯片组)平台的硬件很不稳定了,P4或双核的P31,P45等平台,对S10(solaris 10 U8 )系统安装到G31平台没有问题,但是应用软件如何移植过去是个问题支持的可以,但是不知道如何提取这个日本三菱的生产线程序到SOLARIS10平台中去!
联系方式 qq:44270674,SXQMF@139.COM

[ Edited bymingfeng on 2009-11-3 13:38 ]

mingfeng 发表于 2009-11-2 13:35

http://51nb.com/forum/thread-665802-1-1.html
硬件信息
Ridotto Takaoka 生产主机商(不知道那个小日本的制造商MinTPC)
型号:FT-3601-600
CPU为SLOT1 600Mhz
Chipset 为Intel 440BX
主机上有扩展功能卡,支持2*PCI、 2* ISA
现在安装AHA-2940 U/JA SCSI接口卡

mingfeng 发表于 2009-11-2 16:45

installboot /usr/platform/i86pc/lib/fs/ufs/bootblk /dev/rdsk/c0t1d0s0
提示:
Usage:installbott pboot bootblk raw-device

mingfeng 发表于 2009-11-3 13:37

SOLARIS 8 硬盘备份后引导问题

现在有这样的问题,原来使用的是solaris8 X86系统,应用是P3平台下的硬件环境,系统中安装有一套日本三菱的生产线程序,现在就是想备份一下原有的硬盘做备份,用GHOST或是DD都不能引导系统(出现solaris boot setor Version2 死机了!)用Solaris的V1盘引导系统后,按照安装提示选择硬盘启动,可以正常进入Solaris进入系统。

但是现在就是P3(P3 600+BX芯片组)平台的硬件很不稳定了,P4或双核的P31,P45等平台,对S10(solaris 10 U8 )系统安装到G31平台没有问题,但是应用软件如何移植过去是个问题支持的可以,但是不知道如何提取这个日本三菱的生产线程序到SOLARIS10平台中去!

一共是两个问题
1 是备份硬盘后引导硬盘启动
#fdisk -b /usr/lib/fs/ufs/mboot -n /dev/rdsk/c0d0p0
#fdisk /dev/rdsk/c0d0p0
             Total disk size is 38772 cylinders
             Cylinder size is 2016 (512 byte) blocks
                                             Cylinders
      Partition          Status       Type                     Start   End   Length    %
      =========   ======    =================   ===   ======   ===
          1               Active       X86boot         
          2                                 Solaris   
          3                                 BIGDOS
SELECT ONE OF THE FOLLOWING:
   1. Create a partition
   2. Specify the active partition
   3. Delete a partition
   4. Exit (update disk configuration and exit)
   5. Cancel (exit without updating disk configuration)
Enter Selection: 5
退出fdisk然后执行:
#cd /usr/platform/i86pc/lib/fs/ufs
#installboot pboot bootblk /dev/rdsk/c0d0p0
#reboot

重起后solaris终于出现了solaris 的boot manager
出现引导界面:
active   x86 boot   1   10m
             solaris      2
我选择1,
提示:
boot the default active partition
CANNOTFIND BOOT.BIN
还是不能引导成功
选2,自动退回到引导界面

2 是软件移植的问题

不知道有没有方法
页: [1]
查看完整版本: 【求助】SOLARIS 8 硬盘备份后引导问题