How to install RHEL8(Centos) on Dell R710/R610 server
How to install RHEL8(Centos) on Dell R710/R610 server
When I install RHEL8.x I cound’t discover my RAID Controller’s devices on Install Storage set-up optional.When I try to google find the resolutions I know a large number of storage controller device’s drivers has been removed from RHEL8,which means the Dell R710/R610 installed H700 RAID controller card won’t be supported RHEL 8.X natively.
Nevertheless you can still install RHEL8 on these machines with use of driver update disk(DUD).
Setup DUD
Using this link below ,you are specifically looking for the megaraid_sas
drivers.
1 | dmesg | grep raid |
If you specific DUD drivers that you need for RHEL8 is below address to download.
https://elrepo.org/linux/dud/el8/x86_64/dd-megaraid_sas-07.707.51.00-1.el8_1.elrepo.iso
When you downloaded the DUD ISO driver.Using the dd
to burn it in another USB or DVD media devices.
dd if=dd-megaraid_sas-07.707.51.00-1.el8_1.elrepo.iso of=/dev/sdc
Installation System
The install process is as follows:
- Download RHEL8.x media file and burn to usb or dev devices media.
- Download DUD drivers in iso format and burn to usb drive.
- Boot with both RHEL8 and DUD mounted before booting Install RHEL.
- Installer should detect the DUD iso and install the proper drivers.
During booting RHEL8 Installer and When you see a countdown on the screen.At this time interrupt the installer with the TAB key and append the following to your boot options last.
inst.dd=/dev/sdb
On my system, the DUD was /dev/sdb and the RHEL8 install media was /dev/sda.
Soon after you can view the RAID Devices find it out.
Install it usually.