VMware OS Disk Partition Size
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...")
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:
- When the installer loads go to boot options by pressing SHIFT+O
- Add the following option to the existing command:
autoPartitionOSDataSize=8192
- 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)