Linux Mint is a popular Ubuntu-based Linux Distribution that aims for an easy desktop usage experience, from installation to day-to-day work. There are two Desktop Environment choices, MATE and Cinnamon. Linux Mint 18, code-named "Sarah", was released on June 30, 2016. This article will explain how to get Linux Mint 18 onto a USB Flash Drive (4GB Minimum), using either Linux, Windows, or Mac.
Download the ISO
Obtain the Linux Mint 18 ISO from the Official Download Page. The Cinnamon 64-bit edition is recommended, unless the computer's CPU is relatively old, made earlier than 2010.
Write The ISO to a Flash Drive: Windows Instructions
Download and run the Universal USB Installer, an open source software for Windows that writes image files to USB Drives.
The process is rather straightforward:
- Choose "Linux Mint" as the Linux distribution
- Pick the Linux Mint ISO that was downloaded
- Show where the Flash Drive is (WARNING: all previous data on the drive will be lost)
After the imaging process is finished, you should now have a bootable flash drive from which you can install Linux Mint.
Write The ISO to a Flash Drive: Linux and OS X Instructions
The flash drive is easy to build on Linux and OS X, since the "dd" tool comes preinstalled with the system, and is a command-line tool.
WARNING: If given the wrong device file in the "of" argument, this has the potential to unintentionally reformat your hard disk.
Run the dd command as root. The usage format:
dd if=/path/to/the/Linux/Mint/ISO of=/path/to/the/flash/drive
Example:
dd if=/home/linoxide/Downloads/linuxmint-18-cinnamon-64bit.iso of=/dev/sdb
Install From USB Flash Drive To a Computer
Make sure the computer is turned off, then plug in your flash drive. Turn on the computer and have your computer boot the flash drive. You may need to reconfigure the BIOS or UEFI for this.
When the Flash Drive is loaded, select "Start Linux Mint" from the menu that will appear.
The Linux Mint desktop will load.
Launch the install by double-clicking on "Install Linux Mint".
Choose whatever language you want the installation to be in.
Check this box if you want to be able to play MP3s and other file formats out of the box. This option is made available for users who wish to have no proprietary software on their machines.
"Erase disk and install Linux Mint" should be the choice for beginners who already have backed up important data from the computer. Dual-booting can also be an option if another Operating System is installed on the computer, but is not covered by this tutorial.
Confirm installation type.
Set the timezone and location that Linux Mint should configure for.
If you have custom keyboard layouts, this is where to set the configuration.
Add a personal touch to your machine by adding your personal info and picking out a name for your machine.
Wait for the installation to finish.
After installation has finished, signal the installer to "Restart Now".
Remove the Flash Drive, then press Enter to complete the installation.
After rebooting, the Linux Mint login screen will appear.
Input the password you set during installation...
...and you should now be at your Linux Mint 18 Desktop, with the "Welcome Screen" being shown.
Note: If You Already Have Linux Mint And Wish To Upgrade to 18
The following information are taken from the Linux Mint Release Announcement Page:
- If you are running the BETA, click the refresh button in your Update Manager and apply any outstanding level 1 updates. Note also that samba was removed in the stable release as it negatively impacted boot speed. To remove samba, open a terminal and type “apt purge samba”.
- It will also be possible to upgrade from Linux Mint 17.3. Upgrade instructions will be published next month.
Conclusion
We have created a Linux Mint 18 Installer USB Flash Drive, and have installed the Operating System to a computer. We are now ready to do some computing on our freshly-installed Linux Mint 18 Operating System. Always remember to keep your system updated to the latest software versions to keep it secure and up-to-date. If you are having issues installing, referring to the Release Notes might help you solve the issues.
The post How To Install Linux Mint 18 From a USB Flash Drive appeared first on LinOxide.