What Do I Do If the RUN Package Is Unavailable Because the RUN Package Is Not Uninstalled When Upgrading the OS Kernel?
Symptom
The kernel is upgraded in the environment installed with the .run package, but an environment startup error occurs, as shown in Figure 1. The problem persists after a new .run package is installed. The cause is that the .ko Driver has been packed to the rootfs of the kernel during the installation of the .run package.
Solution
- Manually uninstall the .ko driver.
- Pack the rootfs.
dracut --force
- Restart the environment.
reboot
Parent topic: FAQs
