
- #Linux mint system requirements 17 how to#
- #Linux mint system requirements 17 install#
- #Linux mint system requirements 17 full#
- #Linux mint system requirements 17 code#
- #Linux mint system requirements 17 download#
To create the swap partition, you need to create a new primary partition and select "swap area" as its file system: If you decide to separate the home partition, create it now as a primary partition with the desired size: Adjust the partition size you want to give to Linux Mint, set the mount point to "/" (root) and leave the file system as ext4: Press the "+" button to add a new partition. It will show you the partitions on your hard drive. To create the desired partition layout when installing Linux Mint, switch the installer's page to "something else": If you worry about slowdown issues, then just create the swap partition 2 x the size of your RAM. A swap file is slightly slower than a dedicated partition but is still quite usable. As for the swap partition, you can instead have a swap file. You can even reinstall the operating system and format all the other partitions and keep your /home partition with all your data and app preferences intact!Īs I said above, you can omit all these separate partitions and you can have only the /root partition. That way, you can unmount the /home partition and perform system maintenance without risk of data loss. The reason I made a separate /home partition is for data safety. And the Home partition contains all the user data, that is why it has the largest size.īut there is no actual reason to have a separate /boot partition unless you have some exotic or encrypted file system for the root (/) partition which cannot be read by the Linux kernel directly. The swap partition is used when your system needs to move memory pages between the RAM and the disk. The root partition contains the operating system files, logs and configuration files.

The boot partition has the boot loader files. Personally, I prefer having the following partition layout: When installing, you can omit most of them and have only a single partition where your Linux distribution will be installed.

Actually, there is no reason to have lots of partitions. It is a myth that Linux requires many partitions on the hard drive.
#Linux mint system requirements 17 how to#
Thus, you do not need to add "parted -script $ set 1 boot" into the script either.The swap file How to partition your hard drive for Linux Mint
#Linux mint system requirements 17 install#
The bootloader failed to install for me when I tried using a msdos based partition table, so I left it at gpt. Make sure that when the script prompts you to go and run the installer, you do so prior to continuing as well as ensuring that the installer knows of the proper partition mountpoints, etc. Script now terminates instead of prompting for reboot to allow you to check your work.

Removed nf copying, as it doesn't seem to work and seems unnecessary enough. Removed installer launching and instead prompts user to complete the installation themselves and then hit enter when the installer has completed. Changed line 736 to "echo "lvm_crypt UUID=`blkid /dev/sda2 | sed -e 's/.*UUID="// s/".*//'` none luks" > /etc/crypttab". That being said, I made the following modifications to the script and it worked: The thing with Enkidu's configuration is that he requires the first two modifications for his UEFI BIOS based machine, a standard box doesn't. Taking into account antiplex and Enkidu's modifications and suggestions, I've successfully installed Linux Mint 13 with FDE on a standard BIOS based machine.
#Linux mint system requirements 17 code#
The source code of the script is dual-licensed der GPLv2 and New/3-clause BSD Thanks to Andreas Haerter who wrote this script which can be found in source code here: The script automaticaly finishes it's work (installing the bootloader) As Linux Mint has a slightly different setup, you will need to choose " /" instead (slash only)Īfter the installation is finished, do NOT reboot, but click "continue trying Linux Mint"

You are being asked to change one mountpoint to the destination " /root". Take extra care when changing the mountpoints as any mistyping will result in a non functioning system. Start the installation of Linux Mint from the DVD/CD when you're being askedĪt the partitioning section of the installation, you will need to choose "manual partitioning" and change the mountpoints which are stated in the script. Press enter, this downloads and starts the encryption scriptįollow the instructions in the script and answer a few questions about patition sizes Wget "" -O "/tmp/full-disk-encryption-lvm-luks.sh" & chmod a+rx "/tmp/full-disk-encryption-lvm-luks.sh" & sudo "/tmp/full-disk-encryption-lvm-luks.sh" Open a terminal (press ALT+F2 and type gnome-terminal or xterm) The script is originally made for Ubuntu but works perfect for Linux Mint 10 (Ubuntu Version).īoot from your Linux Mint Desktop from your Installation Live DVD/CD
#Linux mint system requirements 17 download#
This works for new installations only and you will need internet access during the installation process to download a scipt. The following HOWTO is an easy to use automated script to install a fully encrypted Linux Mint using LVM and cryptsetup.
#Linux mint system requirements 17 full#
Easy Full System Encryption with Linux Mint (Howto)
