Felix Botner
2014-Jul-16 11:52 UTC
crash (BSOD) during installation of ejbpv_Vista2008x32_1.0.1100 on win7 professional sp1
Hi,
during installation of the gplpv driver (ejbpv_Vista2008x32_1.0.1100) on a
windows 7 professional (german) with SP1 the system crashes with a BSOD:
----------------------------------------------------------------------------
A problem has been detected and windows has been shut down to prevent damage
to your computer.
xenvbd.sys
PAGE_FAULT_NONPAGED_AREA
If this is the first time ...
Check to make sure any hardware ot software is properly installed ...
Technical information:
*** STOP: 0x00000050 (0x80000020,0x00000000,0x916E8FEB,0x00000000)
*** xenvbd.sys - Address 916E8FEB base at 916E6000, DateStamp 53bf8c02
...
----------------------------------------------------------------------------
The system is unbootable after the crash unless a system recovery is run.
Also tried 1.0.1089 and 1.0.1092, same result.
The installation of the debug package ejbpv_Vista2008x32_1.0.1100_debug works
fine (gplpv driver are successfully installed and set up). 64-Bit driver also
work (on my Win7 64-Bit DomU).
Dom0: linux-image-3.10.0-amd64 and Xen version 4.1.3
DomU Config:
<domain type='xen'>
<name>win7-xen</name>
<uuid>09a96cf9-4357-37c1-74f4-6ab0b2b86fae</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='variable' adjustment='10'
basis='localtime'>
<timer name='hpet' present='no'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
<disk type='file' device='disk'>
<driver name='tap2' type='aio'/>
<source file='/var/lib/libvirt/images/win7-de-x86-0.raw'/>
<target dev='hdb' bus='ide'/>
</disk>
<interface type='bridge'>
<mac address='00:16:3e:71:4d:e8'/>
<source bridge='eth0'/>
<script path='vif-bridge'/>
<model type='rtl8139'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'
listen='0.0.0.0' keymap='de'>
<listen type='address' address='0.0.0.0'/>
</graphics>
</devices>
</domain>
Any help appreciated.
Thanks,
Felix