Updated 2020-08-10, see edit below
I recently had to upgrade a CentOS 7 server to CentOS 8. I foolishly expected this to be easy since it wasn't a heavily customized install in the first place and most of the stuff I cared about was in my home directory. I was, as you may have guessed, wrong.
The problem was that CentOS 8 removed the driver for the Dell H700 RAID controller in my server. Setting aside the wisdom of that decision, here's how to get around it:
tab
on the bootloader screen to edit the arguments. Add inst.dd=http://your-server/file-you-downloaded.iso
to the list. Note that you can use any protocol supported by dracut (for example, I saw someone use NFS). This is why I didn't use the elrepo.org file directly - typing in that path through the bootscreen would have been an error-prone nightmare.You can also write that DUD iso to another piece of media and the installer is supposed to pick it up automatically. I've seen reports that this doesn't always work as intended and frankly having to use a whole second USB drive for this simple iso seemed more complicated and overkill. Getting it from the network was easier, albeit not as easy as if the drivers were just included in the first place.
Edit 2020-08-10: It is also important that you install the elrepo-release
package after you install using this method. Otherwise you won't get updated versions of the driver and when kernel updates are installed it may break your system.