a authored by Alexander Douglas Yelovich's avatar Alexander Douglas Yelovich
...@@ -49,13 +49,16 @@ motherboard (if you are on a desktop) to figure out which key to press. ...@@ -49,13 +49,16 @@ motherboard (if you are on a desktop) to figure out which key to press.
and hitting enter. and hitting enter.
* You should enter another, similar looking screen, select `Try or Install Ubuntu` * You should enter another, similar looking screen, select `Try or Install Ubuntu`
by hitting enter. by hitting enter.
![Ubuntu Grub Installer](uploads/training/grub.png) ![Ubuntu Grub Installer](uploads/training/grub.png)
* When prompted, choose * When prompted, choose
* Install Ubuntu * Install Ubuntu
![Ubuntu Install Window](uploads/training/install-ubuntu.png)
* Minimal Installation * Minimal Installation
* Download Updates * Download Updates
* Install Third Party Software * Install Third Party Software
![Ubuntu Install Updates](uploads/training/updates.png)
6. Once you reach the screen for choosing the install location, choose `Something Else`. 6. Once you reach the screen for choosing the install location, choose `Something Else`.
![Ubuntu Formatting](uploads/training/ubuntu-partition.png) ![Ubuntu Formatting](uploads/training/ubuntu-partition.png)
* On this screen, double click the free space you created back in Windows. * On this screen, double click the free space you created back in Windows.
...@@ -63,6 +66,7 @@ by hitting enter. ...@@ -63,6 +66,7 @@ by hitting enter.
* Choose Primary, and Beginnning of Space * Choose Primary, and Beginnning of Space
* Use as: EFI System Partition (this is where the software to choose the * Use as: EFI System Partition (this is where the software to choose the
operating system you boot into gets installed) operating system you boot into gets installed)
![EFI Partition](uploads/training/efi.png)
7. Repeat Step 6 with the following exceptions: 7. Repeat Step 6 with the following exceptions:
* For size, enter twice the amount of RAM available in your computer (If you do not know, * For size, enter twice the amount of RAM available in your computer (If you do not know,
...@@ -71,13 +75,18 @@ amount of RAM in your computer. Type `exit` to return to the original window). ...@@ -71,13 +75,18 @@ amount of RAM in your computer. Type `exit` to return to the original window).
* Choose Logical, and End of Space * Choose Logical, and End of Space
* Use as: swap area (this is what Linux uses as temporary memory in the event * Use as: swap area (this is what Linux uses as temporary memory in the event
your RAM is full) your RAM is full)
![Swap Partition](uploads/training/swap.png)
8. Repeat Step 6 with the following exceptions: 8. Repeat Step 6 with the following exceptions:
* For size just use the default entry (which should be the rest of the free space) * For size just use the default entry (which should be the rest of the free space)
* Choose Logical and Beginning of Space * Choose Logical and Beginning of Space
* Use as: Ext4 journaling file system * Use as: Ext4 journaling file system
* Mount point: `/` (this is like the Linux equivalent of `C:` in Windows) * Mount point: `/` (this is like the Linux equivalent of `C:` in Windows)
![ext4 Partition](uploads/training/ext4.png)
9. Continue and fill in account details, and then the installation should begin. Once it is done 9. Continue and fill in account details, and then the installation should begin. Once it is done
your computer should restart and then you should see a screen that looks like the start of the your computer should restart and then you should see a screen that looks like the start of the
installation. This is the grub bootloader. Whenever you want to boot into Ubuntu, select the installation. This is the grub bootloader. Whenever you want to boot into Ubuntu, select the
`Ubuntu` option, and whenever you want to boot into Windows choose the `Windows Boot Manager` `Ubuntu` option, and whenever you want to boot into Windows choose the `Windows Boot Manager`
option. option.
![Grub Final Selection](uploads/training/grub-final.png)
\ No newline at end of file