1

For the past couple of weeks, I have been trying to make a full installation of Ubuntu 20.04 LTS on my 64 GB USB 3.1 but it hasn't been working. Initially, I successfully installed it on a 32 GB USB 2.0 but it was too slow so I decided to install it on my USB 3.1 by following the same steps. When I did this, at the end it said successfully installed, but when I go to my BIOS, the boot drive isn't showing up there. This didn't happen with the first USB. I tried it multiple times, but none worked.

Here are the steps I followed for installation:

  1. Partitioned my USB into two; one 32 GB FAT32 partition and one 25.7 GB FAT32 partition (the remainder)
  2. Installed a Live version of Ubuntu 20.04 LTS on a USB using Rufus and an ISO file
  3. Booted from the Ubuntu Live USB and clicked Install Ubuntu 20.04 LTS
  4. Selected the language and location
  5. Selected "Something else" as the installation option
  6. Formatted the 32GB FAT32 partition as an ext4 partition and mounted it with /
  7. Started the installation

For some reason, each time I tried installing it, the installation process took over 5 hours, so I just left it to install overnight.

The device I am using to install Ubuntu on the USB with is the HP Envy laptop.

NimishP
  • 11

1 Answers1

0

Install Ubuntu from a Pre-built Image File.

Here is a simple method that should not take more than a half hour and should work on any Intel computer with the right spec's.

If working in Windows:

The USB drive should boot on almost any modern X86-64 computer.

enter image description here

Thanks to sudodus for the image file.

In Windows it may be necessary to install 7Zip before proceeding. Rufus and Etcher will use it when working with the .xz image: https://www.7-zip.org/a/7z1900-x64.exe

If working in Ubuntu: you can use mkusb, Disks or Etcher to flash the USB drive. P7zip may be needed to extract the image.

C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125