Chinaunix首页 | 论坛 | 博客
  • 博客访问: 476097
  • 博文数量: 125
  • 博客积分: 3178
  • 博客等级: 中校
  • 技术积分: 1329
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-19 08:20
文章分类

全部博文(125)

文章存档

2014年(2)

2013年(2)

2012年(3)

2011年(3)

2009年(2)

2008年(17)

2007年(52)

2006年(44)

我的朋友

分类: LINUX

2013-07-12 19:14:59

今天在台1U的服务器上了安装RHEL6.2,其中1,2号SATA盘安装了WINDOWS2008R2,3,4号盘是SSD,再外接一个DAS型存。机器里面有二个LSI阵列卡。
安装时,我选择了优先WINDOWS。安装完成后重启,直接报DISK ERROR.没法只好去修复,当时报/dev/sda does not have any corresponding BIOS drive。
RHEL6.2
boot cdrom to linx recume,choose 'continue',
#chroot /mnt/sysimage
#grub-install /dev/sdc --when you are intslled OS disk
tip err
/dev/sda does not have any corresponding BIOS drive ---???
so,try to test
grub> device (hd0) /dev/sda
grub> root (hd0,1)
Filesystem type is ext2fs, partition type 0x83
grub> find /boot//grub/stage1 (hd0,1)
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /。。。。。。。。。。。。 succeeded
Done.
grub> quit
阅读(1473) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~