<pre>Hello, <br>   I had the same problem even with 9.04 and in my case i found a tricky solution. I have a motherboard with a fakeRAID soution based on an<br>intel ICH10 but i prefer to use the software RAID that come to linux. The problem is that the dm_raid45 module necesary to use fakeRAID that i <br>
"don't" activate during installation is really activate and in some manner blocks the linux software raid. The solution in my case was easy when<br>i got to find the problem :)<br>   - Boot from other media (i used the ubuntu alternative install cd)<br>
   - Mount the root, the boot and proc partitions<br>   - chroot to the installed ubuntu<br>   - apt-get remove dmraid<br><br>In the process it re-make the initrd boot image without the tools and modules of the dmraid and after rebooting it boots perfectly.<br>
<br>Hope it helps you.<br>Mario <br><br><br>| Hi @ll,<br>| <br>| I hope this is the correct platform to discuss my problem, otherwise please point me in the right direction.<br>| <br>| I installed Ubuntu 9.10 (being new to Ubuntu, but not to Linux in general). After finishing the installation (from an USB pen drive), the<br>
| installer told me to reboot. But the system hangs on boot with merely a blinking cursor on the screen, no loader messages (I chose grub2 as<br>| boot loader), nothing.<br>| <br>| Since the mainboard does not feature IDE ports and my SATA hdds seem not to be willing to boot, I am only able to use USB pendrive for<br>
| diagnostic purposes, for instance the Super Grub Disk. However, I did not succeed to find any useful information to my problem.<br>| <br>| Could somebody give me a hint what I can do to either solve the problem or at least diagnose it in more depth?<br>
| <br>| <br>| Some facts:<br>| During Ubunut installation, I configured a software RAID:<br>| My 3 HDDs are partitioned having a 4 GB and a 1,5 TB partition each.<br>| Two of the 3 4 GB partitions are used a RAID1 system disk (root filesystem), the 3rd as a Swap Area.<br>
| The remaining three 1,5 TB partitions will then be used as RAID5 but this is a second issue.<br>| <br>| Once again:<br>|   hda1 ... 4 GB added to RAID device #0 (RAID1)<br>|   hda2 ... 1,6 TB added to RAID device #1 (RAID5)<br>
|   hdb1 ... 4 GB added to RAID device #0 (RAID1)<br>|   hdb2 ... 1,6 TB added to RAID device #1 (RAID5)<br>|   hdc1 ... 4 GB added to RAID device #0 (RAID1)<br>|   hdc2 ... 1,6 TB added to RAID device #1 (RAID5)<br>|   RAID device #0 ... ext4, mounted at /<br>
|   RAID device #1 ... ext4, mounted at /data<br>| <br>| The BIOS boot sequence is: only from HDD (I disabled booting from removable media or CD-ROM).<br>| <br>| <br>| Thanx a lot in advance,<br>| Andi<br></pre>