The images shown in this tutorial are based on CentOS 7. We will be using the GUI installer for configuring software RAID on setup. Setting up RAID after installation is a different process.


For this tutorial, I have setup a virtual machine with 4 HDDs.


1. When you start the CentOS GUI Installer, you will be presented with this screen.

Screen_Shot_2018-04-13_at_11.48.21_AM.jpg

Select "Installation Destination". It should show "No disks selected" as this is a new server.


2. Once on the "Installation Destination" screen, select all disks to be used in the RAID array. In this case, I have 4 disks that I will use. So I will select all 4 disks. 

Screen_Shot_2018-04-13_at_11.48.27_AM.jpg

A disk is selected when it has the black and white checkmark on it. We will be doing manual partitioning so make to tick the "I will configure partitioning" option under "Other Storage Options".

Screen_Shot_2018-04-13_at_11.48.32_AM.jpg

Click on "Full disk summary and boot loader" on the bottom left to configure boot options. By default it should be everything selected. Make sure to put the bootloader in a drive. In this case, I selected sda to install the bootloader on the first disk.

Screen_Shot_2018-04-13_at_11.48.41_AM.jpg

3. Now we'll create a /boot partition on the first disk. Make to specify the correct mount point and configure the desired capacity. In this case, I want the boot partition to be 1GB. Once done, click on "Add mount point".

Screen_Shot_2018-04-13_at_1.04.03_PM.jpg

Your new boot partition should be present in the partitioning screen now. On the right side, under Device(s), you should see that several disks are selected for the /boot partition. Click on "Modify".

Screen_Shot_2018-04-13_at_11.49.31_AM.jpg

Make to sure to select the first disk or whatever disk you installed the boot loader on. Click on "Select".

Screen_Shot_2018-04-13_at_11.49.38_AM.jpg

You should only see one device selected under Device(s) now.

Screen_Shot_2018-04-13_at_11.49.39_AM.jpg

Now add all the other partitions in your desired partition layout using the same process. But skip the selection under Device(s). In my case, I will only create a root partition.

Screen_Shot_2018-04-13_at_11.50.20_AM.jpg

4. Now we'll configure the software RAID. With the / (root) partition still selected on the left, click on "Modify" under Volume Group on the right. You should see the "Configure Volume Group" window pop up. By default it all disks are selected. In my case, I want it to stay that way since I will be using all 4 disks for my array.


The RAID level should display None at the moment. You can click on that and you can choose from the available RAID levels that you want to configure. For my case, I will configure RAID 0 and the size policy set to Automatic.

Screen_Shot_2018-04-13_at_11.50.22_AM.jpg

Once that's done it should bring you back to the partitioning screen. Click on "Modify" again to confirm that you have selected the correct RAID level that you want to configure. In this case, I can confirm I have selected RAID 0. Once done, Click on "Save" and then click "Done" on the partitioning screen.

Screen_Shot_2018-04-13_at_11.52.09_AM.jpg

You will be presented with a warning if you did not configure any swap partitions. In my case it is OK for tutorial purposes or if you have a server with high RAM. Just click on "Close" and click "Done" again to continue.

Screen_Shot_2018-04-13_at_11.52.18_AM.jpg

You will be presented with a summary of the changes to be made to disk. If this is acceptable to you, click on "Accept Changes" to begin writing the changes to disk.

Screen_Shot_2018-04-13_at_11.52.22_AM.jpg

Once that's done, the installation should continue on to the other steps.