From fbbe727bedc9fd24fae0127395694a4a713851fc Mon Sep 17 00:00:00 2001 From: Jon West Date: Thu, 18 Apr 2024 21:50:46 -0400 Subject: [PATCH] docs: fix image links on x86 install after moving the doc --- .../x86_64-v2/install-from-bootable-usb.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Installation/x86_64-v2/install-from-bootable-usb.md b/Installation/x86_64-v2/install-from-bootable-usb.md index 48e5a861..84f22646 100644 --- a/Installation/x86_64-v2/install-from-bootable-usb.md +++ b/Installation/x86_64-v2/install-from-bootable-usb.md @@ -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. @@ -26,7 +26,7 @@ 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. @@ -34,20 +34,20 @@ Next we need to make the second partition this is the partition that the bulk of 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.