Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Last active June 21, 2019 19:30
Show Gist options
  • Save abdulhadad/98ad2463b68580cfff3ee45fbdc72a32 to your computer and use it in GitHub Desktop.
Save abdulhadad/98ad2463b68580cfff3ee45fbdc72a32 to your computer and use it in GitHub Desktop.
Catatan VMWare untuk kondisi tertentu

Catatan VMWare untuk kondisi tertentu

Nested Virtualization

  • Contoh, Hyper-V pada Windows 8.1 di VMWare
  • Ubah konfigurasi processor ke virtualize VT-x
  • Ubah VMX
hypervisor.cpuid.v0 = "FALSE"

Mode boot UEFI

  • Ubah VMX
firmware = "efi"

Mode disk dengan UUID

  • Ubah VMX
disk.EnableUUID = "TRUE"

Disable time update

  • Ubah VMX
tools.syncTime = "FALSE"
time.synchronize.continue = "FALSE"
time.synchronize.restore = "FALSE"
time.synchronize.resume.disk = "FALSE"
time.synchronize.shrink = "FALSE"
time.synchronize.tools.startup = "FALSE"
time.synchronize.tools.enable = "FALSE"
time.synchronize.resume.host = "FALSE"

Bios boot delay

  • Ubah VMX. Satuan delay dalam miliseken
bios.bootdelay = 5000

Referensi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment