VMWare +XEN


Recommended Posts

I just installed the trial version of VMWare to test it out.

Went through installation, did the config and launched the app.

When I try to Power On a virtual machine it tells me that VMWare can't work with the XEN Hypervisor and that I should disable it first.

I googled and googled, searched neowin (btw is it even working?) and can't figure out how to disable XEN in RHEL.

Anyone have any clue or mind helping me?

Link to comment
Share on other sites

The host doesn't have a xen aware kernel does it? I thought only the guest needed to be xen aware. Maybe there's a kernel module you can disable for it instead, that way you wouldn't have to boot a different kernel.

Link to comment
Share on other sites

might be a dumb question but im not sure how im suppose to boot to the non xen kernal?

this is RHEL5.1

Borbus: apparently RHEl 5.1 runs on the Xen kernal as a virtual system (atleast i think , it shows up as dom0)

the guest system i am trying to run in vmware is Windows XP Pro

Link to comment
Share on other sites

You would likely just use yum install with the kernel name you want, and it would install it.

I'm not sure what the name would be. Let's see what's installed now!

rpm -qa | grep kernel

should list out all installed kernels.

Link to comment
Share on other sites

You would likely just use yum install with the kernel name you want, and it would install it.

I'm not sure what the name would be. Let's see what's installed now!

rpm -qa | grep kernel

should list out all installed kernels.

kernel-xen-2.6.18-53.el5

kernel-xen-devel-2.6.18-53.el5

kernel-headers-2.6.18-53.1.6.el5

kernel-xen-2.6.18-53.1.6.el5

kernel-xen-devel-2.6.18-53.1.6.el5

Link to comment
Share on other sites

Looks like only xen kernels are currently installed.

As a guess (and maybe not a good one, at that), you can try this:

yum install kernel-2.6.18-53.1.6

Link to comment
Share on other sites

Looks like only xen kernels are currently installed.

As a guess (and maybe not a good one, at that), you can try this:

yum install kernel-2.6.18-53.1.6

that worked, just had to add .el5 to the end.

ok im booted into the non xen kernel, one quick question:

what is the different between these kernels besides the obvious of one not having xen?

am i limited to anything? any benefits of me always working on the non xen kernel (except the use of vmware)

any disadvantages?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.