Fedora
Fedora has excellent compatibility with ASUS laptops in terms of both hardware and software. The ASUS software does not need to be manually compiled from source, making Fedora one of the best distros for newcomers starting out with Linux.
Prerequisites
Pre-Installation Requirements
• A USB drive with at least 8 GB of storage capacity. • One of the following tools to create bootable media: Rufus, Ventoy, Balena Etcher, or Fedora Media Writer. • Secure Boot must be disabled in the BIOS. • BitLocker must be turned off in Windows. • Fast Boot should be disabled (required only if you are planning to dual boot). • Set GPU mode to Ultimate or Standard in Windows.
**Secure Boot can prevent Fedora from booting if not disabled.**
**Failure to disable BitLocker may result in data loss or drive access issues.**
Installation Steps
Step 1: Download Fedora ISO
Download the latest Fedora Workstation ISO from the official website:
https://fedoraproject.org/en/workstation/download
Recommended: Fedora Workstation (GNOME)
Alternative: Fedora Workstation (KDE)
Step 2: Create Bootable Media
Download Rufus.
Select “ISO Image” and choose the Fedora ISO.
Insert your USB drive.
Select the correct Partition Scheme (GPT for modern systems).
Click Start and wait for it to finish.
Safely eject the USB.
Step 3: Partitioning (Dual Boot Only)
Open Disk Management in Windows.
Right-click on the C: drive and select Shrink Volume.
Enter the desired size for Linux (at least 50 GB recommended).
Leave the space unallocated; do not format it.
Step 4: BIOS Setup
Restart your PC and press
F2
(or the correct key for your system) to enter BIOS.In BIOS:
Disable Secure Boot.
Set the USB drive as the first boot device.
Save changes and exit BIOS.
Boot from the USB.
Step 5: Begin Installation
Video guide: https://www.youtube.com/watch?v=eHQJMy8Q7Zk
On the Welcome screen, select your preferred language and click Next.
On the Installation Destination screen:
Dual Boot: Ensure unallocated space is available. Select "Share disk with other operating system".
Standalone: Choose "Use entire disk".
**Ensure you select the correct target drive if your system has multiple disks to avoid data loss.**
(Optional) Configure disk encryption on the Storage Configuration screen. Unless required, it's recommended to skip encryption for simplicity.
Review your configuration on the Summary screen. Click Begin Installation to start.
After installation:
Exit the Live Environment.
Remove the USB drive.
Reboot into Fedora.
Uninstalling Fedora
For Dual Boot Setups
Refer to the same video guide for safe removal of Fedora.
For Standalone Fedora Installations
Boot from Windows installation media.
Press
Shift + F10
to open Command Prompt.Run the following commands:
diskpart
select disk X # Replace X with the Fedora disk
clean
Proceed with the Windows installation.
Last updated