詳細 details
ホスト再起動後一発めはゲスト起動できるのに、ゲスト再起動時にゲストが立ち上がってこない。
デバイスリセットがかからないためではないかと推測し調べてみると、デバイスリセット方法を指定できるとのこと。
defaultで何になっているのかわからないが、d3d0
にしてみると動くようになった。
Although the guest can be started for the first time after rebooting the host, the guest does not start up when the guest is restarted.
I guessed the device reset did not take place and investigated about that, then I found the VMWare document how to specify the device reset method.
I don't know what the default is, but it works when I set it to d3d0
.
追記 P.S.
W9100でも有効な模様。
This tip seems to work with W9100 too.
解決法 Solution
以下の行を/var/vmware/passthru.map
に追加。
Add these lines to /var/vmware/passthru.map
.
# AMD FirePro W7100
1002 692b d3d0 false
1002 aad8 d3d0 false
注意 Notice
あなたの問題がこれで解決する保証はないです。
This information do not guarantee that you will be able to solve the problem you have.
References
VMware vSphere VMDirectPath I/O: Requirements for Platforms and Devices (2142307)