|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen on Debian amd64 + Windows XP 32-bit
> i am trying to setup on a remote (ssh) Debian Etch
> amd64 system a Windows XP 32-bit domain. I have used
> the default packages provided by the Debian
> repository.
> "hvm" seems to be enabled on my AM2 Dual Core ASUS M2V
> system.
> The config file is the following:
> ----------------------------------------
> kernel = "/usr/lib/xen/boot/hvmloader"
> builder='hvm'
> memory = 512
> name = "winxp"
> disk = [ 'phy:xendoms/winxp,ioemu:hda,w' ]
> #vif = [ 'type=ioemu, bridge=xenbr0' ]
> device_model = '/usr/lib/xen/bin/qemu-dm'
> memmap = '/usr/lib/xen/boot/mem-map.sxp'
> cdrom='/vservers/home/shared/winxp.iso'
> boot='d'
> sdl=1
> vnc=0
> acpi=1
> apic=1
> ----------------------------------------
>
> When i do "xm create winxp", i get a white window at
> the beggining, then the qemu window and then the
> domain terminates. Unfortunately, the qemu window
> appears for much less than a second and it is not
> possible to provide any information about it.
> Any ideas?
The cdrom= syntax is deprecated, though I'm not sure that's actually the cause
of your problem.
Instead you should have your disk line look something like:
disk =
[ 'phy:xendoms/winxp,hda,w', 'file:/vservers/home/shared/winxp.iso,hdc:cdrom,r'
]
AFAIK it's nolonger necessary to put "ioemu" into the device name, so I've
omitted it here.
Cheers,
Mark
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|