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
step 1.5 : UltraISO -> Bootable -> Write Disk 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
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.
Step 3.3: Swith to Boot Panel, Change secure boot to disabled.
(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.
just click on install Ubuntu.
I do not recommand to mark the two.
click on something else
Step 4.2:Create some partitions for installing.
- (/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.
- (/ ) mount point, from several GB to 20G is Ok, it depends on your disk.
- (/home) mount point, the rest space.
- 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.)
- Then install.
Step 5. Shut down the graphics driver.
step 5.1 After installing the Ubuntu, you need to reboot it. Then press "E".
step 5.2 Add "nomodeset", then the line looks like: ...... nomodeset quiet splash
Step 6. Stop nouveau and install nvidia driver
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.