linux rescue
command at the boot prompt, or the linux rescue dd
command if you need to load a third-party driver from a driver disc. Follow the instructions in 「Booting into Rescue Mode」 and do not choose to mount the installed system as read only.
/mnt/sysimage/
:
chroot /mnt/sysimage/
rpm -e
command to remove the driver package. For example, to remove the kmod-foobar driver package, run:
rpm -e kmod-foobar
exit
linux rescue
command at the boot prompt, or the linux rescue dd
command if you need to load a third-party driver from a driver disc. Follow the instructions in 「Booting into Rescue Mode」 and do not choose to mount the installed system as read only.
/mnt/sysimage/
, for example: /mnt/sysimage/root/drivers/
.
/mnt/sysimage/
:
chroot /mnt/sysimage/
rpm -ivh
command to install the driver package. For example, to install the kmod-foobar driver package from /root/drivers/
, run:
rpm -ivh /root/drivers/kmod-foobar-1.2.04.17.el6.i686
/root/drivers/
in this chroot environment is /mnt/sysimage/root/drivers/
in the original rescue environment.