LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   XEN: paravirtualized kubuntu in openSUSE 11.2 (https://www.linuxquestions.org/questions/suse-opensuse-60/xen-paravirtualized-kubuntu-in-opensuse-11-2-a-781490/)

vrmartin2 01-11-2010 10:58 AM

XEN: paravirtualized kubuntu in openSUSE 11.2
 
I'm new to XEN, but I have a great book ("The Book of XEN") which is helping me get started. I have learned to use "virt-manager" to create a new VM, I have my dom0 running, and I want to add a domU, and I want it to be Kubuntu 9.10. But every attempt to use a Kubuntu install CD results in "not bootable" errors for the install disk. I have booted from the CD, so I know it's not corrupt.

I also tried using "xm" manually to create the vm with the following configuration with the same result as in virt-manager:

name = "mx8711kbu"
maxmem = 768
memory = 768
vcpus = 1
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ ]
disk = [ 'phy:/home/xen/domains/mx8711kbu/disk0.img,ioemu:hda,w','file:/home/xen/domains/mx8711kbu/kubuntu-9.10-desktop-i386.iso,ioemu:hdc:cdrom,r' ]
vif = [ "mac=00:E0:B8:BF:D4:29,bridge=br0" ]

Am I stuck, or is there a way to do this? I do not have hardware virtualization?. That's not an option. I did a lot of searching on the web without much luck before posting this. I know this is not a new problem. I've found references to it.

Thanks in advance of any and all help or questions that my get me unstuck.

dbaxps 01-11-2010 03:38 PM

Re: XEN: paravirtualized kubuntu in openSUSE 11.2
 
View:-

http://lxer.com/module/newswire/view/129286/index.html

If vm-install would be able to install Karmic HVM it would work on
openSUSE 11.2 with 2.6.31.8-xen kernel
It would also work at Xen 3.4.2 & Libvirt 0.7.1-15 Dom0 on top of F12
with pvops or xenified kernel installed to support Dom0.

vrmartin2 01-11-2010 07:21 PM

Thanks. I will look into this. It may take me a few days now that the work week has started. But if it uses hardware virtualization, none of my processors support this. Next time around, I'm going to make sure I buy pcs that do.

dbaxps 01-12-2010 02:50 AM

Quote:

Originally Posted by vrmartin2 (Post 3823112)
Thanks. I will look into this. It may take me a few days now that the work week has started. But if it uses hardware virtualization, none of my processors support this. Next time around, I'm going to make sure I buy pcs that do.

Yes, HVM requires VT on Intel. The other option find on the Net Suse's
debootstrap.rpm and install debootstrap.


All times are GMT -5. The time now is 05:40 AM.