Displaying 1 result from an estimated 1 matches for "usaxen03".
Did you mean:
usaxen02
2010 Jan 09
2
Is it safe to run only the XEN kernel on dom0 host?
...file to boot
with the normal Linux kernel, and not the XEN kernel - and I tend to
forget to update the grub.conf, until I reboot and see XEN isn't
running.
So, is it safe to remove the normal kernel & kernel-development, and
only run the XEN kernel?
This is what I have currently:
root at usaxen03:[~]$ rpm -qa | grep kernel
kernel-xen-2.6.18-128.7.1.el5
kernel-xen-2.6.18-164.10.1.el5
kernel-xen-2.6.18-164.el5
kernel-headers-2.6.18-164.10.1.el5
kernel-xen-2.6.18-164.6.1.el5
kernel-xen-2.6.18-164.9.1.el5
When I want to remove kernel-headers, it wants to remove gcc as well:
root at usaxen03...