CHERAMY Guillaume
2008-May-25 09:12 UTC
[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@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2008-May-25 09:44 UTC
RE: [Xen-users] Install Windows XP Pro with GPLV drivers.
> 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 DeviceDrivers> / Xen vfb device #0 / Xen console device #0 > > But Xen Block DEvice Drivers works. What is wrong ? >You are the 3rd or 4th person to report a problem with the network drivers. For those people it seems to have been solved by just reinstalling the driver for xennet, but obviously something strange is going on. Maybe it''s something to do with the order in which install.bat installs... When you right click on the network card, what error is given? Can you just try doing an ''update drivers'' and just reinstall the same driver again? Let me know how it turns out. thanks James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-May-25 10:15 UTC
Re: [Xen-users] Install Windows XP Pro with GPLV drivers.
James Harper a écrit :>> 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 ? >> >> > > You are the 3rd or 4th person to report a problem with the network > drivers. For those people it seems to have been solved by just > reinstalling the driver for xennet, but obviously something strange is > going on. Maybe it''s something to do with the order in which install.bat > installs... > > When you right click on the network card, what error is given? > >In french in the text : "Windows ne peut charger le pilote de périphérique de ce matériel. Ce pilote est peut être endommagé ou absent (Code 39)" In bad translate : "Windows can''t load the drivers for this hardware. This drivers is perhaps broken or busy (code 39)".> Can you just try doing an ''update drivers'' and just reinstall the same > driver again? Let me know how it turns out. >I ''update drivers'' with the same drivers i have the ''code 10 error this drivers can''t boot''> thanks > > James > > >Thanks -- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2008-May-25 10:16 UTC
RE: [Xen-users] Install Windows XP Pro with GPLV drivers.
> In french in the text : > "Windows ne peut charger le pilote de périphérique de ce matériel. Ce > pilote est peut être endommagé ou absent (Code 39)" > In bad translate : > "Windows can''t load the drivers for this hardware. This drivers is > perhaps broken or busy (code 39)".That''s what the others have reported, and I think I saw it once too.> > Can you just try doing an ''update drivers'' and just reinstall the same > > driver again? Let me know how it turns out. > > > I ''update drivers'' with the same drivers i have the ''code 10 error this > drivers can''t boot''That is the error you would get if you _hadn''t_ specified /gplpv and so xenhide had disabled them. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-May-25 15:10 UTC
Re: [Xen-users] Install Windows XP Pro with GPLV drivers.
I done a clean install of XP and drivers, and now they works fine. Thanks for you work and your help James Harper a écrit :>> In french in the text : >> "Windows ne peut charger le pilote de périphérique de ce matériel. Ce >> pilote est peut être endommagé ou absent (Code 39)" >> In bad translate : >> "Windows can''t load the drivers for this hardware. This drivers is >> perhaps broken or busy (code 39)". >> > > That''s what the others have reported, and I think I saw it once too. > > >>> Can you just try doing an ''update drivers'' and just reinstall the same >>> driver again? Let me know how it turns out. >>> >>> >> I ''update drivers'' with the same drivers i have the ''code 10 error this >> drivers can''t boot'' >> > > That is the error you would get if you _hadn''t_ specified /gplpv and so xenhide had disabled them. > > James > >-- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users