Monday, November 2, 2015

[UEFI Boot]: Installation of Ubuntu 15.04 (Vivid Vervet) Desktop on UEFI Firmware Systems

Installation of Ubuntu 15.04 (Vivid Vervet) Desktop on UEFI Firmware Systems

Ubuntu 15.04, codename Vivid Vervetnon-LTS, has finally been released for Desktops, Servers, Cloud and other instances and flavours. This version comes with nine months support and some interesting changes, the most notable ones being the replacement of Upstart init service with Systemd service, Linux 3.19 Kernel, MariaDB 10.0, LXC 1.1 and LXD 0.17.

This article will guide you on how you can install Ubuntu 15.04, single boot, on UEFI Firmware machines with a manual default partition layout in order to preserve free space for future Operating System installations in dual-boot.
Be aware that all system installations made from UEFI booting sequence assumes that your hard drive will be partitioned in GPT style, regardless of the size of your disks. Also, try do disable Secure Boot andFast Boot options from UEFI settings (if supported), especially if you are trying to boot from a USB UEFIcompatible bootbale drive made with Rufus utility.

Requirements

Download Ubuntu 15.04 ISO image, which can be obtained from the following link:
  1. http://releases.ubuntu.com/15.04/

Ubuntu 15.04 Desktop Installation Guide


The installation of Ubuntu 15.04 it pretty simple and straightforward as its previous releases. However, if you are booting and installing the system on a UEFI Firmware machine, besides the classical partitions you need to assure that you create a standard EFI partition required for the boot loader to pass the further instructions to Linux Grub.
1. The first step you need to take in order to install Ubuntu 15.04 is to burn an Ubuntu ISO image or create a compatible UEFI USB drive, place the bootable media into your appropriate drive, then enter UEFI settings and disable Secure Boot and Fast Boot options and instruct your machine to restart in UEFI with the appropriate bootable CD/USB drive.
2. After the machine boots the media, the Grub screen should appear on your screen. From here choose Install Ubuntu and press Enter key to continue.
Booting Screen
Booting Screen
Ubuntu Grub Menu
Ubuntu Grub Menu
3. On the next step, choose the Language for your system and press Continue button to move forward.
Select Install Language
Select Install Language
4. Next, the installer checks if your system has Internet connectivity and inspects your hard drive required space. After all the requirements are met, just press Continue button again to proceed further. The installation can continue without an Internet connection also.
Preparing to Install Ubuntu
Preparing to Install Ubuntu
5. On the next step you must choose an Installation type. To ensure that Ubuntu doesn’t eat all your hard disk space while installing the system using the first option, Erase disk and Install Ubuntu, choose the last option with Something else and hit Continue button.
This option is the most safest and flexible in case you might want to preserve some disk space and install other Operating Systems in dual-boot after you install Ubuntu.
Select Installation Type
Select Installation Type
6. On this step you must create a Partition Table in case you have a blank drive and slice-up your disk. Select your hard-disk in case your machine has more than one disks, hit New Partition Table button andContinue button from the pop-up warning in order to create the GPT partition table.
Select Partition
Select Partition
Partition Confirmation
Partition Confirmation
7. Now it’s time to create the system partitions manually. The partition table will have the following scheme:
  1. EFI System Partition – 650 MB
  2. Mount Point /(root) Partition – min 10 GB – Formatted EXT4 journaling file system.
  3. Swap Partition – min 1GB (or double RAM size).
  4. Mount Point /home Partition – custom space (or all remaining space) – Formatted EXT4 journaling file system.
  5. All partitions should be Primary and At the beginning of this space.
To begin, select free space and hit the Plus + button to create the first partition. This first partition will be the EFI standard partition. Enter 650 MB as its size and choose Use as EFI System Partition, then OKbutton to confirm and create the partition.
Create EFI System Partition
Create EFI System Partition
Enter EFI Partition Size
Enter EFI Partition Size
8. Next, chose free space again, hit the + button and create the /(root) partition. Make sure the partition has at least 10GB of space and will be formatted as EXT4 journaling file system.
Create Root Partition
Create Root Partition
9. Next, using the same steps as for previous partitions, create a swap partition with minimum 1 GB. The recommendations are to use double size of your RAM, but 1GB is enough for new machines with a lot of RAM (actually the swapping slows down your machine considerably on non-SSD hard drives).
Create Swap Partition
Create Swap Partition
10. The final partition that you need to make it should be the /home partition. So, select free space again, hit + button and enter the desired size for mount point /home partition. Use EXT4 journaling file system and press OK to create the partition.
Create Home Partition
Create Home Partition
11. After all the partitions are created hit the Install Now button to begin the installation process and confirm the hard disk changes by hitting the Continue button from the pop-up warning. In case a new warning window appears with Force UEFI Installation, hit both Continue buttons again as illustrated on the below screenshots.
Partition Table: Install Now
Partition Table: Install Now
Confirm Partition Changes
Confirm Partition Changes
Force UEFI Installation
Force UEFI Installation
12. After the installation process starts, choose your system Keyboard layout and hit Continue to move on the next step.
Select Keyboard Layout
Select Keyboard Layout
13. On the final step regarding your system configurations, enter the name for the system administrative user with root privileges, type a name for your computer and choose a password to protect the admin user. Select Require my password to log in and hit Continue to finish the system configuration. After this step wait for the installation process to finish.
Create New User Account
Create New User Account
Installation Process
Installation Process
14. Finally, after the installation process has reached its end, reboot your machine, eject the bootable media and login to Ubuntu 15.04 using the credentials configured during the installation process.
Installation Complete
Installation Complete
User Login
User Login
Ubuntu 15.04 Desktop
Ubuntu 15.04 Desktop
That’s all! Enjoy the last release of Ubuntu 15.04 on your UEFI machine. Please stay tuned for the next article concerning Ubuntu 15.04 where we will be discussing what to do after you have installed Ubuntu on your machine.

No comments: