configuration grub.conf in Containers (openvz)
Hello allI just run the command yum update
with log
Code:
[root@server ~]# uname -a Linux server.cheapbesthost.com 2.6.32-042stab085.20 #1 SMP Fri Mar 21 19:07:05 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux
Code:
[root@server ~]# cat /etc/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda5 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title OpenVZ (2.6.32-042stab085.20) root (hd0,0) kernel /vmlinuz-2.6.32-042stab085.20 ro root=UUID=93a41745-ce31-4654-a81b-5b47df130818 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 pcie_aspm=off rhgb quiet initrd /initramfs-2.6.32-042stab085.20.img title OpenVZ (2.6.32-042stab084.26) root (hd0,0) kernel /vmlinuz-2.6.32-042stab084.26 ro root=UUID=93a41745-ce31-4654-a81b-5b47df130818 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 pcie_aspm=off rhgb quiet initrd /initramfs-2.6.32-042stab084.26.img title OpenVZ (2.6.32-042stab084.20) root (hd0,0) kernel /vmlinuz-2.6.32-042stab084.20 ro root=UUID=93a41745-ce31-4654-a81b-5b47df130818 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 pcie_aspm=off rhgb quiet initrd /initramfs-2.6.32-042stab084.20.img title OpenVZ (2.6.32-042stab084.17) root (hd0,0) kernel /vmlinuz-2.6.32-042stab084.17 ro root=UUID=93a41745-ce31-4654-a81b-5b47df130818 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 pcie_aspm=off rhgb quiet initrd /initramfs-2.6.32-042stab084.17.img title CentOS (2.6.32-431.3.1.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-431.3.1.el6.x86_64 ro root=UUID=93a41745-ce31-4654-a81b-5b47df130818 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 pcie_aspm=off rhgb quiet initrd /initramfs-2.6.32-431.3.1.el6.x86_64.img
but we have an error message like this on Containers
"A newer kernel is installed, however the system has not been rebooted. running kernel: 2.6.32-042stab085.20, most recent installed kernel:
Reboot the system in the "Graceful Server Reboot" area. Check the boot configuration in grub.conf if the new kernel is not loaded after a reboot."
I have rebooted but the message still appears
what should i do for this problem?
thanks