0
votes
0answers
199 views

Install Xen Hypervisor from Source on Ubuntu 10.04 server

I'm trying to install Xen Hypervisor 4.2.1 from source on a server running Ubuntu 10.04 server (on which I connect via ssh). I compiled successfully but I can't find out how to configure grub ...
0
votes
1answer
558 views

How to limit xen dom0 RAM to a certain amount?

How to limit xen dom0 RAM to a certain amount? When there was grub1 and a grub.cfg, I knew how, just add to the kernel options there. Now I have no clue. I have tried setting ...
1
vote
3answers
1k views

How change what kernel boots Ubuntu XEN VPS?

I have a VPS running Ubuntu server 12.04. A while ago, my host installed an alternative kernel (one of Amazon's EC2 kernels) to fix a boot issue I was having. Now, 2 Ubuntu releases later, this kernel ...
0
votes
1answer
761 views

XEN 4.1 missing from the Grub Menu

I installed Xen with following Commands. apt-get install xen-hypervisor-4.1-i386 apt-get install xen-utils-4.1 apt-get install xenwatch apt-get install xen-tools apt-get install xen-utils-common ...
2
votes
2answers
2k views

How to set Grub to automatically load Xen kernel

How do you configure Grub to automatically use the Xen kernel under Ubuntu 11.10? No matter what I do, it loads the first menuentry. The only way I can get it to load Xen is to manually select the ...
3
votes
1answer
734 views

Xen 4.0.1 not booting with device not found error

I'm trying to get Xen 4.0.1 run as dom0 on a fresh/clean install of 10.10 desktop (x64). Followed the step by step tutorial at http://wiki.xensource.com/xenwiki/Xen4.0 I have the pvops kernel in ...