# Install Legacy From Bootable USB

# Introduction

This is the current recommended method for beginners!

We recommend beginners to use this method as it is the least error-prone and non-destructive. The following instructions were adapted from the Android-x86 project, so some of the images are from them. To look at Android-x86's original installation guide, click here.

# Download Bliss OS

You can download a stable Bliss OS build from the website here.

# Install Bliss OS To It's Own Partition

When booting into the installer, choose "Installation - Install Android-x86 to harddisk":

Booting into the installer
Booting into the installer

Once the installer boots, you will be asked to select the target install partition. For MBR (legacy) setups, this is normally the only partition on the device, so select it and choose EXT4 when asked if you want to reformat.

Choose partition
Choose partition

Choose "Yes" when prompted about the GRUB bootloader:

Install GRUB
Install GRUB

The installer will begin to write the changes to the disk. Following that process, you will be asked if you want to setup the install for OTA (A/B) updates. Select Yes if you want to use OTA updates or recovery updates in the future. This will take some time. Go grab a coffee!

Grab a coffee
Grab a coffee

Congratulations! You should now have a functional dual-boot with Bliss OS!

# Install Bliss OS On Your Windows Partition

When booting into the installer, choose "Installation - Install Android-x86 to harddisk":

Booting into the installer
Booting into the installer

Once the installer boots, you will be asked to select the target drive. Choose the NTFS drive that houses your current Windows install. You do not need a separate partition, as the installer will create an image on your Windows partition.

Choose partition
Choose partition

Choose "Do not re-format" on the next screen. It is important that you choose "Do not re-format", as any other option will cause the installer to continue with the "Bootable installation method", which will result in permanent data loss, including your Windows partition!

Do not reformat
Do not reformat

Choose "Yes" when prompted about the GRUB bootloader:

Install GRUB
Install GRUB

The installer will begin to write the changes to the disk. You may be asked if you want to setup the install for OTA (A/B) updates. Select NO for this install type as OTA is not supported for NTFS installs. This will take some time. Go grab a coffee!

Grab a coffee
Grab a coffee

Then the installer will ask you how much space you want to allocate for the data image. Most users choose 8 GB, 16 GB, or 32 GB.

Congratulations! You should now have a functional dual-boot with Bliss OS!

# Install EFI From Bootable USB

# Download Bliss OS

You can download a stable Bliss OS build by clicking on the link here, non-stable builds can be found here.

# Install Bliss OS

When booting into the installer, choose "Android-x86 ... Installation":

Booting into the uefi installer
Booting into the uefi installer

# Setting up A New Partition:

!!(WARNING: This is only needed if you intend to wipe everything from your PC and install Bliss OS only)!!

Once booted into the installer to setup your install as a new drive, you will need to select "Create/Modify partitions"

Partitioning p1
Partitioning p1

In the next screen, we need to remove all existing partitions on the device and make two new partiitons 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
  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 ]

# Installing On Existing Partition

Once the installer boots, you will be asked to select your target ESP (EFI) partition first (Usually the first partition in the drive, around 500mb-2gb).

You will then need to choose what drive to install it too, this could be a pre-existing partition or the partition you created above. Select that larger target partition and format it as ext4.

Partitioned
Partitioned

This is the recomended format. 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. You might be asked if you want to setup the install for OTA (A/B) updates. Select Yes if you have a large enough drive to handle the system taking up twice as much space. This will take some time. Go grab another coffee!

Grab a coffee
Grab a coffee

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