Author: - Post Category: Resources - Date:April 16, 2019

Create an Ubuntu Bootable USB stick

Using Windows 10

Create a bootable USB stick Download Ubuntu from the official website (https://ubuntu.com/download) Verify the checksum for the file that you just downloaded following the instructions on screen:echo “add4614b6fe3bb8e7dddcaab0ea97c476fbd4ffe288f2a4912cb06f1a47dcfa0 *ubuntu-18.04.3-desktop-amd64.iso” | shasum -a 256 –check Your might look differently. Download rufus from the official website (https://rufus.ie/) Burn the ubuntu .iso file into the USB stick using

Create a bootable USB stick

  1. Download Ubuntu from the official website (https://ubuntu.com/download)
    Verify the checksum for the file that you just downloaded following the instructions on screen:echo "add4614b6fe3bb8e7dddcaab0ea97c476fbd4ffe288f2a4912cb06f1a47dcfa0 *ubuntu-18.04.3-desktop-amd64.iso" | shasum -a 256 --check
    Your might look differently.
  2. Download rufus from the official website (https://rufus.ie/)
  3. Burn the ubuntu .iso file into the USB stick using rufus

Rufus bootable USB creation screen

Source: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0