|
|
|
|
|
|
|
|
|
|
xen-devel
RE: Re[Xen-devel] lease 0.8.4 of GPL PV Drivers for Windows
jamesshirley wrote:
>
> James,
>
> 12. Will re-run from the top to confirm its not a once off..
>
>
OK second run was slightly better:
I've restored the original (Pre PV) and done the following:
1. I didn't Install .dot net framework 2.0
2. I changed disk config to remove cdrom & ioemu:hda to hda:
import os, re
arch = os.uname()[4]
arch_libdir = 'lib'
kernel = '/usr/lib/xen/boot/hvmloader'
builder='hvm'
memory = 512
name = 'tcsxis03'
vcpus=1
cpus = "" # leave to Xen to pick
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = ['phy:/dev/VolGroup00/tcsxis03-c,hda,w']#,
'file:/fileshare/images/iso/w2003-r1.iso,hdc:cdrom,r']
on_crash='preserve'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot='c'
vnc=1
vnclisten="0.0.0.0"
vncunused=0
vncdisplay=6
ne2000=0
usbdevice='tablet'
localtime=1
3. An unknown PCI device which i couldn't find any drivers for with the
following details:
device id=PCI\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01\2&EBB567F&0&18
hardware id=PCI\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01
PCI\VEN_5853&DEV_0001&SUBSYS_00015853
PCI\VEN_5853&DEV_0001&CC_FF8000
PCI\VEN_5853&DEV_0001&CC_FF80
not sure if this is causing the PV drivers any probs
4. install 0.8.4, but got error about .dot 2. not installed..
4. I rebooted
all fine, no mention of new drivers activated.
5. I made the changes to c:\boot.ini & rebooted with /gplpv
This booted correctly,
Activating new devices,
When activating ethernet, i loose my xen ssh connection & re-login a few
seconds later
6. I reboot again as requested without /gplpv
7. Looks good, but I thought you only had to run the /gplpv once, so i
reboot again with /gplpv boot param
8. chkdsk d: & c: cancelled
9. login very slow
10. two disk drives again..
11. ignore system reboot message
12. The Intel(R) 82371SB PCI Bus
Master IDE Controller' Hardware ID are:
PCI\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00
PCI\VEN_8086&DEV_7010&SUBSYS_00015853
PCI\VEN_8086&DEV_7010&CC_010180
PCI\VEN_8086&DEV_7010&CC_0101
13. The Intel(R) 82371SB PCI Bus
Master IDE Controller' Compatible Ids are:
PCI\VEN_8086&DEV_7010&REV_00
PCI\VEN_8086&DEV_7010
PCI\VEN_8086&CC_010180
PCI\VEN_8086&CC_0101
PCI\VEN_8086
PCI\CC_010180
PCI\CC_0101
cheers,
James
--
View this message in context:
http://www.nabble.com/Release-0.8.4-of-GPL-PV-Drivers-for-Windows-tp15703201p15727183.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|