0

After failing to update my desktop to Ubuntu 20.04.1 LTS (unable to boot, kernel 5 not working etc) I am going to replace my disk with a new disk and install Ubuntu fresh. I have a few question that I would appreciate advice:

  1. Do I need to reformat the disk? I was planning to do it, but then I read that in the process of installation this can be done automatically.("You can wipe the hard drive clean prior to installing Ubuntu by clicking Erase disk and install Ubuntu.

  2. Do I really need a USB memory? or can I use another medium? perhaps the size of the image is too large and that is why I need a USB?

  3. I am not planning on partitioning the disk. Should I?

  4. My original problem was that apart from not booting, the Nvidia drivers were not correctly loaded and the GPU was not recognized. Any advice on how to avoid this problem?

Any other advice will be appreciated. First time I am doing this

2 Answers2

2

installing Ubuntu to New Disk

Assuming you want to boot 20.04 in UEFI mode and that there are no other OS on the computer

  • Start with Rufus set up as shown below.

enter image description here

  • Proceed with install Ubuntu until you get to Installation Type.

  • If you want a typical setup select Erase disk and install Ubuntu and then select Install Now.

  • If you want an encrypted installation, select the options shown below and then select Install Now:

enter image description here

  • Proceed with installation until complete.

In answer to your original questions: 1) No, 2) No, 3) No, 4) Open Software & Updates/Additional Drivers and select the Nvidia driver that best matches numerically, the latest driver for your GPU on the Nvidia driver site.

C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125
1
  1. You don't need to re-format the disk.

  2. You don't need to use USB thumb-drives, any media your machine can boot can be used (I have groovy DVD test media here too).

  3. Partitioning disk will depend on how you use it (use-case will dictate, so we can't help with detail provided). If you don't have reasons to partition it though, you're probably best not to (it's generally simpler without multiple partitions).

  4. There is a safe-graphics install option for difficult graphics. Once installed you can see help at sites such as this, searching for like questions on same release & with same hardware, or if you ask questions please provide details of your hardware, release details etc. (more detail is usually better than none; you mentioned 20.04.1 but didn't specifically mention desktop for example)

guiverc
  • 33,561