|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History...
h3. Alternate steps may be needed when Bare Metal Restoring RHEL 9.2 and equivalent operating systems
If a driver is missing that is required to boot, you may see the following message in the boot logs :
*\[FAILED\] Failed to start Load Kernel Modules.*
*modprobe : FATAL : Module <kernel module> not found in directory /lib/modules/<kernelVersion>*
To rebuild the initramfs with the missing kernel module from the message above:
*\[FAILED\] Failed to start Load Kernel Modules.*
*modprobe : FATAL : Module <kernel module> not found in directory /lib/modules/<kernelVersion>*
To rebuild the initramfs with the missing kernel module from the message above:
1. Boot the server in Secure Boot mode
...
3. Use the \--add-drivers option and specify the module name \[without.ko extenstion\] when manually building the initramfs with dracut:
*\# dracut \-fv \-\-add-drivers <kernel module> /boot/initramfs\-<kernelVersion>.img <kernelVersion>*
...