Debian
I highly recommend using Fedora or another up-to-date distro instead of Debian-based ones. They generally offer better hardware and software compatibility with Asus laptops in general. However, if you still want to go with something like Ubuntu or Mint, that’s fine too,just follow this guide. Keep in mind that some Asus-specific features and software might not work as expected. Also, a quick side note: this guide includes links to video tutorials in case you prefer a visual walkthrough.
Step 1: Distro Selection
Fedora is the preferred distribution for ASUS laptops. However, for those who prefer to stick with Debian-based systems:
Ubuntu and Linux Mint are among the most user-friendly distributions. I recommend using one of these, as the rest of this guide is based on these two specific distros,though it is also applicable to other Debian-based distributions.
Step 2: Prerequisites
Required Before You Begin
• USB drive with at least 8 GB of storage. • Bootable media tool: Rufus, Ventoy, or Balena Etcher. • Secure Boot must be disabled in BIOS. • BitLocker must be disabled in Windows. • Fast Boot should be disabled (for dual-boot users). • Set GPU mode to Ultimate or Standard in Windows.
**Secure Boot can prevent some distros from booting. Disable it in BIOS.**
**If BitLocker is not disabled, it can cause data loss or access issues during installation.**
Step 3: Bootable USB Creation and Partitioning
Video Tutorials
Step 3.1: Download ISO
Download the latest version of your chosen Linux distribution:
Step 3.2: Create Bootable USB
Download Rufus.
Select “ISO Image” and choose your distro’s 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.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).
Do not format the new space; leave it unallocated.
Step 5: Begin Installation
Each distro’s setup may differ slightly, but the basics are the same:
Enable third-party software (e.g., codecs, drivers).
Choose:
Erase disk and install (for Linux-only users).
Install alongside Windows (for dual boot).
If your system has multiple drives, ensure the correct one is selected to avoid data loss.
Disk encryption:
Optional for standalone Linux.
Not recommended for dual-boot systems, as it may cause bootloader issues.
Once confirmed, begin the installation process.
7. Uninstalling Linux
7.1 For Dual Boot Users
Open Disk Management in Windows and delete the Linux partitions.
Launch Command Prompt as Administrator, then run:
diskpart
select disk X # Replace X with your disk number
list partition
select partition 1 # The EFI partition on Windows is usually 1
assign letter=Z
Open a new Command Prompt window:
cd Z:
cd EFI
dir
rd /s /q ubuntu # Replace "ubuntu" with your distro’s folder name
Return to the previous terminal and run:
remove letter=Z
Restart your system. Windows should boot normally.
7.2 For Standalone Linux Users
Boot from a Windows installation USB.
Press
Shift + F10
to open Command Prompt.Run:
diskpart
select disk X # Replace X with the correct drive
clean
exit
Continue with the Windows installation process.
Last updated