Normal PC
Learn how to install blendOS on your computer through this guide!
What you’ll need
- A 64-bit CPU, from no earlier than 2009.
- A minimum of 4 GBs of RAM and 25 GBs of storage.
- A spare USB drive, with a minimum size of 4GBs.
- A network connection, for the installer
Installation
You can skip to a particular step from the outline on the right, if you’re on a computer.
If you’re on windows and would like to dualboot, read the opening section of Appendix B first.
For manual partitioning/dualbooting refer to the appendicies (the swap instructions are in appendix A).
Step 1: Download the latest blendOS ISO file
Mirror List:
Mirror status page: https://status.blendos.co
Bear in mind that the GNOME and KDE Plasma editions are the only ones that support Android apps.
- GNOME edition:
- KDE Plasma edition:
- Cinnamon edition:
- XFCE edition:
- LXQt edition:
- MATE edition:
- Deepin edition:
BitTorrent:
If you’d like to download from all the mirrors at once through an input file and aria2c
(package may also be called aria2
), you can use these premade input files below:
These will save as blendos-v3-stable-<desktop>.iso
To use them, run aria2c -i <path_to_input_file.txt> -d <download_dir>
You can get aria2c here or through your system’s package manager (it’s also on scoop). If you’d like to make your own input file, go here.
If you’d like an older build, there are 2 release archives available:
If the shinken network mirrors don’t work, or you’d like to download in bulk (slowly), you can visit blend.shinken.studio and login with credentials: U: dl P: blend
Step 2: Download balenaEtcher or dd
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.
If you plan on using dd
, install it through your system’s package manager, it’s preinstalled in most distros.
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.
Flashing with dd (Linux)
run lsblk
to see all your disks and find the logical name of your drive and the assosciated /dev/sdX identifier.
Open a terminal and run (replacing /dev/sdX with the drive path of your USB):
sudo dd if="path_to_blendos.iso" of="/dev/sdX" bs=4M status=progress
Step 4-ish: Disabling Secure Boot (do this first)
Enter your BIOS setup (varies by manufacturer, google <manufacturer> BIOS setup key
, spam or hold that key when you see the bootlogo to enter setup)
Now, find a section called Secure Boot
(or if it doesn’t exist, look under Boot
). Turn Secure Boot (also called UEFI Secure Boot) off (should be a simple toggle)
Step 4: Boot from the USB drive
Insert the USB drive into the computer that you wish to install blendOS to, and power it off. After a few seconds, power it on and hold (or spam) the F12 until you arrive at your computer’s boot menu. If that doesn’t work, you may also try F10, Esc, or F2.
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:
KDE:
The blendOS Installer should pop up. If it doesn’t, open it from the Application Menu (press the Windows key) and type “installer”:
Step 6: Running the installer
Click Start in the installer to begin the install process.
1. You’ll first be asked to select a keyboard layout:
Click Search to choose a keyboard layout (even though it says timezone):
2. After choosing your keyboard layout, select your timezone:
Hit Search to see timezone options:
3. After you set your region, it’s time to set your locale:
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:
4. Make your user account:
5. Next, choose the disk you’d like to wipe and partition, or choose Manual Partitioning:
Manual Partitioning (consult Appendix A or B for how to do this):
6. Then, check that everything is good in the Summary:
Then, hit Next and wait for the installer to finish:
Once the installer finishes, you’ll be greeted with an option to reboot:
Post-Install
Step 1: Containers
Start reading the Container management guide and make your first container!
Appendicies
Appendix A: Manual Partitioning (UEFI)
How to manually partition on a UEFI system:
- In the installer, choose Manual Partitioning, then Open GParted:
Now you should see something like this (but with your partitions):
Choose the disk you’d like to use in the upper right.
- If you wish to wipe your drive go to
Device > Create Partition Table
:
- For the partition table choose GPT (you do have a UEFI system, right?) (most PCs have UEFI)
- Make a new EFI partition (
Partition > New
or clicking theNew
icon on the top bar):
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:
The box on the bottom shows pending changes, so you can see what you’ve done.
For a swap space, consult Appendix A.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
- Finalizing
Hit Apply
(the green checkmark)
Hit Apply
again to proceed and wait for the operations to complete.
Once completed, hit Close
.
Now, go back to the installer (hit the refresh icon)
You should see your new partitions below:
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)
Drive | Format? | Mount Point |
---|---|---|
/dev/sda1 | No | /boot/efi or Boot |
/dev/sda2 | No | None or Do Not Use |
/dev/sda3 | No | / or System |
If the Continue
button still does not show, switch to automatic partitioning and back to manual again.
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.
Also, if you’re doing this post-install, you’ll need to follow these instructions from the installer, just select your drive in gparted, and shrink your main partition (right click it > Resize/Move
), then follow this guide on the empty space.
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:
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):
Appendix B: Dualbooting with Windows (UEFI)
Opening Section
Keep in mind you will want to install Windows first, for bootloader reasons.
So first you need to do some math. Right click the start button (or hit Win + X) and choose Disk Management
.
Find your C: drive.
Now see how big it is. You need to think about how much space you want to give to Linux. You could go for about half, but keep in mind Linux generally needs less space than Windows. It really comes down to which you’ll use more and if you’ll have more than 1 Linux partition (seperate /home partition for example).
Once you’ve figured that out, take your size in GB and convert it to MiB (mebibytes, 1 GB = 1024 MiB, so size in GB * 1024 = size in MiB)
Note down the resulting number.
Once you know that info, you’re ready to boot into blendOS! Now follow the rest of this guide up to the partitioning section, then come back here.
The rest
Click Switch to manual partitioning
, then Create partitions
.
Find your windows drive (should be the first one)
Select your C: drive, it’s the one NTFS partition, and the biggest partition.
Now right click it and select Resize/Move
You should see a window with some settings and size stuff:
In the New Size
box, put the MiB number you came up with in the opening section.
Then, click Resize/Move
.
Now, you should see some empty space:
Select the unallocated space and make a new partition (Partition
> New
):
The New Size
box should be automatically set to fill the empty space, if not, resize it.
Then set Filesystem
to ext4
(or your filesystem of choice) and set Label
and Name
to whatever you want.
Click Add
.
Now you should see a list of operations at the bottom.
GParted will not write anything until you hit Apply
, so make sure everything is in order, then click the green checkmark.
Hit Apply
.
Wait for all the operations to complete, then hit Close
.
Now, go to the installer (hit the refresh icon next to the partition list).
You should see more partitions.
Do the following (Use GParted to ensure the partitions are correct):
Drive | Format? | Mount Point |
---|---|---|
/dev/sda1 (your EFI partition) | No | /boot/efi or Boot |
/dev/sda5 (your ext4 partiton you made) | No | / or System |
Hit Next
.
Once the system installs, reboot.
Once you’re in your newly installed blendOS, open your terminal and run the following:
After this, do what system
says and reboot.
Once you’re back (again), run sudo refind-install
in your terminal.
Now, rEFInd (alternate bootloader that can detect your Windows install) is installed!
Now, when you boot, rEFInd should come up instead of GRUB. If not, fix this in your UEFI settings.
From rEFInd you can load GRUB, Windows, or directly boot blendOS.
Kudos to Morgan Weedman for showing us rEFInd does work on blendOS.