PDA

View Full Version : [ubuntu] Cannot install Grub + Raid!



Makuki
June 29th, 2008, 08:57 PM
Hello, I'm new here also my english is not good but I will try to explain my problem.

I used this:

http://wiki.eyermonkey.com/My_Ubuntu_(7.10)_Installation#Installation_on_RAID _0

http://ohioloco.ubuntuforums.org/showthread.php?t=630644

I finished my install of Ubuntu there is an error in 95% with Grub. Now I want to install it. That what I did:

- Close the installation.
- Open console
- Write this: sudo mount -t ext3 /dev/mapper/<RAID_SET_NAME><PARTITION_NUM> /target

Of course I used my Raid Name and Partition Number but there is an error. It cant use /target (or something like that :p).

Any ideas?

Sorry for my English,
Makuki!

dstew
June 30th, 2008, 01:49 AM
You have to create the /target mount point first, before mounting your RAID partition to it:
sudo mkdir /targetIt seems this step was omitted from the HowTo.