KB 799001 - 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:
- 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.
- 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.
- 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.
- 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.
- 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).


- 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.
- Exit Utility: Once the RAID array is created and
initialized, exit the RAID configuration utility.
- 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
- 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
How to enable SAN Connectivity and RAID Controller using HBA Card?
HBA Card is used for enabling communication between servers and storage devices SAN (Storage Area Network A Storage Area Network (SAN) is a specialized, high-speed network that provides block-level network access to storage RAID Controller RAID ...
KB 703359 - RAID Card Detection Validation Procedure
This document outlines the standard technical steps to validate whether a RAID controller card is installed and detected correctly in a server system. These steps should be followed by field engineers and support teams whenever RAID detection issues ...
KB 508883 - Supermicro AS-4125GS-TNRT2 Server Expansion card Installation
The AS-4125GS-TNRT2 is a 4U rackmount server designed for high-density GPU configurations, and PCIe expansion. Expansion slots are managed via dedicated riser cards. AOM-PTG-I2T-P is the riser card using in Supermicro AS-4125GS-TNRT2 server. Hardware ...
KB 259003 - 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: - ...
KB 905655 - Linux Software RAID Failure Alert - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the Linux Software RAID Failure alert, enabling L1 and L2 engineers to respond quickly, minimize risk, and maintain system stability. Alert Name Linux Software ...
Recent Articles
KB-630208 | How to use Find and Locate to search for files in Linux
Purpose To provide Linux administrators and Field Engineers with guidance on using the find and locate utilities to efficiently search for files and directories within a Linux filesystem based on criteria such as name, type, size, timestamps, ...
KB-630164 | How to use rsync to Synchronize Files
Purpose To provide a clear and practical procedure for using the rsync utility to synchronize files and directories between local systems and remote hosts, including push and pull operations, while preserving file attributes and optimizing data ...
KB-630107 | How to create a Linux swap file
Purpose To provide Field Engineers and Linux administrators with a standardized procedure for creating, configuring, and validating a Linux swap file. This procedure helps ensure sufficient virtual memory is available when physical RAM is exhausted ...
MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims
MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims MSI's standard warranty does not cover physical or accidental damage to an All-in-One (AIO) PC. If the damage is determined to be caused by external factors rather than a ...
KB 134833 - Troubleshooting NVSM Alert NV-CPU-XX – Unrecoverable CPU Internal Error
Purpose This document provides a general troubleshooting procedure for the NVIDIA System Management (NVSM) alert NV-CPU-XX, which indicates that a CPU has reported an internal error. The article outlines how to verify whether the alert represents an ...
Popular Articles
CP Plus Camera and NVR Configuration
NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
KB 775235 - Kerberos Authentication – Overview
What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
How to Remove and Reinstall NVIDIA Drivers on Ubuntu
This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
KB 692001 - Personal Computers and Servers - Classification and Point of Contact
We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
KB 298031 - M.2 SSD Tier List
The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...