Install from alternate CD crashes when RAID 0 is setup during install
My system:
Intel Q6600
Asus P5N E SLI
2 x Cuda ES 2 apperently NOT working in raid 0
Bios version 801
OS Xubuntu 8.04 64 Bit
I have struggled with setting up RAID 0. First I tried to setup working hardware raid 0 with the onboard controller. Did not work at all with linux. Could not boot at all. I then was told to use software raid, cause that was the best thing since sliced bread and butter. I was told that compared to hw raid with onboard controller sw raid in linux would be much faster. I read up on the subject and tempted to give it a go.
I used the alternate xubuntu 8.04 64 Bit CD to make new installation and set up software raid 0.
I first watched the screencast video for raid
screencasts.ubuntu.com/20070910_installing_ubuntu_part_2_968x544.html and it seemed easy.
I started out setting it up but could not complete install. After I was done with the partioning and raid configure my disks looked like this:
Code:
RAID0 device #0 1.5 TB Software RAID device
#1 1.5 TB F ext3 /
SCSI1 (0,0,0) (sda) - 750.2 GB ATA ST3750330NS
#1 primary 745 GB K raid
#2 primary 5.2 GB F swap swap
SCSI2 (0,0,0) (sdb) - 750.2 GB ATA ST3750330NS
#1 primary 745 GB K raid
#2 primary 5.2 GB F swap swap
From what I understand it should all be correct like this and I just continued the process. It all went nice until I tried to install GRUB. It just would not install. I tried LILO as well but same result, no install of LILO either.
Here is the error message I get for GRUB:
Code:
Unable to install GRUB in (hd0)
Executing 'grub-install (hd0)' failed.
This is a fatal error.
I'll tried LILO hoping for the best but
I got error from LILO also:
Code:
LILO installation failed
Running "/sbin/lilo" failed with error code "1".
Could it be that GRUB do not see this raid 0, so installer does not know where to write the MBR or what it is called. Do I maybe need to do something else to get a working MBR?
Is there anything that might cause the GRUB / LILO error?
Could it be that raid 0 is impossible to boot from with Linux?
Maybe there are some hardware issues related to my motherboard? [Asus P5N E SLI]
Have anyone solved a problem like this before? Is there something that I can do manually to install GRUB / LILO ? I completed the install without and bootloader and of course now I can ot boot into OS.
There is an option to go on with installation without bootloader.
Code:
Continue without bootloader
No bootloader installed
You will need to boot manually with the /vmlinuz kernel on partition
/dev/md0 and root=/dev/md0 passed as kernel argument
I am sure this is a good tip ;-) except I do not understand what it means or how I should boot manually. How can I solve this manually?
Searching the web I find various comments on what will work and what not. Getting really confused here.
See this:
Setting up software Raid
Quote:
D Webber Says:
July 15th, 2007 at 3:36 pm
Grub is “RAID aware” to the extent it can boot from a RAID 1 mirror (but apparently no other RAID level).
|
I am getting confuesed here. Must I really either go and buy an expensive raid controller card or go back to running Windows
for having a working Raid 0?