Creating RAID using an add-on Card through the BIOS

Creating RAID using an add-on Card through the BIOS

Creating Raid Configuration using an Add-on RAID Card through BIOS To create a RAID configuration using an add-on RAID card through the BIOS, you'll typically follow these general steps. Keep in mind that specific steps can vary based on the RAID card manufacturer and model:
  1. Access BIOS: Restart your computer and enter the BIOS setup utility. This is usually done by pressing a key (like Del, F2, or F12) during the boot process, but it varies depending on your motherboard manufacturer.

  1. Locate RAID Settings: Navigate to the section of the BIOS that contains RAID settings. This might be under a menu like "Advanced BIOS Features," "Integrated Peripherals," or something similar. Look for an option related to RAID or SATA configuration.

  1. Enable RAID: Enable the RAID function. This might involve changing a SATA mode from AHCI or IDE to RAID. Save changes and exit the BIOS. Your computer will restart.

  1. Access RAID Configuration Utility: During boot-up, you might see a prompt to access the RAID configuration utility (e.g., "Press Ctrl+I for RAID Configuration"). Press the corresponding key to enter the utility.
      

  1. Create RAID Array: Once in the RAID configuration utility, you can create a new RAID array. Select the disks you want to include in the array, choose the RAID level (e.g., RAID 0, RAID 1, RAID 5), and configure any additional settings (like stripe size or disk cache settings).

  1. Save Configuration: After configuring the RAID array, save the settings. The utility might prompt you to initialize the RAID array, which prepares the disks for use in the RAID configuration.

  1. Exit Utility: Once the RAID array is created and initialized, exit the RAID configuration utility.

  1. Install Operating System: If you're setting up RAID for the operating system, you'll need to install the operating system. During the installation process, you might need to load RAID drivers, which are typically provided by the RAID card manufacturer
  1. Verify Configuration: After the operating system is installed, verify that the RAID array is detected and functioning correctly. You can usually do this through the RAID management software provided by the RAID card manufacturer.

It's important to refer to the specific documentation provided by your RAID card manufacturer for detailed instructions, as the process can vary significantly between different RAID cards.



    • Related Articles

    • Set up RAID 0 using mdadm

      Steps to configure RAID 0 in Centos7. Code lsblk yum install -y mdadm mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb /dev/sdc mkfs.ext4 /dev/md0 mkdir /mnt/raid0-drive mount /dev/md0 /mnt/raid0-drive df -h Code Summary LSBLK: - ...
    • Configuring BMC in ASUS Server

      To configure the Baseboard Management Controller (BMC) IP address on an ASUS server, initially access the server's BIOS/UEFI settings and then configure the BMC network settings. Here's a step-by-step instructions Server BMC Configuration preparation ...
    • The customer is not able to configure the RAID on supermicro Server.

      Issues: Unable to find the option to configure RAID on the NVMe drives. Model No.: SYS-220BT-HNTR AS-1125HS-TNR Solution: 1) Server Model: 1125HS-TNR It is AMD system, it does not support NVME raid nor VROC key. It only has SAS hard drive raid with ...
    • Initial steps for the troubleshooting/detecting error if NIC card is not detecting on server.

      What is NIC(Network interface Card) Card? A network interface card is a piece of hardware that allows computers to communicate with other devices on a network. It can also be called an Ethernet card, LAN card, or network adaptor. A NIC provides a ...
    • Intel VROC Installation and RAID Creation on ASUS Server

      Intel VROC Installation and RAID Creation on ASUS Server Intel Virtual RAID on CPU, or Intel VROC, is a hybrid RAID storage solution for NVMe solid-state drives (SSDs) that connects directly to Intel Xeon Scalable Processors using the PCIe expansion ...