0

I have 12.04LTS installed on my laptop. I want to upgrade it to 14.04LTS. I tried to find a method but didn't succeed. I read somewhere that I can directly upgrade from one LTS to other but how?

1 Answers1

1

First, you need to remove all 3rd party binary drivers such as NVIDIA or AMD graphics card driver.

(Because 3rd party drivers only works with current kernel and will not work with newer version. You may see blank screen with older driver version. Hence, remove, update, and reinstall to save time.)

Once removed and rebooted the desktop.Then:

Open terminal by ctrl+alt+t .

  1. install update-manager-core by:

    sudo apt-get install update-manager-core

  2. upgrade the newest version by:

    sudo do-release-upgrade -d

Finally, reinstall 3rd party binary drivers.