Linux Installation 10 Guide

Linux Installation 10 Guide

By - Abhijeet Dahatonde1/9/2026

Learn how to install RHEL 10 Server with this step-by-step guide covering setup, configuration, and best practices for smooth Linux server deployment.

 

What is RHEL 10

 

Why RHEL 10

RHEL 10 (Red Hat Enterprise Linux 10) is significant for being the next enterprise-class Linux, designed to deliver a unified experience across hybrid and multicloud environments, including compute, storage, and networking capabilities. It’s not just an OS refresh; it is one of the building blocks of modern IT infrastructure.

  1. Advantages of RHEL 10:
  2. Enterprise Stability & Long-Term Support
  3. Stronger Security & Compliance
  4. Automation & AI Assistance
  5. Container & DevOps Optimization
  6. Hybrid Cloud & Edge Support
  7. Performance & Efficiency Improvements
  8. Developer-Friendly Environment
  9. Cross-Architecture & Hardware Flexibility
  10. Integrated Ecosystem
  11. Future-Ready OS

 

Here we learn a step-by-step guide to install RHEL 10 (Red Hat Enterprise Linux 10) with screenshots.

Below is a clear, complete installation process — suitable for beginners, students, or system administrators.

System Requirements for install RHEL 10

  • Minimum 2GB RAM or more
  • 64-bit x86 processor
  • 2 CPUs or more
  • At least 20 GB hard disk space

 

Steps for Installing RHEL 10

 

1 ) Download RHEL 10 and Create Bootable Media

To download RHEL 10, visit its official portal

 https://access.redhat.com/downloads/content/rhel

Login to portal using your Red Hat credentials and download RHEL 10 binary DVD as shown below:

Download RHEL 10 ISO File

After downloading the ISO file, prepare a bootable installation media (USB drive). On Windows, you can use Rufus to create the bootable USB, while on Linux, you can use the following command:

sudo dd if=~/Downloads/rhel-10.iso of=/dev/sdX bs=4M status=progress

 

2) Boot from Installation Media

Next, navigate to the system where you plan to install Red Hat Enterprise Linux 10 (RHEL 10). Restart the machine and access the BIOS/UEFI settings. Change the boot sequence so that the USB drive is listed before the hard disk. Once the system restarts, it will boot from the USB installer. On the boot screen, select “Install Red Hat Enterprise Linux 10.0” to initiate the installation, as shown in the screenshot below.Choose Install Red Hat Enterprise Linux 10.0

 

3) Choose Your Preferred Language

Choose your preferred language for RHEL 10 installation.

 

Click on Continue.

 

4) Installation Summary Screen

We will now land on the Installation Summary screen, where you can configure:

  • Date & Time
  • Keyboard Layout
  • Installation Source
  • Software Selection
  • Installation Destination (Storage)
  • User Settings
  • NeChoose Language During RHEL 10 Installationtwork & Hostname

Installation Summary Screen RHEL10

As we can see in above screen, we must first complete mandatory items like

  • Installation Destination.
  • User Settings
  • Software Selection
  • Time & Date

Click on Date & Time Item and select the correct time zone according to your location.

TimeZone for RHEL 10 Installation

Click on Done, it will take us to Installation Summary screen.

Next, go to the User Settings section Configure the root password and set up a local user with its credentials. Under Root Account, click “Enable root account” and provide the root password as shown below.Enable Root Account and Set Password RHEL10

Click on Done.

From the Installation Summary, navigate to “User Creation” and provide the local user’s full name, username, and password,

Explore Other Demanding Courses

No courses available for the selected domain.

then click 

Done. Once back on the summary screen, select Software Selection to continue.For this demonstration, I will select “Server” under the Base Environment and leave the remaining options unchanged.Software Selection During RHEL 10 Installation

Click on Done.

Now, select Installation Destination. Here you will see the following options for creating partitions on the disk:

  • Automatic – The installer will create the partitions automatically.
  • Custom – Allows you to create your own custom partitions.

In my case, I have 60 GB of disk space, and I will create the following custom partitions on it.

  • /boot = 2 GB (xfs file system)
  • /root = 25GB (xfs file system)
  • /home = 20 GB (xfs file system)
  • /var = 10 GB (xfs file system)
  • /swap = 2 GB
  • biosboot = 1MB

Note: This partition layout provides a clear separation between system files, logs, and user data. Modify the sizes as needed to suit your specific environment.Custom Storage Configuration RHEL 10 Installation

Select the ‘Custom’ option in Storage Configuration and click Done; this will navigate you to the next screen.

Set up the first partition as a boot partition with a size of 2 GB. The steps are illustrated below:

Boot Partition RHEL 10 Installation

Click on ‘Add mount point

Boot Partition Details RHEL 10

In order to create further partitions, click on plus (+) symbol.

Create / partition of size 25 GB,

Slash Root Partition RHEL 10 Installation

Similarly create rest of partitions. /home partition of size 20 GB.

Home Partition for RHEL 10 Installation

/var partition of size 10 GB

Var Partition for RHEL 10 Installation

Next, create the final two partitions: a 2 GB swap partition and a 1 MB BIOS boot partition.

Swap Partition for RHEL 10 Installation

Bios boot partition

This is required when the system uses a GPT (GUID Partition Table) disk layout while the firmware operates in legacy BIOS mode instead of UEFI.BiosBoot Partition for RHEL 10 Installation

On the manual partition screen, select “Add Mount Point” and then click “Done” to continue.

Choose Done From Manual Partitioning Screen

Now, click on “Accept Changes

Accept Disk Changes For RHEL 10 Installation

This will open the installation summary screen; then click “Begin Installation” to proceed.

How to Install RHEL 10

5) Installation Progress

The screen below indicates that the installation process has begun and is currently underway.

RHEL 10 Installation Progress

After the installation finishes, the installer will request a system reboot.

Reboot System After RHEL 10 Installation

Select “Reboot System”, and make sure to update the BIOS boot settings to prioritize the hard disk, ensuring the system starts from it after reboot.

6) Login to RHEL 10 System After Reboot

Once the system is back online after the reboot, we will get the following login screen. Now click on Not Listed. Type username root its credentials that we have created during the installation.

7) After login we get following RHEL 10 Desktop preview 

 

 

Frequently Asked Questions:

Q 1. What are the hardware requirements to install Linux 10?

Linux 10 (for example) it might be a 64-bit processor, minimum 2GB RAM, CD-ROM or USB for boot medium, and free disk space of at least 20GB. Requirements may vary by distribution.

 

Q 2. How can I make a bootable USB for Linux 10 installation?

You can use tools like Rufus or Etcher and write the Linux ISO file into a USB.

 

Q 3. Can I run Linux 10 without having to uninstall Windows?

Yes, the Linux 10 code supports dual-boot installation so you’ll be able to keep Windows without affecting it & install linux on a separate partition.

 

Q 4. How long should the Linux installation process take?

Installation typically takes 15–30 minutes (depending on your choice of system speed and disk screwing) Updates and driver installations might take longer.

 

Q 5. What should I do after installing Linux (version) 10?

Once installed, update your system, install your drivers (if any) set up security settings and configure your desktop environment for optimal performance.

Do visit our channel to know more: SevenMentor

 

Author:-

Abhijeet Dahatonde

Get Free Consultation

Loading...

Call the Trainer and Book your free demo Class..... Call now!!!

| SevenMentor Pvt Ltd.

© Copyright 2025 | SevenMentor Pvt Ltd.

Share on FacebookShare on TwitterVisit InstagramShare on LinkedIn
Linux 10 Installation Guide | SevenMentor