|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Install Windows XP Pro with GPLV drivers.
Hello,
i want to try to use GLPV drivers for the first time. So i do that :
1/ install Windows XP on my Debian Etch amd64 with this configuration file :
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 = '512'
name = "xp2"
vcpus=1
pae=1
acpi=1
apic=1
vif = [ 'type=ioemu, bridge=xenbr2' ]
disk = [ 'phy:/dev/xen_disk/xp2,hda,w',
'file:/isos/xp-sp1.iso,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="dc"
sdl=0
vnc=1
vncdisplay=1
vncunused=0
vncconsole=0
vncpasswd=''
stdvga=0
usb=1
usbdevice='tablet'
keymap='fr'
2/ i download the
http://www.meadowcourt.org/downloads/WindowsXenPV-0.9.1.zip
3/ i unzip it and double click on install.bat
4/ i change my boot.ini
But when i reboot, i found a yellow '!' on my : Xen Net Device Drivers
/ Xen vfb device #0 / Xen console device #0
But Xen Block DEvice Drivers works. What is wrong ?
Thanks
--
''~``
( o o )
+------------------.oooO--(_)--Oooo.---------------------+
| Guillaume Chéramy - Guidtz |
| E-Mail : guillaume.cheramy@xxxxxxxxx |
| ( ) |
+---------------------\ (----( )-----------------------+
\_) ) /
(_/
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Install Windows XP Pro with GPLV drivers.,
CHERAMY Guillaume <=
|
|
|
|
|