Steps to get started and install necessary tools on Dell Precision 5820 Tower. Windows 10 was already installed by the vendor. Dual is required to have both Ubuntu and Windows. This guide can also be followed to install Ubuntu alone. Ubuntu 18.04 LTS is used here.
Follow the steps below to make it dual boot
- Disable the secure boot option in BIOS. Follow this for step by step process.
- Download Ubuntu 18.04 Desktop from here.
Download Rufus from here to make a bootable USB. Note that you have to select
GPT
in thePartition scheme
. - Change the boot mode from
UEFI
toLegacy
. Insert the bootable USB and restart. WhenDELL
is flashed on the screen, frequently pressF12
to enter the boot menue. From here select proper USB name, e.g. Kingston to start installation. - At this moment you will see selection screen for installing Ubuntu. Select
install Ubuntu
and hite
to edit the boot options. Addnomodeset
before---
and hitF10
. Now normal installation for Ubuntu will start. Select options that suits you. - After successfull installation restart the computer. There might be some crashing of display due to drivers
but please don't panic. Put the computer in
sleep mode
and than wake it up again. Now you will see the login screen.
Install NVIDIA drivers
by following the instructions given here. Along
with drivers this process will also install cuda 11.0
. Now install cuda-toolkit
using command sudo apt install nvidia-cuda-toolkit
.
Install PyCharm using sudo snap install pycharm-community --classic
. This will install the latest available
version. Run PyCharm
from applications and perform settings as you like.
For installing anaconda follow the steps explained here