Skip to content

T2

Guide banner

Learn how to install blendOS on your Mac through this guide!

What you’ll need

  • A minimum of 25 GBs of storage.
  • A spare USB drive, with a minimum size of 4GBs.

Installation

You can skip to a particular step from the outline on the right, if you’re on a Mac or PC.

Step 1: Download the latest blendOS ISO file

Mirror List:

  1. KDE Plasma Edition:

  2. GNOME Edition:

Step 2: Download balenaEtcher

In this guide, we will be using balenaEtcher to burn the ISO file to the USB drive.

Regardless of whether you’re currently using Linux, macOS or Windows, you can download and install balenaEtcher from here.

balenaEtcher screenshot

Step 3: Burn the ISO to your USB drive

Click on Flash from file, and select the ISO file you downloaded earlier. You can then select the USB drive you would like to flash the ISO drive to. After selecting the drive, you can click on Flash to flash/burn the ISO to the USB drive.

Step 4-ish: Disabling Secure Boot (do this first)

Turn on your Mac, then press and hold -R immediately after you see the Apple logo. Your Mac starts up from macOS Recovery.

When you’re asked to select a user you know the password for, select the user, click Next, then enter their administrator password.

When you see the macOS utilities window, choose Utilities > Startup Security Utility from the menu bar.

When you’re asked to authenticate, click Enter macOS Password, then choose an administrator account and enter its password.

When you see the Startup Security Utility windows, choose No Security option. You can then now reboot by choosing Apple menu > Restart.

Step 4: Boot from the USB drive

Insert the USB drive into the Mac that you wish to install blendOS to, and power it off. After a few seconds, power it on and hold until you arrive at your Mac’s boot menu.

Once at the boot menu, select the USB drive you flashed blendOS to. You will be greeted by another menu, where you can press Enter to proceed with booting the live installation media.

Step 5: Opening the Installer

You should arrive at the desktop, which should look like this:

GNOME:

blend-i-g

KDE:

blend-i-k

The blendOS Installer should pop up. If it doesn’t, open it from the Application Menu (press the Windows key) and type “installer”:

gnome-search

kde-search

Step 5 Extra: Copying Wi-Fi firmware over to blendOS live installer

Your Mac needs Wi-Fi firmware for Wi-Fi. Sadly, this firmware is copyrighted so you manually have to copy them over by yourself.

Fortunately, there is a guide on T2Linux wiki, so just follow this.

Step 6: Running the installer

Click Start in the installer to begin the install process.

blend-install-1

1. You’ll first be asked to select a keyboard layout:

blend-install-2

Click Search to choose a keyboard layout (even though it says timezone):

blend-install-2a

2. After choosing your keyboard layout, select your timezone:

blend-install-3

Hit Search to see timezone options:

blend-install-3a

3. After you set your region, it’s time to set your locale:

blend-install-4

Hit Search, then choose a locale, and tick Use as main locale (the circle) then double click the locale name or else install will not proceed:

blend-install-4a

4. Make your user account:

blend-user

5. Next, choose the disk you’d like to wipe and partition, or choose Manual Partitioning:

blend-part

Manual Partitioning (consult Appendix A for how to do this):

blend-part-sub

6. Then, check that everything is good in the Summary:

blend-summary

Then, hit Next and wait for the installer to finish:

blend-install-8

Once the installer finishes, you’ll be greeted with an option to reboot:

blend-finish

Post-Install

Step 1: Copying Wi-Fi and Bluetooth (on some models) over to your system

Once you reboot, you should boot off of your hard disk.

Now follow the guide again, but you can skip On macOS part if you still have your files.

Wait, didn’t I copy the firmware over? Why should I do this again?

Because the firmware you copied was for the live system. Those files don’t carry on to your installation.

THE FOLLOWING IS FOR V2 ONLY!

v3 has linux-xanmod-t2 by default.

Updating the system and installing T2 Xanmod (V2 ONLY!)

Step 1: Updating the system

Open the Terminal again.

GNOME:

blend-gnome

KDE:

blend-kde

Then, type sudo pacman -Syu and enter your user password at the prompt.

GNOME:

blend-g-1

KDE:

blend-k-1

pacman will show the list of avalible upgrades, hit y:

GNOME:

blend-g-2

KDE:

blend-k-2

It should start upgrading:

blend-g-3

blend-k-3

Step 2: Installing linux-xanmod-t2 for Waydroid support

Open the terminal again, and type sudo pacman -S linux-xanmod-t2 linux-xanmod-t2-headers (hit y at the prompt)

xanmod1

Then, run: sudo grub-mkconfig -o /boot/grub/grub.cfg to update GRUB (the GRand Unified Bootloader)

xanmod2

After both packages have installed, reboot. At the “Choose Boot Option” menu, choose Advanced Options for blendOS, then blendos - linux-xanmod-t2 6.1 (or similar).

xanmod3

xanmod4

Once you’re back in the OS, remove the Linux kernel sudo pacman -Rcns linux-t2 linux-t2-headers (hit y at all prompts).

xanmod7

Then, run: sudo grub-mkconfig -o /boot/grub/grub.cfg and update GRUB again.

xanmod2a

You’re done!

Step 2: Containers

Start reading the Container management guide

Appendices

Appendix A: Manual Partitioning (UEFI)

How to manually partition on a UEFI system:

  1. In the installer, choose Manual Partitioning, then Open GParted: blend-inst-p

Now you should see something like this (but with your partitions):

Choose the disk you’d like to use in the upper right.

blend-inst-2

  1. If you wish to wipe your drive go to Device > Create Partition Table: blend-inst-3
  1. For the partition table choose GPT

blend-inst-m-4

  1. Make a new EFI partition (Partition > New or clicking the New icon on the top bar): blend-inst-m-5

In the box, set the New Size to 512 and drag the partition to the left side.

Set File System to fat32, Label it what you want, and hit Add.

You should now see this:

blend-m-7

The box on the bottom shows pending changes, so you can see what you’ve done.

NOTE: The following step is optional, open the dropdown below to see it.

Appendix A.1: Making a swap partition

Why would I want a swap partition?

Swap is like memory but on your disk, useful if you have a low amount of RAM or do a lot of containerization / virtualization. It’s also helpful to have some swap.

Making a swap partition

This is not your only option (you can also swap to a file post-install), but here’s how to do it:

Make a new partition (Partition > New) and set it up like the image below:

blend-inst-m-8

Set File System to linux-swap, size to whatever you want (1028 MB = 1 GB in this case)

Label it what you want, and hit Add.

(you’ll see something like this):

blend-inst-m-9

  1. Make your main partition:

Make a new partition with the following settings:

  • File System: ext4
  • Space: The rest of your drive (unless you want a seperate /home, /usr, and/or /tmp partition)
  • Label: whatever you want

blend-inst-10

blend-inst-mpart-11

  1. Finalizing

Hit Apply (the green checkmark)

Hit Apply again to proceed and wait for the operations to complete.

Once completed, hit Close.

blend-inst-m-13

Now, go back to the installer (hit the refresh icon)

You should see your new partitions below:

blend-inst-m-14

Set the following: (open the terminal and run lsblk to see disks and partitions on your system)

(You may see something different, like /dev/nvme0n1p1 for partition 1 of NVMe drive 1, but the procedure is the same)

Make sure that you pick the right disk, note down the id of the disk you used (ex. /dev/sda) (may also be /dev/sdb1, /dev/sdc1, etc, but the procedure is the same)

blend-inst-mpart-15

DriveFormat?Mount Point
/dev/sda1No/boot/efi
/dev/sda2NoNone
/dev/sda3No/