Step-by-Step Guide: Installing RHEL 9.5 on VMware Workstation
Hi there! I'm Dinesh, a passionate Cloud and DevOps enthusiast. I love to dive into the latest new technologies and sharing my journey through blog.
To install RHEL 9.5 (Red Hat Enterprise Linux) in VMware Workstation or VMware Player on your laptop, follow these step-by-step instructions:
✅ Prerequisites
VMware Workstation/Player installed on your laptop.
RHEL 9.5 ISO file – Download from Red Hat website
- You’ll need to create a Red Hat account (free) to download.
🔧 Steps to Install RHEL 9.5 in VMware
Step 1: Create a New Virtual Machine
Open VMware Workstation/Player.
Click "Create a New Virtual Machine".

Choose:
Installer disc image file (iso): Browse and select the downloaded
rhel-9.5-x86_64-dvd.iso.
Click Next.
Step 2: Choose Guest Operating System
Select Linux.
Choose Red Hat Enterprise Linux 9 (64-bit).
Click Next.

Step 3: Name & Location
Give a name like
RHEL9.5.Choose a location to store the VM files.

Step 4: Customize Hardware (Optional)
Allocate:
2 processors.

2–4 GB RAM (or more, depending on your laptop).

Step 5: Select Network Type
- Select NAT


Step 6: Set Disk Size
- Allocate disk size: 40 GB recommended.



Choose Store virtual disk as a single file.


🖥️ Step 7: Start the VM and Install RHEL
Power on the virtual machine.

Select "Install Red Hat Enterprise Linux 9.5".

Proceed with the installation steps:
Choose language and continue.

Configure installation destination (select default disk).

Select Done.

Set Time & Date, Software Selection, and Root Password.



Create a user account.

Click Begin Installation.


🔄 Step 7: Post-Installation
After installation, reboot the VM.

Log in with the user you created.


Register RHEL (if needed) with Red Hat subscription:
sudo subscription-manager register
Update packages:
sudo dnf update -y