# Install From Bootable USB

# Manual Install Bass OS

# Install Steps:

We will want to start by booting into the installer by selecting the top Install option from Grub

From here we will want to change the drive partition scheme to be A) EFI (VFAT) B) Android (ext4). This means that we need to delete all partitions except for the top EFI partition, and create a single new partition with the remaining space. You will need to start by selecting "Create/Modify partitions", then remove all partitions on the device. Partitioning p1

In the next screen, we need to make two partitions for this to work, as Bliss needs to install a bootloader to boot to. If you have a pre-existing install of linux, this step may be unnecessary.

First create the EFI partition, this is the partition that is used to install the bootloader.

  1. Create a [ new ] partition
  2. Leave First Sector default (Just press enter)
  3. For "Size in Sectors" all we need to do is enter +512M
  4. Set type as ef00 (or EFI)
  5. We don't necessairly need to name this partition, but it is best practice to name it EFI

Partitioning p2
Partitioning p2

Next we need to make the second partition, this is the partition that the bulk of android will be installed to.

  1. Press down until the largest chunk of free space is slected, and click [ NEW ]
  2. We can leave everything default. Although a name is not necesary we can call it ANDROID.
  3. Lastly we click [ WRITE ] and [ QUIT ]

Partitioned
Partitioned

Now that we have the drives partitioned, we can start to install android. Select the ANDROID partition that we have made before, and format it as ext4. This is the recomended format unless windows compatibility is needed, in that case select NTFS, and click < Yes > on the next screen.

Format Drive p1
Format Drive p1
Format Drive p2
Format Drive p2

The installer will procede to format and install android, you will then be prompted to install EFI GRUB2. We need to accept that, unless you have a pre-existing grub or other bootloader install.

Install Grub
Install Grub

The installer will begin to write the changes to the disk. This will take some time. Go grab another coffee!

Grab a coffee
Grab a coffee

After this step, it will also prepare the install for A/B updates. This process will take a couple minutes at most.

Congratulations! You should now have a functional UEFI-boot with Bass OS!

# Using OEM Install (EFI)

WARNING THIS WILL DELETE ANY DATA ON THE DRIVE

To start with we will boot into the installer and select OEM installer.

Step1

We will then look for "BassOS_KIOSK [ Build Date ] Force EFI OEM Install to detected harddisk" and select it.

Step2

The installer will then format the disk to prepare it for installation.

Step3

At this point it will run a filesystem check to verify the formatting was done correctly.

Step4

Installing (This takes the longest)

Step5

Preparing a seprate partition for updates (A/B partitions)

Step6

Now it will reboot and we can unplug the USB drive.

Step7