kernel yum upgrade
check what kernel you are running at the moment
uname -a
and to upgrade your kernel
yum update \kernel*
check if your kernel is added to grub
cat /boot/grub/grub.conf
and then reboot
shutdown -rf now
|
|
|
|
|
|
Related posts:
- Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and...
- How to Reset your Linux Root Password Whenever you can’t remember Root password, you can read this...
- How to update Virtuozzo Node to the newest Kernel Virtuozzo includes a utility to update itself and the included...
