Ubuntu – Ubuntu Server 18.04 does not show Intel SW RAID(RAID 0 or RAID 1) device in Partition Manger

18.04raid

My Intel system is configured with RAID 0(2 disks) or RAID 1(2 disks) in BIOS.
And I use the image from http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/
to perform installation.

During "Detect disks" stage, it asked if I want to "Active MDADM constainers (Intel/DDF RAID), I answered "yes". Then it asked my if I want to "Activate Serial ATA RAID device", I answered "yes" also.

However, in "Partition disks" stage, it does not show me any disk information.

With Ubuntu Server 16.04, the installation works without issue on this system.

Best Answer

When asked: Active MDADM containers (Intel/DDF RAID), choose "yes"

It will then ask: Activate Serial ATA RAID device, at this point wait and switch to a shell by pressing "alt+f2"

Press Enter to activate the console

Then run the command "mdadm --stop /dev/md127"

Next activate the intel dmraid by running the command "dmraid -ay"

Press "alt+f1" to go back to the installer.

Now you can answer the Activate Serial ATA RAID device with "No".

It should now pick up your Intel RAID.

Related Question