Hey there, we'll be installing Ubuntu on your system through dual booting. This blog article assumes that you currently have a system running Windows and you want to install Ubuntu alongside your existing operating system.
Let's get started...
Note: These steps have been tried for Windows 10, but might work for 7 and 8 as well.
You now have a USB drive that has the ISO image of Ubuntu. We'll use this bootable USB drive to install Ubuntu.
Here, we'll prepare your system to dual boot and install Ubuntu alongside windows. It's assumed that your system is running Windows 10 (7 or 8 may also work).
We'll first create some empty space to install Ubuntu on your system
Figure 1: After clearing E: or moving everything from E: to D:
Figure 2: Disk Management app when you open it
Figure 3: Deleting E: to create space for Ubuntu
Figure 4: Unallocated memory into which you'll install Ubuntu
We've created space for Ubuntu, now time to change some settings, particularly, the fast startup mode needs to be disabled
Figure 5: Power options in control panel
Figure 6: Turning off Fast startup setting
Figure 7: Final status of power settings
Figure 8: Hotkey to select the boot menu, complete list here
Now that you've finished all this, your system is ready to install Ubuntu. Until here, you must have the following:
Everything's ready, let's start the main installation
Perform the following steps:
That's it! You've successfully installed Ubuntu on your system.
Figure 9: Selecting the installation type
Figure 10: Selecting installation site. Note that you must get the option to install alongside Windows 10. Check this out if you have issues here.
Figure 11: Select your location for setting up the time zone
Figure 11: Creating login credentials
As described here, Windows and Ubuntu read time differently from the hardware clock on your motherboard. This causes one to set parameters that the other operating system doesn't understand or parse correctly. Luckily there's a simple fix for this in Ubuntu / Linux. Open terminal and run the command timedatectl set-local-rtc 1 --adjust-system-clock
This ensures that Linux parses the time correctly, now boot into both the operating systems one by one and fix time by syncing them through the internet clock or manually.
Main link