让 GRUB 在 Ubuntu 10.10 LiveCD 下看到软件 RAID 0

让 GRUB 在 Ubuntu 10.10 LiveCD 下看到软件 RAID 0

我最近刚刚安装了 Windows 7,我预计它会改变 GRUB,事实也确实如此。

我一直在遵循一些指南,但总是卡在 GRUB 上,无法检测到常见的 RAID 内容。(软件 RAID 0)

我尝试过跑步:

sudo grub

> root (hd0,0)

GRUB 提示找不到我的硬盘。因此我尝试:

find (hd0,0)

并且它抱怨说它什么也没找到。

所以我尝试了:

find /boot/grub/stage1

它说“未找到文件”。

以下是来自控制台的文本:

ubuntu@ubuntu:~$ grub
Probing devices to guess BIOS drives. This may take a long time.

       [ Minimal BASH-like line editing is supported.   For
         the   first   word,  TAB  lists  possible  command
         completions.  Anywhere else TAB lists the possible
         completions of a device/filename. ]
grub> root (hd0,0)
root (hd0,0)

Error 21: Selected disk does not exist
grub> find /boot/grub/stage1
find /boot/grub/stage1

Error 15: File not found

那么现在怎么办?我们如何让 GRUB 在 Ubuntu 10.10 LiveCD 下看到 RAID 0?

答案1

它是软件突袭还是硬件突袭?

看看这个 ->http://forums.gentoo.org/viewtopic.php?p=2053048

答案2

相关内容