Skip to content

Commit

Permalink
docs: fix image links on x86 install after moving the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus authored Apr 19, 2024
1 parent e6cef50 commit fbbe727
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Installation/x86_64-v2/install-from-bootable-usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WARNING THIS WILL DELETE ANY DATA ON THE DRIVE

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](../.gitbook/assets/uefi-create.png)
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](../../.gitbook/assets/uefi-create.png)

In the next screen, we need to make **two** 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.

Expand All @@ -26,28 +26,28 @@ First create the EFI partition, this is the partition that is used to install th
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](../.gitbook/assets/uefi-android.png)
![Partitioning p2](../../.gitbook/assets/uefi-android.png)

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](../.gitbook/assets/uefi-partitioned.png)
![Partitioned](../../.gitbook/assets/uefi-partitioned.png)

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 need, in that case select NTFS. and click < Yes > on the next screen

![Format Drive p1](../.gitbook/assets/uefi-ext4.png)
![Format Drive p2](../.gitbook/assets/uefi-risks.png)
![Format Drive p1](../../.gitbook/assets/uefi-ext4.png)
![Format Drive p2](../../.gitbook/assets/uefi-risks.png)

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](../.gitbook/assets/uefi-grub.png)
![Install Grub](../../.gitbook/assets/uefi-grub.png)

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

![Grab a coffee](../.gitbook/assets/grab-a-coffee.png)
![Grab a coffee](../../.gitbook/assets/grab-a-coffee.png)

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

Expand Down

0 comments on commit fbbe727

Please sign in to comment.