PDA

View Full Version : [SOLVED] RAID-0 is CRITICAL



herveb
May 9th, 2010, 11:48 PM
Hi,

I just finished painfully the installation of Ubuntu 10.04 LTS on my laptop, and i just noticed a RAID-0 is CRITICAL while booting.

What is this?

FYI, I have two Hard drives, and it took us some time to figure out why the computer doesn't want to boot at all - there was empty bit without partition at the beginning of the drive.

http://ubuntuforums.org/showthread.php?t=1471679

appart from that, it boots ok - well, used to, I've just tried to upgrade my nvidia driver, now i have only access to very basic graphics :mad:

herveb
May 10th, 2010, 09:33 PM
any ideas anyone regarding this "Raid-0 is critical" message?

ronparent
May 10th, 2010, 10:03 PM
Looking over your prior thread, this popped out at me on your 1st post:

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #1 for /boot/grub.
=> No known boot loader is installed in the MBR of /dev/sdb

That is the ususal output when you are dealing with a raid0 array. Just casually perusing the rest of the thread, if a raid0 existed when you started, it doesn't now! That is probably all the message signifies. That said, you have two drives now to do with whatever you will. However, apparently the raid0 signature still exists in the meta data section of one or both of the two drives. Since you are not now using the raid it would probably be better to erase the raid meta data. To find it, in a terminal type sudo dmraid -ay. This will reveal any remaining meta data and on which disk it resides. To erase write sudo dmraid -E to erase any remaining meta date.

You are lucky to have installed if raid meta data remained on anydrive, but, I can see from that prior thread that a lot was going on. With the meta data gone you should be fine.

herveb
May 11th, 2010, 06:55 PM
this is strange...


boisson@boisson-laptop:~$ sudo dmraid -ay
no raid disks
boisson@boisson-laptop:~$ sudo dmraid -E
ERROR: option missing/invalid option combination with -E

ronparent
May 11th, 2010, 08:41 PM
"no raid disks" tels you all you need to know, No further action needed.

herveb
May 11th, 2010, 09:46 PM
found out what the problem was, thanks to one of the clue you pointed at


However, apparently the raid0 signature still exists in the meta data section of one or both of the two drives. Since you are not now using the raid it would probably be better to erase the raid meta data.

I then rebooted with the liveCD, open GParted, and there it was: an unused 1MB part at the beginning of sdb - the second Hard drive. I expanded sdb to fill the whole of the disk, the error message is now gone
:guitar: