LoginSignup
0
0

More than 1 year has passed since last update.

ESXi 6.7 に realtek NIC のドライバを追加する

Posted at

realtek NIC のPCにインストールするためにカスタムISOイメージを作成してインストールする手順ではなく、すでにインストールして起動してるESXi にドライバを追加する手順のメモ。

  1. ドライバダウンロード
    https://vibsdepot.v-front.de/wiki/index.php/Net55-r8168 からドライバをダウンロード。

  2. scp で ESXi に転送
    $ scp net55-r8168-8.045a-napi-offline_bundle.zip root@192.168.1.20:/vmfs/volumes/datastore1

  3. ESXi に root でログイン

  4. 先に、コミュニティのドライバを適用できるように設定。

    [root@esxi-2:/vmfs/volumes] esxcli software acceptance set --level=CommunitySupported
    Host acceptance level changed to 'CommunitySupported'.

  5. ドライバインストール

    [root@esxi-2:/vmfs/volumes] esxcli software vib install -d /vmfs/volumes/datastore1/net55-r8168-8.045a-napi-offline_bundle.zip
    Installation Result
    Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
    Reboot Required: true
    VIBs Installed: Realtek_bootbank_net55-r8168_8.045a-napi
    VIBs Removed:
    VIBs Skipped:

無事に入ったら再起動。

問題なければ realtek NIC が認識しているはず。

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