Hello,

I get Failed to start Load Kernel Modules during the boot.

Everytime Kernel is updated VirtualBox modules fail I have to reboot into the new Kernel, run the following commands and then it starts working.

$ sudo akmods --force
$ sudo dracut -v -f
$ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

Then everything starts working again and the boot error goes away. You can found the background of the issue in the link below.

https://bugzilla.redhat.com/show_bug.cgi?id=1254340

My question is how can I automate this task.