1)Disable boot menu in ASUS machine
2)Download Ubuntu 16.04LTS
3)Creat bootable USB drive in UEFI mode( I used rufus software)
5)Save and exit
6)Select Install with the HWE kernel
9)Enter host Name
13)Select partition and create new partition
15)Create new partition
19)Create 256 MB of memory for EFI partition (for the UEFI boot information)
a)sudo apt-get update
b)sudo apt-get install ubuntu-desktop
c)sudo shutdown -r now
32)Install the NVIDIA display driver
a)sudo add-apt-repository ppa:graphics-drivers/ppa
b)sudo apt-get update
c)sudo ubuntu-drivers devices(Check recommended version which need to install)
d)sudo ubuntu-drivers autoinstall
e)sudo shutdown -r now
f)nvidia-smi
33)Create New sudo user
a)sudo adduser username
b)sudo usermod -aG sudo username
c)Test sudo access
A)su – username
B)sudo whoami
34)Install ssh
a)sudo apt-get update
b)sudo apt-get upgrade
c)sudo apt-get install openssh-server
35)Install tmax
a)sudo apt-get update
b)sudo apt-get install tmux