Skip to content

Instantly share code, notes, and snippets.

@KobayashiRui
Last active October 10, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KobayashiRui/a2b6ba91af7ccdee84ad518ebfa1fda8 to your computer and use it in GitHub Desktop.
Save KobayashiRui/a2b6ba91af7ccdee84ad518ebfa1fda8 to your computer and use it in GitHub Desktop.
Vmwareであったトラブルの対処

ロックファイルの関係でパワーオンできない

指定されたVirtualMachinesのファイル内にある

  • ~.vmem.lck
  • ~.vmdk.lck という拡張子が.lckのファイルを削除する

起動時にpiix4_smbus周りでエラーを言われる

/etc/modprobe.d/blacklist.conf
blacklist i2c_piix4 を追加する
その後 update-initramfs -u -k allを実行する

vmwaretoolsについて

現在はVMware Toolsをインストールするのではなく
open-vm-toolsを使用する

インストール方法

  1. sudo apt install open-vm-tools
  2. sudo apt install open-vm-tools-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment