Steps to follow to install a Linux operating system on a machine.

Instructions are based on the Linux Lite Install guide.

1. Choose an OS

Go through the popular flavors of Linux - gist.

We use Linux Lite in this guide.

2. Download image

For example, to download Linux Lite - go to the download page:

And click the download ISO button to save it to your Downloads directory.

The file for Linux Lite v5 is about 1.3 GB.

3. Write to storage media

Follow the USB or DVD instructions below.

Write to USB

Use a GUI

Create a bootable USB drive. Note that you should make sure there is nothing else on the drive.

Etcher is a GUI application allows you to create a bootable Live USB drive. You will need a 4Gb or larger USB drive. Download Etcher from here.

  • https://www.balena.io/etcher/

Use the command-line

Use the terminal on macOS or Linux.

$ df -h

Find your flash as a media item in the output.

Filesystem ... Mounted on
...
/dev/sdb1  ... /media/myuser/FOO

Note the file system. Then use that value below, excluding the number.

$ sudo dd if=linux-lite-5.0-64bit.iso of=/dev/sdb bs=4M

Write to DVD

  1. Download free disk burning software.
    • K3b- KDE Burning tool

      K3B is a simple, yet powerful and highly-configurable graphical optical disk burning application for audio, video, data projects and more!

      • Page KDE site
      • Wiki page
      • It tells you the max storage of the disk and whether its empty.
      • Install:
          $ sudo apt install k3b
        
    • BurnAware Free - http://www.burnaware.com
    • CDBurnerXP - http://cdburnerxp.se/
    • ImgBurn - http://www.imgburn.com/
  2. Place a blank writable DVD in your DVD drive.
  3. Open the program.
  4. Choose to burn image
    • In K3b: Tools, then Burn Image
  5. Select the ISO file (such as from your Downloads directory).
  6. Choose the slowest burn speed - this reduces the chance of corruption.
  7. Click Start.

4. Boot up and install

Insert your finished DVD or USB drive into the target machine and start it.

Follow the prompts.

You may choose to boot in the OS without actually persisting any changes. This is convenient for trying out without committing.

If you want, follow the prompts to install the OS to the machine. You’ll be asked if you want to use a partition (keeping the existing OS and allowing dual-boot) or to overwrite the entire machine with the new OS.

At some point you’ll be asked to reboot your machine to complete the installation. You might want to remove your storage media just before doing this, as you don’t need it anymore.