13.8. Disabling a driver
You can disable a malfunctioning driver during the installation process.
Prerequisites
- You have booted into the installation media’s bootloader (GRUB) menu.
Procedure
- From the boot menu, press the E key on your keyboard to display the boot command line.
Append the
modprobe.blacklist=driver_nameboot option to the command line.Replace driver_name with the name of the driver or drivers you want to disable, for example:
modprobe.blacklist=ahciDrivers disabled by using the
modprobe.blacklist=boot option remain disabled on the installed system and appear in the/etc/modprobe.d/anaconda-blacklist.conffile.- Press Enter to execute the boot process.