|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] HVM WinXP dom crash
--- sending again-- (seems did not reach the list last time) Hi Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug).
When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
Any ideas on getting this to work ? Do I need to change some bios setting ? Please see details below. Thanks /Jd
OS : ----- Linux 2.6.17-1.2187_FC5xen0 #1 SMP Mon Sep 11 02:05:21 EDT 2006 i686 athlon i386 GNU/Linux Xen : ----- xen-3.0.2-3.FC5
------ config ------ import os, re arch =
os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 500 name = "WinXP" vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'phy:/dev/VG_PL1/winxp,ioemu:hda,w' ] device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' cdrom='/dev/hda' boot='d' sdl=1 vnc=0 vncviewer=0 stdvga=0 serial='pty' ne2000=0 ---------------------------
xm dmesg ======= bunch of lines... similar to below line....
(XEN) (file=traps.c, line=1385) Domain attempted WRMSR c0010041 from 00000001:00000e0e to 00000190:00010e02. (XEN) (file=traps.c, line=1385) Domain attempted WRMSR c0010041 from 00000001:00000e0e to 00000190:00010e02.
and then...
(XEN) (file=hvm.c, line=196) Allocated port 4 for hvm. (XEN) (GUEST: 1) HVM Loader (XEN) (GUEST: 1) Loading ROMBIOS ... (XEN)
(GUEST: 1) Loading Cirrus VGABIOS ... (XEN) (GUEST: 1) SVM go ... (XEN) (file=hvm.c, line=385) HVM vcpu 1:0 did a bad hypercall 1480936960. (XEN) (GUEST: 1) Failed to invoke ROMBIOS (XEN) Guest shutdown exit (XEN) domain_crash_sync called from svm.c:2999 (XEN) Domain 1 (vcpu#0) crashed on cpu#0: (XEN) ----[ Xen-3.0-unstable Not tainted ]---- (XEN) CPU: 0 (XEN) EIP: 0000:[<00100039>] (XEN) EFLAGS: 00000246 CONTEXT: hvm (XEN) eax: 00000000 ebx: 00000000 ecx: 00129ae8 edx: 000000e9 (XEN) esi: 00000000 edi: 00000000 ebp: 00129ae8 esp: 00129ae8 (XEN) cr0: 0005003b cr3: 00000000 (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: 0000 cs: 0000 ==
How low will we go? Check out Yahoo!
Messenger?s low PC-to-Phone call rates.
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min._______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] HVM WinXP dom crash,
jdsw <=
|
|
|
|
|