Tiny guide to install Ubuntu 14.04.05 on a brand new Alienware 15 R3.
Just next, next, next filling up your data.
You should get a BIOS update alert from the Alienware Update widget. If not,
right click on the Down arrow icon in the bottom right extra icons ^
thing and
right click, then click Check for Updates
.
Install it. It will reboot your computer, try to not touch anything up until you are back to Windows.
Go to the disk manager (right click on Windows icon > Disk management) and
Shrink the OS partition (right click on it, Shrink Volume...
). It offered
me shrinking by 115XXX MB. Just shrink it 110000 MB. Shrinking it more won't work.
For Ubuntu to see the NVME disk it needs to boot on AHCI not on RAID mode (the default). As you don't want to go to the BIOS to change the SATA mode every time you want to boot in one or another OS, we need to force Windows to be able to boot in AHCI mode.
For that follow the instructions (kindly taken from here):
- Run Command Prompt as Admin.
- Invoke a Safe Mode boot with the command:
bcdedit /set {current} safeboot minimal
. - Restart the PC and enter your BIOS during bootup (F2 key).
- In tab
Advanced
change optionSATA Operation
fromRAID on
toAHCI
mode then go toExit
tab and useSave Changes and Reset
. - Windows 10 will launch in Safe Mode.
- Right click the Window icon and select to run the Command Prompt in Admin mode from among the various options.
- Cancel Safe Mode booting with the command:
bcdedit /deletevalue {current} safeboot
. - Restart your PC once more and this time it will boot up normally but with AHCI mode activated.
- Enjoy your awesomeness.
You need to disable secure boot in order to boot any other OS.
Enter your BIOS (F2 key on boot). Go to Boot
tab and change Secure Boot
option to Disabled
.
Note that Boot List Option
should be UEFI
(it's the default).
I got my image from the official Ubuntu releases link scrolling down to find ubuntu-14.04.5-desktop-amd64.iso. I used Firefox + DownThemAll! addon to download it faster.
I use UNetbootin for writing my images.
I use Gparted to format my pendrive to FAT32.
Download from ubuntuupdates.org gparted. Scroll down to Download "gparted"
and click on 64-bit deb package. The direct link is here which may or not work.
Copy gparted_0.24.0-1~getdeb1_amd64.deb
to the pendrive root into a new folder, I created one called
gparted_deb
. You'll need it.
Press F12 while booting and choose under UEFI OPTIONS
to boot from your pendrive, for me it was
USB1 - UEFI OS( USB DISK 3.0 PMAP)
.
In order for the installation wizard to be able to deal with your NVME disk (the SSD) you need the newest Gparted.
To install it, open a terminal (Control+Alt+T) and:
cd /cdrom
cd gparted_deb # Or whatever you called the folder
sudo dpkg -i gparted_0.24.0-1~getdeb1_amd64.deb
Just double click the Install Ubuntu 14.04.05 LTS
desktop icon.
Configure as you like BUT DON'T ENABLE DOWNLOAD UPDATES WHILE INSTALLING NOR INSTALL THIRD PARTY SOFTWARE. It will freeze your installation. If you don't believe me, just try and enjoy your reboot.
Click on Something else
.
Now you should see some partitions like /dev/nvme0n1
. If you don't, you missed some step.
Now choose the free space partition that corresponds to the shrinked space we made before. For me it's
115343 MB. I'll just make a partition for /
and another swap
one.
In order to be able to hibernate in Ubuntu you'll need at least your amount of RAM as swap. I doubt very much it will actually work, but hey, you need to try.
I have 16GB of RAM so I'll do 115343 - 17 * 1024 = 97884 MB partition. (Yeah that's a 17, I'm a bit lazy to check for how much exactly it should be).
Click on that free space
to be selected and click on the +
symbol. Put your amount
of MB for it (97884) in Size. Choose Logical
as Type. Leave Location as Beginning of this space
. Use as Ext4
. Mount point as /
.
Then on the left free space, repeat the process but make it of type swap
.
IMPORTANT now you need to change the Device for boot loader installation
to /dev/nvme0n1
.
Now you can click Install Now
.
In a few minutes you should be good to go!
...
Thanks for the great post. Saved me a lot of time. I've got some problem on finding Wi-Fi after installing Ubuntu 14.04 in my alienware. May I know if you have any solution?
And also, how can I fully remove the default Win partition? It seems the corresponding disk couldn't be detected while manually partitioning the disk during Ubuntu installation.
Thanks.