0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VMware でGPUのパススルー設定

Last updated at Posted at 2019-09-02

VMwareでGPUのPassthrough setting.

  1. ESXi6.5 ホストの設定
  2. ESXi6.5 仮想マシンの設定

ESXi6.5 ホストの設定

ホストの再起動が必要なので、始めにゲストOSを落としておくことを推奨します。

ホストの設定は[管理]-[Hardware]のタブに[Passthroughの切り替え]があるのでチェックして再起動
(画面がチカチカして押せない時は、気にせず何度も切り替えボタンを押すと有効になるよ。)
PT.png


ESXi6.5 仮想マシンの設定

設定の編集の中にある、構成の編集で1行追加しないと仮想マシン自体が起動しないことがある。
(私の環境だとQuadro4000は追加が必要で、QuadroRTX4000は不要でした。)
pciPassthru.use64bitMMIO="TRUE"

param.png
passthruMMIO.png

これでOK.

追記
駄目な時は、メモリの設定と起動オプションの設定も注意
メモリー設定の「すべてのゲストメモリを予約(すべてロック)」をチェック
PTmem.png

起動オプションのファームウェアはUEFIにする。
uefi.JPG

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?