Linux Mint Debian Edition, or LMDE, is the edition of Linux Mint based on Debian Testing. The latest release was made available for download on December 24, 2010. The installation program on this edition is similar to the Ubiquity installation program, which is used on the main edition, the one based on Ubuntu. But while the Ubiquity installation program incorporates an automatic disk partitioning phase, the LMDE lacks it. As a result, installation of LMDE requires that the disk be partitioned manually . This tutorial offers a step by step on how to partition a disk for installing LMDE.

Images used in this tutorial were obtained from an installation in a virtual environment with a disk space of about 100 GB. The steps would be the same if you are installing on real hardware with, say, 500 GB of disk space.

Note: This tutorial assumes installation on a pristine hard drive.

You might also be interested in how to install Linux Mint Debian Edition on an encrypted LVM file system.

This is what you will see when you get to the disk partitioning step of the installation process, that is, if there are no existing partitions on the disk. To start creating partitions, click on the Edit partitions button.
lmdeinstall1

That brings to the GParted window. GParted (GNOME Partition Editor) is the disk partitioning tool you will be using to create partitions on LMDE. If the disk has not been initialized, you will need to do that first before you can create partitions. To initialize the disk, select it, then click on Device > Create Partition Table.
lmdeinstall3

With the disk initialized, select it, then click as shown to start creating partitions. For this installation, we are going to create four partitions:

  • A /boot partition. This will be the first partition and it will be a primary partition.
  • Swap space. This partition could be primary or logical. For this tutorial, it will be created as a primary partition.
  • The third partition will be for the root file system, and it will be a logical partition
  • And the last partition will be for /home, also a logical partition.

Creating logical partitions will keep you from hitting the limit of four primary partitions allowed by the system.
lmdeinstall4

This is the partition creation window. You must specify the disk space to allocate to the partition, whether you want it to be primary, extended or logical, and the file system type. The Label field is optional.
lmdeinstall5

This is window with the values for /boot in place. On a new installation of LMDE, /boot takes up about 30 MB of disk space so anything higher than that should do. But most distributions assign about 500 MB to it, so we use that value here. Click Add to exit.
lmdeinstall6

With the /boot partition created, select the free space to create the next partition. This step will have to be repeated for the other partitions, too.
lmdeinstall7