When passing a 3T volume to a Windows 2008 guest using virtio drivers, the guest is unable to properly initialize the drive.
Windows logs the following error:
VDS fails to write boot code on a disk during clean operation. Error code: 80070013@02070008
It works correctly when using IDE emulation.
This occurs with self built drivers from a checkout on Dec. 8
Host:
Xeon 5130
Volumes are attached via iSCSI
Guest:
Windows 2008R2 64bit
kvm -smp 2 -m 2000 -name p3hq-share01 -drive file=/dev/mapper/SPIVOT3__RAIGE_VOLUME600176c3547ddd11a18e92c748d535e6,cache=none -drive file=/dev/mapper/SPIVOT3_RAIGE_VOLUME_600176c3851660644b72bd9548d535e6,cache=none,if=virtio -net nic,macaddr=52:54:00:41:86:28,vlan=0,model=virtio -net tap,vlan=0,script=/etc/kvm/kvm-ifup -usb -vnc :0 -vga std -daemonize
Make sure you have the latest virtio-win drivers from:
http://www.linux-kvm.com/content/latest-windows-virtio-drivers
If this still fails, please open a bug in launchpad.
Thanks,
Jes
No reply to suggestion of 2010-11-26, so assuming fixed.
i have a similar error 日志名称: System
来源: Virtual Disk Service
日期: 2020/10/27 14:39:01
事件 ID: 10
任务类别: 无
级别: 错误
关键字: 经典
用户: 暂缺
计算机: WIN-K68607NFOVC
描述:
VDS 在清除操作时无法在磁盘上写入启动代码。错误代码: 80070013@02070008
事件 Xml:
<event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<system>
<provider name="Virtual Disk Service">
<eventid qualifiers="49664">10</eventid>
<level>2</level>
<task>0</task>
<keywords>0x80000000000000</keywords>
<timecreated systemtime="2020-10-27T06:39:01.629482400Z">
<eventrecordid>753</eventrecordid>
<channel>System</channel>
<computer>WIN-K68607NFOVC</computer>
<security>
</security></timecreated></provider></system>
<eventdata>
<data>80070013@02070008</data>
</eventdata>
</event>