I am trying to install Ubuntu 14.04 on FakeRAID along Win7.
Win 7 has been already installed, and dmraid is running.
During the installation I choose to manually partition, this is the structure:
\dev\mapper\isw_gchdghhd_Volume0
\dev\mapper\isw_gchdghhd_Volume0Op1 - NTFS Win7 loader
\dev\mapper\isw_gchdghhd_Volume0Op2 - NTFS Win7 partition
\dev\mapper\isw_gchdghhd_Volume0Op3 - swap
\dev\mapper\isw_gchdghhd_Volume0Op5 - ext4 mounted as \
\dev\mapper\isw_gchdghhd_Volume0Op6 - ext4 mounted as \home
There is another sequence similar to above marked as "linear".
I choose \dev\mapper\isw_gchdghhd_Volume0
as boot device.
When immediately after the installation begins, an error with question marks pops up, and the installation stops.
Best Answer
Here's the issue:
dmraid
was replaced bymdadm
for handling FakeRAID in Ubuntu 14.04.Here's the solution:
Open terminal and type the following:
This will disable
dmraid
and installmdadm
.You will be prompted with postfix configuration, chose No Configuration.
To automatically recognize your FakeRAID, run:
Run the installer.
\
and a SWAP partition.This might be long, but it worked for me. I now have Windows 7 and Ubuntu 14.04 in dual boot configuration.