Download and Create an Installation Medium

Back to User’s Guide Index

Choosing and Downloading a Disk Image

Naturally the first thing you’ll need to do in order to get up and running is to download the image. We distribute these images as .iso files, which are commonly referred to as “disk images”. We presently offer two different images: one for 32 bit systems (i386), and one for 64 bit systems (amd64).

Regarding the functionality of the desktop, both images are virtually identical. The underlying differences between 32 bit and 64 bit are really beyond the scope of this guide; however, there are a few standard “rules of thumb” to help you choose which one is right for your system:

  • 32 bit only has native support for a little over 3 GB of RAM, but can support more if necessary.
  • 32 bit will run on much older hardware than 64 bit will.
  • 64 bit is generally faster, but things such as Adobe Flash may suffer.
  • Most processors made after 2008 will support 64 bit.
  • Most desktop users will not likely see any drastic performance differences between the two.
  • Consensus opinion is usually that 32 bit is a tiny bit more stable than 64 bit.

That said, we generally do generally recommend 64 bit for newer systems so that the maximum amount of RAM can be supported without relying on Physical Address Extension. If you’re not sure about whether or not your computer will support 64 bit, then please download the 32 bit image.

Depending upon your connection speed, the download may finish is as little as a few minutes. Peppermint disk images are generally small in comparison with most full featured desktop operating systems.

For additional reading on the differences between 32 bit and 64 bit, Ubuntu has this nice Community Documentation Page that covers the topic in more detail.

Checking the Integrity of the Image

When dealing with large or critical file downloads, it’s often advised to check the integrity of the file. Fortunately this is easily done using any one of various programs such as md5sum which is available for most modern desktop operating systems, md5 on Apple OS X and most BSD variants, or FCIV for Microsoft Windows.

Checking the integrity of the file is done for a couple of reasons. The first is that it guarantees that the file is not corrupt by checking it against a known value. The second is that it guarantees the file to be authentic and has not been tampered with by unknown third parties.

Conducting the integrity check with md5sum is quite simple. Open a terminal or command prompt in the directory where the disk image is and type “md5sum” followed by the file name. Refer to the image below:


Integrity Check

If the result of the integrity check matches the md5 hash provided with the download, then the download was successful and you’re ready to create an installation medium. The md5 hashes for the currently available Peppermint Two disk images are as follows:
  • 32 bit – d6f4c85cf30ce8205da4e43196972b1e
  • 64 bit – ec327442f9f6cad696b6e44a2340eb7b

If you’re using a tool other than md5sum to verify the integrity of the disk image, please refer to the application documentation for additional instructions. If the application documentation proves insufficient, then instructions are generally readily available online using your search engine of choice.

Creating an Installation Medium

The next step is to take the disk image and write it to some form of external media so that you can boot the computer into that media and then install the operating system. Most commonly the installation medium consists of either an optical disk such as a CD or DVD, or a simple USB flash drive. We make sure to keep the disk image size small enough so that USB flash drives as little as 512 MB can be used for this process.

Almost all modern computers can boot from a USB flash drive and this is the method that we most strongly recommend. When compared to a CD/DVD, bootable USB flash drives are significantly faster when it comes to live desktop performance and install time. Also many new laptops and netbooks simply do not have any type of optical drive installed, thus ruling out optical media altogether. If you must write the image to a CD/DVD, note that almost every application capable of writing to optical disks (“burning a CD” if you will) is capable of doing this and we strongly advise you to consult the application documentation specific to what you will be working with.

There are also a number of applications available for the specific purpose of creating bootable USB flash drives from .iso disk images. Of these we generally recommend one called UNetbootin as it’s simple to use and is available for most common desktop operating systems including most Linux distributions, all supported editions of Microsoft Windows, and Apple OS X versions 10.5 and higher.

Once UNetbootin is installed, running the application and creating the bootable USB flash drive should be a fairly straightforward and intuitive process. In case you’re wondering, insert a USB flash drive, use the “Diskimage” option and navigate through the filesystem to find the disk image you want and then click “OK”.




It will take UNetbootin a few minutes to finish up and then it will prompt you to either reboot the computer or quit. The reboot option is nice if you’ll be booting into the image on the computer you’re working with; however, it’s just as simple to quit, eject the USB flash drive and move it to another computer (note that bootable USB flash drives created with UNetbootin are not bootable with Apple computers).

Booting Into Your Installation Medium

When you first power a computer on, the first thing you see is almost invariably what is called the BIOS screen. Generally this is the part where you see the computer manufacturer’s logo (or the motherboard manufacturer’s logo if you assembled the machine yourself) along with a few other things such as “F2 to Enter Setup” or something along those lines. What we want to do is to change the device that the computer is going to boot into as most systems will select the installed hard drive as their first choice.

Entering the BIOS setup differs between computer makes and models but is generally accessed using one of the following: F2, F10, F12, or Esc. Very rarely does the BIOS screen not tell you what it is. Some computers give you multiple options including full setup and a designated boot manager, which is ideal for this sort of work. As an example, my Lenovo ThinkPad has a “ThinkVantage” button that enters the full BIOS setup, while F12 enters the simple boot manager. You do need to be quick about hitting the correct button as the BIOS screen rarely stays up for longer than a few seconds. If you enter the full setup, there is almost always a section that defines the boot order. If you need specific instructions for your machine, see the documentation that came with the computer or do a web search.

Once you have selected the correct device to boot from, follow the on screen instructions regarding saving and exiting (or simply hit “Enter” in the case of a boot manager) and the computer should now boot into the USB flash drive and present you with a UNetbootin screen. From here either wait a moment for the computer to automatically select the first option, or select any option from the list and hit “Enter”. Ideally, the option you’ll want to select is “Try Peppermint OS Live” which will take you to a fully functional desktop from which you can install the system.

Next – Chapter Two – Installing Peppermint OS

User’s Guide Index