Dan VerWeire
2008-Apr-03 18:03 UTC
[Xen-users] GPL PV Drivers version 0.8.8 on Windows 2000
Hi James, I finally got an opportunity to test the drivers on Windows 2000 Server. I used the latest 0.8.8 version. After running install.bat, the device driver installation wizard reports XenEnum, XenNet, XenPCI, XenScsi, XenStub, XenVbd as ready to use. The installer doesn''t prompt me to reboot after installation. After reboot, nothing looks different. No additional network interface, no Xen stuff listed in device manager. I tried adding /gplpv to boot.ini to see if that would do anything and that didn''t help. I noticed that there are no xen*.sys drivers in /winnt/system32 or /winnt/system32/drivers. Please let me know what information I might be able to gather for you to help figure this out. Thank you, Dan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2008-Apr-09 10:03 UTC
[Xen-users] RE: GPL PV Drivers version 0.8.8 on Windows 2000
> I finally got an opportunity to test the drivers on Windows 2000Server. I> used the latest 0.8.8 version. > > After running install.bat, the device driver installation wizardreports> XenEnum, XenNet, XenPCI, XenScsi, XenStub, XenVbd as ready to use. The > installer doesn''t prompt me to reboot after installation. Afterreboot,> nothing looks different. No additional network interface, no Xen stuff > listed in device manager. I tried adding /gplpv to boot.ini to see ifthat> would do anything and that didn''t help. > > I noticed that there are no xen*.sys drivers in /winnt/system32 or > /winnt/system32/drivers.I guess the inf files might not be right for win2k... I don''t have any time at the moment to look into it, but basically go into each inf file, delete any line with ''amd64'' in it, and section with ''amd64'' in the square brackets, and remove ''x86'' from any line that has it, and the preceding ''.'' if any, so "%XenGplPv%=XenGplPv,NTx86" becomes "%XenGplPv%=XenGplPv,NT" and "SourceDisksNames.x86" becomes "SourceDisksNames". Let me know if you are successful, and I''ll attempt to make a .inf file that ''just works'' for everything :0 Thanks James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Georg Fleckenstein
2008-Apr-10 20:56 UTC
Re: [Xen-users] RE: GPL PV Drivers version 0.8.8 on Windows 2000
James Harper schrieb:>> I finally got an opportunity to test the drivers on Windows 2000 > Server. I >> used the latest 0.8.8 version. >> >> After running install.bat, the device driver installation wizard > reports >> XenEnum, XenNet, XenPCI, XenScsi, XenStub, XenVbd as ready to use. The >> installer doesn''t prompt me to reboot after installation. After > reboot, >> nothing looks different. No additional network interface, no Xen stuff >> listed in device manager. I tried adding /gplpv to boot.ini to see if > that >> would do anything and that didn''t help. >> >> I noticed that there are no xen*.sys drivers in /winnt/system32 or >> /winnt/system32/drivers. > > I guess the inf files might not be right for win2k... > > I don''t have any time at the moment to look into it, but basically go > into each inf file, delete any line with ''amd64'' in it, and section with > ''amd64'' in the square brackets, and remove ''x86'' from any line that has > it, and the preceding ''.'' if any, so "%XenGplPv%=XenGplPv,NTx86" becomes > "%XenGplPv%=XenGplPv,NT" and "SourceDisksNames.x86" becomes > "SourceDisksNames". > > Let me know if you are successful, and I''ll attempt to make a .inf file > that ''just works'' for everything :0 >I tested with German Windows 2000 Server , Sp4 included. I had the same problem. No xen- drivers in /winnt/system32, only xenroll.dll. In c:\winnt\system32\DRVSTORE are some subdirectories like xenenum_A0D29A..... and the xen*.inf and xen*.sys. I changed INF-Files as requested and tried it again. Same as above. I deleted above files and subdirectories and reboot the HVM, installed again. I remembered an errormessage like "Missing mscore*.dll" during installation of shutdownmonitor, so I installed dotnet-framework vers 2. After reboot I installed pv-drivers again. .. reboot.. Now the service "Xen Shutdown Monitor Service" is installed, but nothing else. Thanks Georg _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users