![]() |
(Image: SJVN Credit: www.zdnet.com) |
Your starting point will be to download the official Ubuntu ISO (http://releases.ubuntu.com/bionic) and you will need the 64-bit desktop ISO (ubuntu-18.04-desktop-amd64.iso [TBA] ubuntu-18.04-beta2-desktop-amd64.iso [current]).
Depending on your device it may be first be necessary to respin the ISO using my isorespin.sh script in order to boot and install (see Customizing Ubuntu ISOs: Documentation and examples of how to use 'isorespin.sh' for full details).
Once you have your ISO it is necessary to write it to an USB to create an installation USB often known as a LiveUSB as not only can you install Ubuntu from it but you can also run Ubuntu for diagnostic, testing and fixing and existing installation.
There are several ways to write the ISO to USB however I recommend using Rufus on Windows:
or dd on Linux:
dd if=ubuntu-18.04-desktop-amd64.iso of=/dev/sdX bs=4M
(where 'ubuntu-18.04-desktop-amd64.iso' is your ISO and 'sdX' is the USB drive)Typically you will either want to:
(using 'ls -l /dev/disk/by-id/usb* | head -1 | sed "s?.*/??"' to determine this)
- Install Ubuntu along side Windows (i.e. dual boot)
- Replace Windows (and anything else currently installed) with Ubuntu (i.e. single boot)
- Install Ubuntu on a new device (i.e. single boot)
- Upgrade an existing Ubuntu
Please donate if you find these guides useful using the following link http://goo.gl/nXWSGf.