Hacer que GRUB vea el software RAID 0 en Ubuntu 10.10 LiveCD

Hacer que GRUB vea el software RAID 0 en Ubuntu 10.10 LiveCD

Acabo de instalar Windows 7 recientemente y espero que altere GRUB y así fue.

He estado siguiendo algunas guías y siempre me quedo atascado en que GRUB no pueda detectar el contenido RAID habitual. (Software RAID 0)

Intenté ejecutar:

sudo grub

> root (hd0,0)

GRUB se queja de que no pudo encontrar mi disco duro. Entonces lo intenté:

find (hd0,0)

Y se queja de que no pudo encontrar nada.

Entonces lo intenté:

find /boot/grub/stage1

Decía "archivo no encontrado".

Aquí está el texto de la consola:

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

¿Y ahora qué? ¿Cómo podemos hacer que GRUB vea RAID 0 en Ubuntu 10.10 LiveCD?

Respuesta1

¿Es una incursión de software o de hardware?

Echa un vistazo a esto ->http://forums.gentoo.org/viewtopic.php?p=2053048

Respuesta2

información relacionada