Zorin OS is a user-friendly Linux distribution built on Ubuntu LTS. It targets beginners and users switching from Windows/Mac with a focus on simplicity, stability, and a polished look. This guide explains what Zorin OS offers, who it’s best for, and how to perform a clean install or a dual-boot alongside Windows 10/11.
What is Zorin OS
Zorin OS is a desktop Linux distribution based on Ubuntu LTS. It brings a stable base, long-term support, and the custom Zorin Desktop environment that looks modern while feeling familiar to Windows or macOS users (you can switch layouts). This makes the transition from other systems easier.
Who Zorin OS is for
- Beginners and everyday users – web, email, video, documents, photos, music.
- Switchers from Windows – familiar controls, simple setup, sensible defaults and apps.
- Older and newer hardware – Lite edition runs well on low-end machines; Core/Pro for modern PCs/laptops.
- Home and office – Ubuntu LTS stability, easy updates, Flatpak/Snap support.
Key features & benefits
- Zorin Appearance – switchable layouts (Windows-like, macOS-like, GNOME-style, etc.).
- Preinstalled apps – office (LibreOffice), browser, multimedia, core tools.
- Software via Flathub/Snap/apt – huge catalog including VS Code, GIMP, Steam, and more.
- Easy driver management – Additional Drivers tool (proprietary GPU, Wi-Fi chipsets, etc.).
- Long-term support – secure Ubuntu LTS foundation and updates.
- Editions: Core / Lite / Pro – choose by device performance and desired features/look.
Pre-install checklist (recommended)
- Back up your data (Windows and any external drives).
- UEFI/GPT: modern PCs use UEFI + GPT (recommended for dual-boot).
- BitLocker (Windows 10/11 Pro): temporarily Pause protection before resizing partitions.
- Windows Fast Startup: turn it off – Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable → uncheck “Turn on fast startup”.
- Secure Boot: Zorin works with Secure Boot; if drivers cause issues, you can temporarily disable it in UEFI.
- Download the Zorin OS ISO from the official site (choose Core/Lite/Pro as needed).
- Optionally verify integrity – check the ISO’s SHA256.
- Prepare an 8–16 GB USB flash drive (it will be erased).
- Create free disk space for Linux (at least 30–60 GB; ideally 80+ GB for comfort).
Create the installer USB
Windows: use Rufus – select the Zorin ISO, target USB, GPT partition scheme, target system UEFI (non-CSM), then write.
Linux/macOS/Windows: balenaEtcher – select ISO → USB → Flash. Alternative: Ventoy (copy the ISO onto a Ventoy USB).
Install on a clean disk (single-boot)
- Set USB as the first boot device in BIOS/UEFI (UEFI mode).
- Boot “Try or Install Zorin OS” (you can explore the live session).
- Double-click Install Zorin OS → choose language, keyboard layout, Wi-Fi.
- Installation type: “Erase disk and install Zorin OS” (warning: erases the entire disk). For manual partitioning, see below.
- Create your user, select timezone, start the installation, and reboot when finished.
Install as dual-boot with Windows 10/11 (recommended path)
1) Prepare Windows
- Back up important data.
- Disable Fast Startup (see above).
- If you use BitLocker, go to Settings → Update & Security → Device encryption/BitLocker and Pause protection.
- Shrink the Windows partition:
- Press Win+X → Disk Management.
- Right-click OS (C:) → Shrink Volume… → free up e.g. 60–150 GB for Linux.
- This creates Unallocated space (leave it empty).
- Shut down Windows fully (don’t hibernate/fast sleep).
2) Boot the Zorin OS installer from USB (UEFI)
- Select the USB (UEFI) in your boot menu. Choose “Try or Install Zorin OS”.
- In the installer, select language, network, and optionally Install multimedia codecs.
3) Partitioning (manual “Something else” recommended)
The installer may offer “Install alongside Windows” – the simplest route. If you want full control, choose “Something else” and set up manually:
- EFI System Partition (ESP) – already exists from Windows (≈100–300 MB, FAT32). Do not create a new one, do not format; just “mount” as
/boot/efi
. - root – new partition in the free space:
ext4
, mount/
, size at least 30–60 GB (preferably 60–100+ GB). - home (optional) – separate
ext4
partition for user data, mount/home
(e.g. 50–500+ GB). - swap – Zorin/Ubuntu can use a swap file automatically. If you prefer a swap partition, create ~1–8 GB depending on RAM/hibernation.
4) Bootloader location
Ensure the bootloader installation target is the main disk (e.g. /dev/nvme0n1
) — not a specific partition — so GRUB integrates with existing UEFI.
5) Finish up
- Start the install and wait until it completes.
- Reboot. In BIOS/UEFI you may need to adjust boot order so the Ubuntu/Zorin entry (GRUB) is first.
- In the GRUB menu you’ll see Zorin OS and Windows Boot Manager.
- After confirming both boot, re-enable BitLocker if you use it.
After installation
- System updates: open Software Updater or in Terminal:
sudo apt update && sudo apt full-upgrade
- Drivers: Settings → Devices → Additional Drivers (GPU/NIC).
- Flathub (recommended for apps): enable in Software → Software Repositories (Flathub), then install e.g. Spotify, Discord, VS Code, etc.
- Codecs & media: if you skipped during install, add:
sudo apt install ubuntu-restricted-extras
- Zorin Appearance: switch your preferred layout (panel bottom/top, Windows-like or macOS-like).
- Timeshift (system snapshots):
sudo apt install timeshift
Configure periodic snapshots before big upgrades.
- Steam / gaming (optional): install via Software (Flatpak/Snap/apt) and enable Proton for Windows game compatibility.
Troubleshooting
No GRUB after install / boots straight to Windows
- Check boot order in UEFI/BIOS — “ubuntu”/“Zorin” entry must be first.
- Some UEFI setups require manually adding the loader from
EFI\ubuntu\shimx64.efi
orgrubx64.efi
. - Temporarily disable Secure Boot, boot Zorin, then refresh GRUB:
sudo update-grub
- If issues persist, use the Boot-Repair tool from the live session.
Wi-Fi / graphics not working properly
- Try Additional Drivers to install proprietary drivers if available.
- Apply system updates for newer kernel/firmware.
Windows runs disk checks / resumes oddly after dual-boot
- Confirm Fast Startup is disabled.
- On encrypted systems, always Pause BitLocker before partition changes and re-enable afterwards.
Zorin OS — install guide & dual-boot with Windows
Zorin OS is a user-friendly Linux distro based on Ubuntu LTS. This page explains who it’s for and provides a clear step-by-step guide for a clean install or dual-boot with Windows 10/11.
Is Zorin OS good for beginners?
Yes. It offers familiar layouts similar to Windows or macOS, sensible defaults, and preinstalled apps that cover everyday tasks.
Can I install Zorin OS alongside Windows 11?
Yes. Use UEFI/GPT, create free space by shrinking C:, then choose “Install alongside Windows” or manual partitioning in the installer.
GRUB doesn’t show after install and Windows boots directly — what now?
Set the “ubuntu/Zorin” entry first in UEFI/BIOS. If needed, temporarily disable Secure Boot and refresh GRUB with sudo update-grub
, or use Boot-Repair from a live session.
Do I need special drivers for Wi-Fi or graphics?
Usually not. If proprietary drivers are available, install them via “Additional Drivers”. Keep the system updated for newer kernel/firmware.