VMware OS Disk Partition Size

From Doge Microsystems
Revision as of 17:06, 9 August 2024 by DogeMicrosystems (talk | contribs) (Created page with "VMware ESXi 7.0+ tends to create a 120GB+ partition for the 'OS' data and this is ridiculous on a system with say, 256GB of storage. To reduce this usage at install time: # W...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

VMware ESXi 7.0+ tends to create a 120GB+ partition for the 'OS' data and this is ridiculous on a system with say, 256GB of storage.

To reduce this usage at install time:

  1. When the installer loads go to boot options by pressing SHIFT+O
  2. Add the following option to the existing command: autoPartitionOSDataSize=8192
  3. Press enter to boot

Perform the installation as normal and the automatic partitioner will create a 8GB partition for the OS (of which ~60% will be used during install)