Install-Ubuntu-on-an-Alienware(with Nvidia Drivers)

How to install ubuntu on a Alienware

Step 1: create a bootable Ubuntu USB stick on Windows 10

Step 1.1 : Download ubuntu 16.04 from the wbesite https://www.ubuntu.com/download/desktop

step 1.2 : Download and install UltraISO

step 1.3 : Plug in a 4GB+ USB stick

step 1.4 : Open UltraISO and open Ubuntu 16.04 iso

image

step 1.5 : UltraISO -> Bootable -> Write Disk Image

image

image

step 1.6 (not necessary): After writing, press Xpress Boot->Write New Drive Boot Sector -> Syslinux

Step 2: Create a new SSD partition for Ubuntu

image

This depends on your disk, it is better more than 100G.

Step 3: change BIOS settings

step 3.1: Reboot, press F2 into BIOS interface.

step 3.2: Swith to Advance Panel, change SATA Operation to AHCI fromn RAID on.

image

Step 3.3: Swith to Boot Panel, Change secure boot to disabled.

image

(The Boot Option #1 is ubuntu is because that I have install ubunutu on my machine.)

step 4: install Ubuntu 16.04

Step 4.1:Reboot, press F12 to boot USB stick.

image

just click on install Ubuntu.

image

I do not recommand to mark the two.

image

click on something else

image

Step 4.2:Create some partitions for installing.

  1. (/swap) mount point, this means the virtual memory, if your memory is less than 8G, you should double it. If your memory is 4G, you can set it to 8000M, and if your memory is 16G, set it to 16000M.

image

  1. (/ ) mount point, from several GB to 20G is Ok, it depends on your disk.

image

  1. (/home) mount point, the rest space.

image

  1. Device for boot loader installtion: you should choose the one your Windows boot.(If you only install Ubunutu in your machine, you also need to create a (/boot) mount point, it needs 500M space. Then select it for this step.)

image

  1. Then install.

Step 5. Shut down the graphics driver.

step 5.1 After installing the Ubuntu, you need to reboot it. Then press "E".

image

step 5.2 Add "nomodeset", then the line looks like: ...... nomodeset quiet splash

image

Step 6. Stop nouveau and install nvidia driver

image

image

Also, you cna use this link http://www.linuxandubuntu.com/home/how-to-install-latest-nvidia-drivers-in-linux to install the driver, and you may also need to stop nouveau at first.