AMD RAID Driver Installation Guide

June 16, 2024
AMD

AMD RAID Driver

AMD-RAID-Driver-product

Product Information

  • Specifications
    • Product Name: AMD RAID Installation Guide
    • Supported Operating System: Windows
  • Introduction to RAID
    • The term RAID stands for Redundant Array of Independent Disks, which is a method combining two or more hard disk drives into one logical unit.
    • For optimal performance, it is recommended to install identical drives of the same model and capacity when creating a RAID set.
  • RAID 0 (Data Striping)
    • RAID 0 is called data striping, which optimizes two identical hard disk drives to read and write data in parallel, interleaved stacks.
    • It improves data access and storage by doubling the data transfer rate of a single disk alone while the two hard disks perform the same work as a single drive but at a sustained data transfer rate.
    • WARNING!! Although the RAID 0 function can improve access performance, it does not provide any fault tolerance. HotPlugging any HDDs of the RAID 0 Disk will cause data damage or loss.
  • RAID 1 (Data Mirroring)
    • RAID 1 is called data mirroring, which copies and maintains an identical image of data from one drive to a second drive.
    • It provides data protection and increases fault tolerance to the entire system.
    • If one drive fails, the disk array management software will direct all applications to the surviving drive as it contains a complete copy of the data in the other drive.
  • RAID 10 (Stripe Mirroring)
    • RAID 10 combines the performance of data striping (RAID 0) and the fault tolerance of disk mirroring (RAID 1).
    • It allows RAID 0 drives to be mirrored using RAID 1 techniques, resulting in improved performance and resiliency.
    • Data is striped across multiple drives and duplicated on another set of drives.
  • RAID Configurations Precautions
    • Please use two new drives if you are creating a RAID 0 (striping) array for performance. It is recommended to use two SATA drives of the same size.
    • If you use two drives of different sizes, the smaller-capacity hard disk will be the base storage size for each drive.
    • For example, if one hard disk has an 80GB storage capacity and the other hard disk has 60GB, the maximum storage capacity for the 80GB drive becomes 60GB, and the total storage capacity for this RAID 0 set is 120 GB.

Product Usage Instructions

  • AMD BIOS RAID Installation Guide
    • The AMD BIOS RAID Installation Guide provides instructions to configure RAID functions using the onboard FastBuild BIOS utility under the BIOS environment. Follow the steps below to set up RAID:
    • Create a SATA driver diskette.
    • Restart your computer and press [F2] or [Del] to enter the BIOS setup.
    • Set the option to RAID mode by following the detailed instructions in the User Manual in our support CD.
    • Use the onboard RAID Option ROM Utility to configure RAID.
  • AMD Windows RAID Installation Guide
    • The AMD Windows RAID Installation Guide provides instructions to create and delete a RAID volume under Windows. Follow the steps below:
  • Create a RAID volume under Windows
    • Open the AMD RAIDXpert2 Configuration Utility. (Refer to the product specification page for information on accessing the utility.)
    • Click on “Create RAID Volume”.
    • Select the RAID level (0, 1, or 10).
    • Select the desired hard drives for the RAID volume.
    • Configure additional settings if needed.
    • Click on “Create Volume” to create the RAID volume.
  • Delete a RAID array under Windows
    • Open the AMD RAIDXpert2 Configuration Utility.
    • Select the RAID array you want to delete.
    • Click on “Delete Volume”.
    • Confirm the deletion.
  • FAQ
    • Q: What is RAID?
    • A: RAID stands for Redundant Array of Independent Disks, which is a method combining two or more hard disk drives into one logical unit.
    • Q: What are the different RAID levels supported?
    • A: The supported RAID levels are RAID 0 (Data Striping), RAID 1 (Data Mirroring), and RAID 10 (Stripe Mirroring).
    • Q: Can I use drives of different sizes in a RAID configuration?
    • A: Yes, but in a RAID 0 configuration, the smaller-capacity hard disk will be the base storage size for each drive.
    • Q: How can I configure RAID using the AMD BIOS RAID Installation Guide?
    • A: Follow the instructions provided in the AMD BIOS RAID Installation Guide to configure RAID functions using the onboard FastBuild BIOS utility under the BIOS environment.
    • Q: How can I create and delete a RAID volume under Windows?
    • A: Refer to the AMD Windows RAID Installation Guide for detailed instructions on creating and deleting a RAID volume under Windows using the AMD RAIDXpert2 Configuration Utility.

AMD BIOS RAID Installation Guide

The BIOS screenshots in this guide are for reference only and may differ from the exact settings for your motherboard. The actual setup options you will see shall depend on the motherboard you purchase. Please refer to the product specification page of the model you are using for information on RAID support. Because the motherboard specifications and the BIOS software might be updated, the content of this documentation will be subject to change without notice. AMD BIOS RAID Installation Guide is an instruction for you to configure RAID functions by using the onboard FastBuild BIOS utility under BIOS environment. After you make a SATA driver diskette, press [F2] or [Del] to enter BIOS setup to set the option to RAID mode by following the detailed instruction of the “User Manual” in our support CD, then you can start to use the onboard RAID Option ROM Utility to configure RAID.

Introduction to RAID

  • The term “RAID” stands for “Redundant Array of Independent Disks”, which is a method combining two or more hard disk drives into one logical unit.
  • For optimal performance, please install identical drives of the same model and capacity when creating a RAID set.

RAID 0 (Data Striping)

  • RAID 0 is called data striping that optimizes two identical hard disk drives to read and write data in parallel, interleaved stacks.
  • It will improve data access and storage since it will double the data transfer rate of a single disk alone while the two hard disks perform the same work as a single drive but at a sustained data transfer rate.

WARNING!

  • Although RAID 0 function can improve the access performance, it does not provide any fault tolerance. HotPlug any HDDs of the RAID 0 Disk will cause data damage or data loss.

RAID 1 (Data Mirroring)

  • RAID 1 is called data mirroring that copies and maintains an identical image of data from one drive to a second drive.
  • It provides data protection and increases fault tolerance to the entire system since the disk array management software will direct all applications to the surviving drive as it contains a complete copy of the data in the other drive if one drive fails.3

RAID 5 (Block Striping with Distributed Parity)

  • RAID 5 stripes data and distributes parity information across the physical drives along with the data blocks.
  • This organization increases performance by accessing multiple physical drives simultaneously for each operation, as well as fault tolerance by providing parity data.
  • In the event of a physical drive failure, data can be re-calculated by the RAID system based on the remaining data and the parity information.
  • RAID 5 makes efficient use of hard drives and is the most versatile RAID Level. It works well for files, databases, applications and web servers.AMD-RAID-Driver-fig-1 \(3\)

RAID 10 (Stripe Mirroring)

  • RAID 0 drives can be mirrored using RAID 1 techniques, resulting in a RAID 10 solution for improved performance plus resiliency. The controller combines the performance of data striping (RAID 0) and the fault tolerance of disk mirroring (RAID 1). Data is striped across multiple drives and duplicated on another set of drives.4AMD-RAID-Driver-fig-1 \(4\)

RAID Configurations Precautions

  1. Please use two new drives if you are creating a RAID 0 (striping) array for performance. It is recommended to use two SATA drives of the same size. If you use two drives of different sizes, the smaller capacity hard disk will be the base storage size for each drive. For example, if one hard disk has an 80GB storage capacity and the other hard disk has 60GB, the maximum storage capacity for the 80GB-drive becomes 60GB, and the total storage capacity for this RAID 0 set is 120GB.
  2. You may use two new drives, or use an existing drive and a new drive to create a RAID 1 (mirroring) array for data protection (the new drive must be of the same size or larger than the existing drive). If you use two drives of different sizes, the smaller capacity hard disk will be the base storage size. For example, if one hard disk has an 80GB storage capacity and the other hard disk has 60GB, the maximum storage capacity for the RAID 1 set is 60GB.
  3. Please verify the status of your hard disks before you set up your new RAID array.
    • WARNING!! Please backup your data first before you create RAID functions. In the process you create RAID, the system will ask if you want to “Clear Disk Data” or not. It is recommended to select “Yes”, and then your future data building will operate under a clean environment.

UEFI RAID Configuration

Setting up a RAID array using UEFI Setup Utility and installing Windows

  • STEP 1: Set up UEFI and create a RAID array
1. While the system is booting, press [F2] or [Del] key to enter UEFI setup utility.
2. Go to Advanced\Storage Configuration.
3. Set “SATA Mode” to.![AMD-RAID-Driver-fig-1 \(5\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-5.jpg)
4. Go to Advanced\AMD PBS\AMD Common Platform Module and set “NVMe RAID mode” to <Enabled >.![AMD-RAID-Driver-fig-1 \(6\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-6.jpg)
5. Press [F10] to save your changes and exit, and then enter the UEFI Setup again.
6. After saving the previously changed settings via [F10] and rebooting the system, the “RAIDXpert2 Configuration Utility” submenu becomes available.![AMD-RAID-Driver-fig-1 \(7\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-7.jpg)
7. Go to Advanced\RAIDXpert2 Configuration Utility\Array Management, and then delete the existing disk arrays before creating a new array. Even if you have not configured any RAID array yet, you might have to use “Delete Array” first.![AMD-RAID-Driver-fig-1 \(8\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-8.jpg)![AMD-RAID-Driver-fig-1 \(9\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-9.jpg)![AMD-RAID-Driver-fig-1 \(10\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-10.jpg)
8. Go to Advanced\RAIDXpert2 Configuration Utility\Array Management\Create Array![AMD-RAID-Driver-fig-1 \(11\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-11.jpg)
  *  **9A.** Select “RAID Level”![AMD-RAID-Driver-fig-1 \(12\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-12.jpg)
  *  **9B.** Select “Select Physical Disks”.![AMD-RAID-Driver-fig-1 \(13\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-13.jpg)
  *  **9C.** Change “Select Media Type” to “SSD” or leave at “BOTH”.![AMD-RAID-Driver-fig-1 \(14\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-14.jpg)
  *  **9D.** Select “Check All” or enable specific drives that you want to use in the array. Then select “Apply Changes”.![AMD-RAID-Driver-fig-1 \(15\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-15.jpg)
  *  **9E.** Select “Create Array”.![AMD-RAID-Driver-fig-1 \(16\)](https://manuals.plus/wp-content/uploads/2024/01/AMD-RAID-Driver-fig-1-16.jpg)
9. Press [F10] to save to exit.
  * Please note that the UEFI screenshots shown in this installation guide are for reference only. Please refer to ASRock’s website for details about each model. <https://www.asrock.com/index.asp>.
  • STEP 2: Download driver from ASRock’s website
    • A. Please download the “SATA Floppy Image” driver from ASRock’s website (https://www.asrock.com/index.asp) and unzip the file to your USB flash drive. Normally you can also use the RAID driver offered via the AMD website.AMD-RAID-Driver-fig-1 \(17\)
  • STEP 3: Windows installation
    • Insert the USB drive with Windows 11 installation files.
    • Then restart the system. While the system is booting, please press [F11] to open the boot menu that is shown in this picture.
    • It should list the USB drive as a UEFI device. Please select this to boot from. If the system restarts at this point, then please open the [F11] boot menu again.AMD-RAID-Driver-fig-1 \(18\)
    1. When the disk selection page shows up during the Windows installation process, please click . Do not try to delete or create any partition at this point.AMD-RAID-Driver-fig-1 \(19\)
    2. Click to find the driver on your USB flash drive. Three drivers must be loaded. This is the first. The folder names might look different depending on the driver package that you are using.AMD-RAID-Driver-fig-1 \(20\)
    3. Select “AMD-RAID Bottom Device” and then click.AMD-RAID-Driver-fig-1 \(22\)
    4. Load the second driver.
    5. Select “AMD-RAID Controller” and then click.AMD-RAID-Driver-fig-1 \(24\)
    6. Load the third driver.
    7. Select “AMD-RAID Config Device” and then click.AMD-RAID-Driver-fig-1 \(26\)
    8. Once the third driver is loaded, a RAID disk appears. Select unallocated space and then click.AMD-RAID-Driver-fig-1 \(27\)
    9. Please follow the Windows installation instructions to finish the process.AMD-RAID-Driver-fig-1 \(28\)
    10. After the Windows installation is finished, please install the drivers from ASRock’s website. https://www.asrock.com/index.asp.AMD-RAID-Driver-fig-1 \(29\)
    11. Go to Boot menu and set “Boot Option #1” to.AMD-RAID-Driver-fig-1 \(30\)

Windows RAID Installation

AMD Windows RAID Installation Guide

Caution: This chapter describes how to configure a RAID volume under Windows.
You can use for the following scenarios:

  1. Windows is installed on a 2.5” or 3.5” SATA SSD or HDD. You want to configure a RAID volume with NVMe M.2 SSDs.
  2. Windows is installed on an NVMe M.2 SSD. You want to configure a RAID volume with 2.5” or 3.5” SATA SSDs or HDDs.

Create a RAID volume under Windows

  1. Enter the UEFI Setup Utility by pressing or right after you power on the computer.
  2. Set the “SATA Mode” option to . (If you are using NVMe SSDs for RAID configuration, please skip this step)AMD-RAID-Driver-fig-1 \(31\)
  3. Go to Advanced\AMD PBS\AMD Common Platform Module and set “NVMe RAID mode” to . (If you are using 2.5” or 3.5” SATA drives for RAID configuration, please skip this step)AMD-RAID-Driver-fig-1 \(32\)
  4. Press “F10” to save the setting and reboot to Windows.
  5. Install the “AMD RAID Installer” from the AMD website: https://www.amd.com/en/support Select “Chipsets”, select your socket and chipset, and click “Submit”. Please find “AMD RAID Installer”.AMD-RAID-Driver-fig-1 \(33\)
  6. After installing the “AMD RAID Installer”, please launch “RAIDXpert2” as administrator.AMD-RAID-Driver-fig-1 \(34\)
  7. Find “Array” in the menu and click on “Create”.AMD-RAID-Driver-fig-1 \(35\)
  8. Select the RAID type, the disks which would like to use for RAID, volume capacity and then create the RAID array.AMD-RAID-Driver-fig-1 \(36\)
  9. In Windows open “Disk Management”. You will be prompted to initialize the disk. Please select “GPT” and click “OK”.AMD-RAID-Driver-fig-1 \(37\)
  10. Right-click at the “Unallocated” section of the disk and create a new simple volume.AMD-RAID-Driver-fig-1 \(38\)
  11. Follow the “New Simple Volume Wizard” to create a new volume.AMD-RAID-Driver-fig-1 \(39\)
  12. Wait a bit for the system to create the volume.AMD-RAID-Driver-fig-1 \(40\)
  13. After creating the volume, the RAID is available to use.AMD-RAID-Driver-fig-1 \(41\)

Delete a RAID array under Windows.

  1. Select the array which you would like to delete.
  2. Find “Array” in the menu and click on “Delete”.
  3. Click “Yes” to confirm.

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

AMD User Manuals

Related Manuals