And it would be nice if it could read your mind and give you a foot massage, too. Same thing happens if you install both java-1.6.0-openjdk and jdk-1.7.0 packages at the same time, the system guesses that whichever one you installed last should be default.
Delete the non "kernel-xen" kernels, and you should be good to go. for future updates.
On Sat, Nov 23, 2013 at 1:07 PM, Kenneth Porter shiva@sewingwitch.com wrote:
I ran "yum update" the other day on my dom0 and let it pull a new kernel. The RPM install scriptlet runs /sbin/new-kernel-pkg (part of the grubby package) to update grub.conf. It writes a new record to boot the Linux kernel instead of Xen. It would be nice if it noticed that it was running inside Xen and wrote a suitable record for that. _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
I ran "yum update" the other day on my dom0 and let it pull a new kernel. The RPM install scriptlet runs /sbin/new-kernel-pkg (part of the grubby package) to update grub.conf. It writes a new record to boot the Linux kernel instead of Xen. It would be nice if it noticed that it was running inside Xen and wrote a suitable record for that.
Same thing happens if you install both java-1.6.0-openjdk and jdk-1.7.0 packages at the same time, the system guesses that whichever one you installed last should be default.
Delete the non "kernel-xen" kernels, and you should be good to go. for future updates.
Or perhaps change /etc/sysconfig/kernel: # UPDATEDEFAULT specifies if new-kernel-pkg should make # new kernels the default UPDATEDEFAULT=yes
# DEFAULTKERNEL specifies the default kernel package type DEFAULTKERNEL=kernel-xen
/jens