|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Errors installing WinXP with Xen 3.0.3
After some tests, I figured it out. Here is my domU config file:
==========================================================
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
name = "WinXP"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/xvm/winxp.img,ioemu:hda,w',
'file:/opt/iso/winxp.iso,hdc:cdrom,r' ]
on_poweroff = 'destroy'
on_reboot = 'destroy'
on_crash = 'destroy'
device_model = '/usr/lib/xen/bin/qemu-dm'
boot='d'
sdl=1
vnc=0
vncviewer=0
===========================================================
Simon
Ulrich Windl wrote:
> On 27 Oct 2006 at 19:31, Eric Benton wrote:
>
>
>> Hi,
>>
>> You'll have to move the cdrom line to the disk array in your config file.
>> It is documented in the user manual.
>>
>> Eric
>>
>
> BTW: When checking for a revised manual on Friday, I just found the old one I
> have
> already. I also tried to find out details about the new features in 3.0.3,
> but I
> also failed. Where are users supposed to look at?
>
> Regards,
> Ulrich
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-users] Errors installing WinXP with Xen 3.0.3,
Simon Gao <=
|
|
|
|
|