I received a (VmPlayer) guest.vmdk file which I converted to a .img format with the following command : qemu-img convert guest.vmdk -O raw guest.img.
Within Xen I create a new VM as Ubuntu (as FreeBSD is not listed). I set up the memory, disk, NIC etc and then start the VM. The VM starts to boot and then after a few seconds I get the following error:
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x0
fault code = supervisor read instruction, page not present
instruction pointer = 0x8:0x0
stack pointer = 0x10:0xffffffff80e5ec10
frame pointer = 0x10:0xffffffff80e5ec80
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current processors = 0 (swapper)
[thread pid 0 tid 100000]
stopped at 0: *** error reading from address ***
db >
This same application runs perfectly on a Windows VmPlayer version 5.02
Any help in getting this VM within the SuSE Xen to work will be much appreciated.
I set up the VM in Full Virtulization.
Below is file from /etc/xen/vm/
name=“be1”
description=""
uuid=“c986595a-c073-494f-100d-1ba0469db3d5”
memory=4096
maxmem=4096
vcpus=1
on_poweroff=“destroy”
on_reboot=“restart”
on_crash=“destroy”
localtime=0
keymap=“en-us”