How to install Ubuntu 15.10 with Snapshots

To install Ubuntu 15.10 with Snapshots --------------------------------------

The new features in Ubuntu includes Intel SkyLake CPUs, New drivers for different input devices, Persistent network interface names, New AMD CPUs, Better drivers for sensors, Overlay Scroll bars and Core application updates.

To install Ubuntu 15.10

To create a bootable Ubuntu USB flash drive

Enter the UEFI settings and disable fast and secure boot options. Now configure your machine to reboot in UEFI

Ubuntu Installation Guide

You can try Ubuntu without installing. To run the installation choose Install Ubuntu.

Now the Ubuntu runs checks if system satisfies the requirements for installing.

To configure the partitions of your Ubuntu installation

Choose Erase disk and install Ubuntu if Ubuntu is the only OS in your PC. To configure click something else.

To click on New partition table

To create the new partitions on your system

In the beginning all partitions should be primary, the swap partition should be minimum 1GB, root partition should be minimum 10GB and EFI system partition should be 650MB.

Select free space to start and press Plus button to create first standard partition and use as EFI System Partition by setting it to 650 MB.

Now set the disk space to 10GB and configure the following

Mount point and Ext4 journalist system

To prepare swap partition

The final partition to create is home

After creating the partitions click on install to continue with the installation process ans confirm the changes made to the hard disks.

To configure your location

To choose your keyboard layout

To create new user

Fill in the details to configure new user

click continue for installation to start.

Note: Eject the installation media after the installation is complete

To login your new Ubuntu installed



Tag : Ubuntu
FAQ
Q
How do I take a snapshot on AWS?
A
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
Choose Snapshots in the navigation pane.
Choose Create Snapshot.
On the Create Snapshot page, select the volume to create a snapshot for.
(Optional) Choose Add tags to your snapshot. ...
Q
Where is the snapshots can be stored?
A
The snapshots can be used to stored in the data.
Q
Ubuntu installation has no bootable device found error
A
check your bootable media (dvd or usb) is properly working and also check the iso file (if using usb boot) is not currupted
Q
How to fix broken package in ubuntu
A
try dpkg –configure -a or apt-get install -f
Q
How to make a bootable usb drive on ubuntu
A
use the command dd if=ubuntu.iso of=/dev/sdb to make bootable usb from command line