VMware ESXi and vSphere Cluster Management
How to Use Easy Install in VMware Player for Automated Guest OS Installation
Learn how to create a VMware Player virtual machine from an ISO, use Easy Install for unattended guest OS setup, configure storage, and verify VMware Tools.
VMware Player is desktop virtualization software that creates and runs virtual machines. A virtual machine is a software-defined computer with virtual hardware. The operating system running VMware Player is the host operating system; the operating system installed inside the virtual machine is the guest operating system.
Easy Install is VMware Player's unattended guest operating system installation feature. It collects setup information in the New Virtual Machine wizard and supplies that information to a supported installer. After the virtual machine starts, the guest operating system can usually install with little or no interaction.
What You Need Before Starting
- VMware Player installed on the host computer.
- A valid, bootable guest operating system ISO image or installer disc.
- A guest operating system version that VMware Player can identify and support for Easy Install.
- Enough free host storage for the virtual machine files, the virtual disk, updates, applications, and user data.
- Any product key or license information required by the guest operating system.
An ISO image is a disc-image file commonly used as bootable operating system installation media. Use a legitimate installer obtained from the operating system provider. The ISO should be complete, bootable, and appropriate for the guest operating system version you intend to install.
Start the New Virtual Machine Wizard
- Open VMware Player.
- Open the Player menu.
- Choose File, then New Virtual Machine.
Player > File > New Virtual Machine
The New Virtual Machine wizard is the workflow for configuring installation media, guest details, the virtual machine name, its storage location, and virtual disk settings.
Select the Guest Installation Media
- Choose Installer disc image file (ISO).
- Browse to the downloaded or prepared ISO file.
- Select the ISO and continue.
- Review the operating system version detected by VMware Player.
- Confirm that the wizard indicates Easy Install will be used.
The detection result is important. VMware Player uses information from the installer media to determine whether it can automate the installation. If the displayed operating system does not match the ISO, or if Easy Install is not offered, do not assume that unattended installation will work correctly.
Provide Easy Install Information
The wizard next requests the information needed by the unattended installation process. Exact fields vary by guest operating system.
- Product key: Enter the license or activation key when the selected operating system requires one.
- Username: Set the initial guest operating system account name.
- Password: Set the password requested by the wizard. Use a strong password and store it securely.
These values are passed into the guest installer rather than being used only as notes in VMware Player. Record the credentials securely because you will need them when signing in to the completed guest system.
Name and Locate the Virtual Machine
Choose a descriptive virtual machine name, such as Windows-Lab or Linux-Test. This display name helps you identify the VM in VMware Player; it does not define the guest operating system account.
Select a host-system folder for the virtual machine files. The location should:
- Have sufficient free storage.
- Be suitable for ongoing VM use rather than a temporary download folder.
- Be accessible to your host user account.
- Have enough capacity for the guest operating system, updates, applications, snapshots or related files, and user data if those features are used.
Configure the Virtual Disk
A virtual disk is a file or set of files on the host that appears as a hard drive to the guest operating system. Choose a maximum disk size based on the guest operating system, applications, updates, and expected user data.
The maximum size is the virtual disk capacity available to the guest. It is not a recommendation to allocate all host storage without checking available space. A dynamically growing disk may use less host storage initially, but it can grow as the guest writes data.
The wizard also lets you choose how the virtual disk is stored:
- Single file: Stores the virtual disk as one large file.
- Split into multiple files: Stores the virtual disk as several smaller files. This can make copying or moving a VM to another computer or storage device more convenient.
| Choice | How files are stored | Advantages | Considerations | Best use case |
|---|---|---|---|---|
| Single virtual disk file | One large virtual disk file | Simple file layout | The file may be inconvenient to copy to storage with file-size limits or poor large-file handling | A VM that stays on one host with suitable storage |
| Split virtual disk | Several smaller files | Can simplify copying or moving the VM | More files must remain together; do not delete individual pieces | Portable lab VMs and transfers between computers or storage devices |
Easy Install Workflow and User Inputs
| Wizard stage | User action | Information or setting required | Expected result |
|---|---|---|---|
| Launch wizard | Choose Player > File > New Virtual Machine | None | VM creation wizard opens |
| Select media | Choose Installer disc image file (ISO) and browse to the ISO | Bootable installer ISO | VMware Player analyzes the installer |
| Check detection | Review the detected guest OS and Easy Install indication | Supported OS and recognized media | Easy Install is offered when supported |
| Enter guest details | Supply requested installation information | Product key, username, and password as applicable | Values are prepared for unattended setup |
| Name and location | Choose the VM name and host folder | Descriptive name and adequate storage | VM files have a defined location |
| Configure disk | Set capacity and choose single or split files | Disk size and storage format | Virtual disk configuration is prepared |
| Finish | Complete the wizard and power on the VM | Final configuration choices | Guest OS installation begins |
Complete the Automated Installation
- Finish the wizard to create the virtual machine.
- Power on the VM.
- Allow Easy Install to perform the guest operating system setup.
- Expect one or more restarts during installation.
- Do not interrupt the process unless the installer reports an error or VMware Player requires action.
- Wait for the guest operating system installation and the VMware Tools installation to complete.
During an Easy Install, normal installer prompts are handled automatically when the guest installer supports the supplied settings. VMware Tools is installed after the guest operating system installation completes. VMware Tools is guest-side software that improves virtual-machine integration and performance-related capabilities.
Practical Example: Create a Supported Windows VM from an ISO
- Open VMware Player and choose Player > File > New Virtual Machine.
- Select Installer disc image file (ISO) and choose the Windows installer ISO.
- Verify that VMware Player identifies the expected Windows version and indicates that Easy Install will be used.
- Enter the required product key, guest username, and password.
- Give the VM a descriptive name, such as
Windows-Lab, and select a host folder with adequate free space. - Choose a virtual disk size that allows room for Windows, updates, applications, and lab data.
- Choose a single disk file or select Split virtual disk into multiple files if easier copying is important.
- Complete the wizard, power on the VM, and allow setup, restarts, and VMware Tools installation to finish.
- Sign in with the account information supplied during Easy Install.
Verify the Completed Installation
- Confirm that the guest operating system reaches its normal login screen or desktop environment.
- Sign in using the Easy Install account credentials.
- Check for VMware Tools functionality, including improved mouse integration, display support, and guest-host interaction features when supported by the guest system.
- Confirm that the virtual disk and other VM files exist in the selected host location.
- Check the guest's available disk capacity and install any required updates according to your normal maintenance process.
Virtual Disk Storage Choices
| Choice | How files are stored | Advantages | Considerations | Best use case |
|---|---|---|---|---|
| Single file | The disk is represented by one large host file | Fewer files to manage | Large-file copying and storage support may matter | A VM maintained on a fixed host |
| Split into multiple files | The disk is divided among multiple host files | Often more convenient to copy or move | All parts are required and must stay together | VMs moved between computers or external storage |
When to Use Manual Installation Instead
Manual installation is appropriate when the wizard does not detect Easy Install support or when you need more control over the guest setup.
- The operating system or edition is unsupported.
- The ISO is a specialized, customized, or nonstandard installer image.
- You need custom partitioning or storage layouts.
- You need to make installation choices that Easy Install cannot represent.
- The installer requires interactive decisions that cannot be automated.
With manual installation, create the VM using the ISO and complete the guest installer interactively. VMware Tools may need to be installed separately after the operating system is installed.
| Installation method | Best for | User interaction | VMware Tools behavior | Limitations |
|---|---|---|---|---|
| Easy Install | Supported standard Windows or Linux installation media | Most setup fields are supplied before first boot | Installed after the guest OS installation when supported | Not available for every OS, edition, or customized ISO |
| Manual installation | Unsupported media, custom partitioning, or detailed setup control | Installer screens are completed by the user | May require separate installation | Takes longer and requires more installer knowledge |
Troubleshooting Easy Install
Easy Install Is Not Offered
Possible causes include an unsupported guest operating system or edition, an ISO that VMware Player cannot recognize, a nonstandard bootable image, or incomplete or corrupted installation media.
- Confirm that the ISO is valid and bootable.
- Try a standard installer ISO for an operating system supported by VMware Player.
- Check that the selected media matches the operating system version displayed by the wizard.
- Create the VM with manual installation if Easy Install remains unavailable.
The Installer Requests Information You Expected to Be Automated
Some installers do not support every unattended setting. The product key, username, or password may also be missing or invalid, or the ISO may differ from the version VMware Player detected.
- Complete the requested installer screen manually.
- Review the Easy Install fields and recreate the VM if necessary.
- Use installation media that matches the detected operating system version.
The VM Cannot Be Created or Runs Out of Host Storage
The selected VM location may not have enough free space, or the virtual disk capacity may be unsuitable for the host.
- Choose a host location with adequate free space.
- Review the virtual disk size before creating the VM.
- Reserve room for the guest OS, updates, applications, and user files.
- Remember that split disk files improve portability but do not reduce the total capacity required by the virtual disk.
VMware Tools Features Do Not Appear
The Tools installation may still be running, the guest OS may need a restart, or the guest configuration may require manual installation.
- Wait for the complete installation process to finish.
- Restart the guest if prompted.
- Check the guest operating system for VMware Tools installation status.
- Install VMware Tools manually if automatic installation did not occur.
Key Points
- Easy Install automates supported guest operating system installations by using details collected in the VM creation wizard.
- Always verify both the detected operating system and the indication that Easy Install will be used.
- Choose the VM location and virtual disk capacity with future updates, software, and data in mind.
- Split virtual disk files can make copying a VM more convenient, but every split file must remain together.
- Allow guest installation, restarts, and VMware Tools setup to complete before testing the new VM.
- Use manual installation when Easy Install is unavailable or when custom control is required.
For the complete procedure, return to Easy Install in VMware Player.