WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Install Windows XP Pro with GPLV drivers.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Install Windows XP Pro with GPLV drivers.
From: CHERAMY Guillaume <guillaume.cheramy@xxxxxxxxx>
Date: Sun, 25 May 2008 11:12:58 +0200
Delivery-date: Sun, 25 May 2008 02:13:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=f9jpjEge5Jvb51/5Uvh/8ErIT9yEhYAAiNKKpPUm3sI=; b=oEnE8Q4mVqNx+EdOujtq9nEr2ewowkg0TE7pq7WbdB4ADf/nk4Y0ekaruyYF5qHKT0EEF8zC49jU1an0B92QH2XZIMDb38A1AoPRp6ssdENUoPlyQcS13mvC96hjdwnVDtkbRlnRfPi2Z2i5RNDt355/G9c8UY1eJzhdLPCfjvI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=qmx4FDs+BULezQ52H2vPjzZ7LulE2VNbbAbBOGQ8wdiZA/AFdTL0ygbt5DPf4cr2Teh+rTVYgW2SQLxLQSedhpYAohOC/YJ3CmnJqw08At2ktt5I62nZAUXOpMbmPQfHCmkn74BI1HrisRrC3mDQr3YG6QUsMzG5TBHdM7Q5DqE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080502)
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>