[Fedora-xen] Installing winXP using XM config file

Ranganathan, Shobha shobha.ranganathan at intel.com
Fri Nov 3 19:26:14 UTC 2006


See if this works with vnc=0. You have it set to 1 in your config file

I had a similar problem with FC5 guest.

Regards
Shobha Ranganathan
"The significant challenges we face cannot be resolved at the same level
of thinking we were at when we created them." Albert Einstein
 

-----Original Message-----
From: fedora-xen-bounces at redhat.com
[mailto:fedora-xen-bounces at redhat.com] On Behalf Of Behpoornia, Kamal
Sent: Friday, November 03, 2006 11:22 AM
To: fedora-xen at redhat.com
Subject: [Fedora-xen] Installing winXP using XM config file


I have created a config file for installing WinXP as a VM. See listing
at the end. 

I am not able to install WinXP.


Here's what happens:

1- I have created my config file
2- I copy the WinXP ISO image to /tmp
3- I issue "xm create myconfig" ==> domain starts. Nothing else comes up
on the screen. 
4- I issue "xm list" and I see my new VM listed, but the status is 'b'
for blocked.

However, if I set the boot param in the config file to "d" and issue
"create" the domain starts.
The status is 'r' but still nothing else happens.

Can someone help please?

Thank you,
- Kamal

******** content of my Config file *****************
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

name = "Windows_XP"
builder = "hvm"
memory = "500"
disk = [ 'phy:/dev/VG_Guests/WinXP,hda,w', ]
vif = [ 'type=ioemu, bridge=xenbr0', ]
device_model = "/usr/lib/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
cdrom = "/tmp/WINXP.iso"
boot = "c"
sdl=1
stdvga=1
vnc=1

vcpus=1
serial = "pty" # enable serial console
on_reboot   = 'restart'
on_crash    = 'restart'

--
Fedora-xen mailing list
Fedora-xen at redhat.com
https://www.redhat.com/mailman/listinfo/fedora-xen




More information about the Fedora-xen mailing list