How to Create a Rocky Linux Server Template in VMware - Manual

Rocky Linux Server Template creation for Home Lab

Step1: Create VM

In VMware workstation,

  1. Go to File -> Select New Virtual Mahine to create a VM
    img placeholder
  2. Select the custom(Advanced) anc click next. Leave the Typical (recommended) configuration option, if you choose not to play around.
    img placeholder
  3. Choose I will install operating system later and click Next
    img placeholder
  4. Set the Guest OS as Linux. Open the dropdown menu and choose Rocky Linux for the version. Click Next to proceed. and click Next
    img placeholder
  5. Provide the guest OS name (as you like) and installation location. Click Next to continue.
    img placeholder
  6. Specify the number of processors and number of processor cores.
    img placeholder
  7. Specify the memory size click Next to proceed.
    img placeholder
  8. Specify the network type size click Next to proceed.
    img placeholder
  9. Select LSI Logic as I/O Controller type and click Next to proceed.
    img placeholder
  10. Select the Disk Type click Next to proceed. I have selected NVMe. You can choose appropriate based on your environment
    img placeholder
  11. Select create a new virtual disk
    img placeholder
  12. Select Store virtual disk as single file and modify the disk size as 200GB. and click on Next
    img placeholder
  13. Click the Customize Hardware button, to modify any settings.
    img placeholder
    img placeholder

The final creation page allows customizing the hardware options for the virtual machine. Click the Customize Hardware button. And remove the printer, Sound card select the OS ISO Image etc.. non required devices

img placeholder
Once done with Customisation, click on Power On
img placeholder

Step2: Install Operating System

  1. Use the arrow keys and select Install Rocky Linux
    img placeholder
  2. Choose the Keyboard Layout and click on continue
    img placeholder
  3. Select the Time Zone and Date as per your requirement
    img placeholder
  4. Choose installation destination to create Linux File System and select custom Storage Cofiguration
    img placeholder
  5. Modfy the partition sizes as required
    img placeholder
    img placeholder
    img placeholder
  6. Enter Strong Password for root user account. You can also create other user accounts
    img placeholder
  7. Select Minimal Install as software selection
    img placeholder
  8. Enable the network connection
    img placeholder
  9. Click on Begin Installation to proceed with the installation
    img placeholder
  10. After completion of installation, click on Reboot System
  11. Login to the server using root credentials and install open-vm-tools packages
1dnf install open-vm-tools -y

img placeholder

Watch the video on How to create a Rocky Linux Server template in VMware workstation