The most common way of installing Ubuntu is by creating a bootable drive, think of it as a program on a drive that can install an operating system. Just that the installation procedure is a little different compared to an ordinary app, as we will soon see.
Before we get started, we need the following
- A PC with the following minimum hardware specifications
- 2 GHz dual core processor or better. Use a 64 bit processor for the latest versions of Ubuntu.
- 2 GB system memory (RAM). Ubuntu doesn't use a lot of RAM, so you can do quiet a lot with just 4 GB of RAM, but going to 8 GB is a better choice, just to be a little more future proof.
- 25 GB of free hard drive space. Keep in mind that this is just for the operating system and that you'll be using it with a lot of applications and stored files, so it's suggested that you keep the hard drive space at about 75 GB if you're trying it out and 300 GB if you're using it as your main operating system. These estimates can differ from application to application, however.
- A bootable Ubuntu ISO drive. Basically, a USB drive from which you'll be able to install Ubuntu.
- To see the steps required to create a bootable drive for Ubuntu, check the Additional > Create a bootable USB for Ubuntu section of this page.
Follow the following steps for installing Ubuntu on your system
- Shut down (power off) the system if it's already running
- Plug in the bootable USB drive that we created into the system
- Boot the system (power on)
- On the boot screen, observe the key(s) that you have to press to select the bootable drive
- Most of the systems put this in the BIOS menu, and you enter it either by pressing DEL (delete) or ESC (escape) key on the startup screen
- Some systems call it BBS POPUP (old american megatrends ones), for that, the key is F9
- If none of the above works, check the documentation for your motherboard or simply google the key for disk selection while boot for your system. Some systems have it through BIOS and some keep it as a separate option. We'll need to boot into the USB drive for your system.
- The first page after a minute would be the Welcome page for the installer, wait for it to load if it hasn't loaded yet
- All steps after this can also be found in the link Official document in Additional > Installation Process tag (scroll down or click here)
- Click on Install Ubuntu (you could also try it if you want but in this tutorial, we're installing it)
- Select your language and test your keyboard layout. Make sure that you test the special characters and that they display correctly. Most of the times, it detects the correct keyboard layout. Click Continue.
- Select the type of installation that you want and other options to install. You can do a Minimal installation now and install whatever you need later. If your system is connected to the internet through LAN or something, it's a good idea to choose installing updates while installation (if you have time). Click Continue.
- If your system already has an operating system, the installer will detect it and ask you want to do with it. Select the options that goes with your liking and click Install Now. It might prompt you about changes being made, click Continue.
- If you're dual booting, then you'll find your existing system detected here.
- Select you time zone and click Continue
- Choose a username and password that fits your liking and click Continue. This will begin the installation, it takes about 20 minutes to finish the entire process
- You might get a message at the end asking you to restart, click Restart Now.
- If the bootable USB stick is still inserted, you will be asked to remove it and press ENTER. Do the same.
- The system will reboot and the login screen will appear. Login with the username and password that you had choosen in step 11. The first run might take some time, but it gets a little faster next time onwards.
- You will be greeted with the Welcome to Ubuntu program, proceed with the greeting
That's it, you've finished installing Ubuntu on your system. Congratulations 🎉🎊
Just before you get started, in case you didn't choose to install updates in the previous steps, you can update your system by doing the following
- Connect your system to the internet
- Open terminal (Ctrl + Alt + T)
- Type in the following commands and press enter after each one to execute them:
sudo apt update
sudo apt upgrade -y
And your system has been updated...