Results 1 to 10 of 10

Thread: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

  1. #1
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    The reason I am upgrading is because my new build uses Intel UHD graphics 750 integrated in the processor while the GFX cards are so expensive. I am unable to run No Man's Sky game. The symptoms are very very slow mouse movement making the game unplayable.

    Extract from GitHub help:

    The Intel UHD graphics 750 might be new enough that you will need to install the kernel for 20.04.3, which from https://ubuntu.com/about/release-cycle looks like it will be the same kernel which is shipping with Ubuntu 21.04 (which is a 5.11 kernel)

    That is the only reason for upgrading and if someone has the knowledge to say that upgrading would not help I would be grateful.

    If it is thought worthwhile trying this then is there a guide to prevent me messing up what has been a stable OS?

  2. #2
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    You can easily install a new kernel on Ubuntu 20.04 without upgrading your stable OS. I am running 5.11 on Ubuntu 20.04

    You can either get it from https://launchpad.net/~system76-dev/...able/+packages, you don't need to have a system76 computer, just upgrade the kernel and then disable the ppa if you don't want to upgrade other stuffs like firmware

    Or you can do it manually in a one off way, go to
    https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.11/

    create a folder and give it a name say Linux somewhere

    Download the linux image, linux headers and linux modules debs for your architecture (I assume amd64) from link above and save them to your Linux folder

    then
    Code:
    cd Linux #or /path/to/Linux if you created it somewhere else
    
    sudo dpkg -i *.deb
    then reboot

    Of course you can finally compile from source, though not recommended.

    Edited: If new kernel gives you problems then reboot into an older kernel, to boot into old kernel, tab ESC when boot and choose advanced option, choose older kernel say 5.8(?) Depending on your hardware it may not be ESC, better check with google. Once booted delete the new kernel stuffs. Easy way is to do it with synaptic, should install it if you haven't.

    Code:
    sudo apt install synaptic
    Last edited by monkeybrain20122; July 16th, 2021 at 09:15 PM.

  3. #3
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Many thanks but when I looked at those it scared the stuffing out of me lol.

    I thought it was just a matter of re-installing the file for 21.04 as I have a separate /home.

    Maybe I better plod on as I am until next year.

    Btw I do have synaptic as I rely on it.
    Last edited by QIII; July 17th, 2021 at 01:07 AM.

  4. #4
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Quote Originally Posted by makem2 View Post
    Many thanks but when I looked at those it scared the sxxit out of me lol.

    I thought it was just a matter of re-installing the file for 21.04 as I have a separate /home.

    Maybe I better plod on as I am until next year.

    Btw I do have synaptic as I rely on it.
    It is actually very easy and reversible. Try the second way if you don't want to add any ppa. I wouldn't trade in a stable OS for a beta with only a lifespan of 9 months.

  5. #5
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    If you want the 21.04 kernel, just install the hwe-edge metapackage. That's the 5.11 branch. hwe is the 5.8 branch, the 20.10 version. hwe will get the hwe-edge version later. Ubuntu's LTS releases get the same kernel as the interim releases through the Hardware Enablement Stack mechanism.

    If you want even newer than that, you don't need to get them from System76; Ubuntu provides its own means to get new upstream kernel versions.

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    If you want to take the upgrade path then you must first upgrade 20.04 to 20.10 and then upgrade 20.10 to 21.04. Ubuntu 20.10 reaches end of life at the end of July 2021. After that the process get more complicated.

    First run Software Updater to make sure 20.04 is up to date, Then, open Software & Updates>Updates tab and where it says Notify me of a new Ubuntu version click the down arrow and select For any new version. Now run Software Updater again and see if you get an offer to upgrade to 20.10. After you have reached 20.10 you should get an offer to upgrade to 21.04.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  7. #7
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Quote Originally Posted by CatKiller View Post
    If you want the 21.04 kernel, just install the hwe-edge metapackage. That's the 5.11 branch. hwe is the 5.8 branch, the 20.10 version. hwe will get the hwe-edge version later. Ubuntu's LTS releases get the same kernel as the interim releases through the Hardware Enablement Stack mechanism.
    Which is as simple as running
    Code:
    sudo apt install linux-generic-hwe-20.04-edge
    and reboot.

    Quote Originally Posted by grahammechanical View Post
    If you want to take the upgrade path then you must first upgrade 20.04 to 20.10 and then upgrade 20.10 to 21.04. Ubuntu 20.10 reaches end of life at the end of July 2021. After that the process get more complicated.
    If it works the same way as last time, a direct upgrade from 20.04 to 21.04 should be offered when 20.10 is dead. These upgrades appear somewhat less reliable though.

  8. #8
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Quote Originally Posted by monkeybrain20122 View Post
    It is actually very easy and reversible. Try the second way if you don't want to add any ppa. I wouldn't trade in a stable OS for a beta with only a lifespan of 9 months.
    I would be happy with adding and later removing a ppa if I really needed to.

    I think by your comment you suggest I could give it a go but better to wait so I will. That is the feeling in my water lol.

    Thank you for your input.

  9. #9
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Quote Originally Posted by Impavidus View Post
    Which is as simple as running
    Code:
    sudo apt install linux-generic-hwe-20.04-edge
    and reboot.



    If it works the same way as last time, a direct upgrade from 20.04 to 21.04 should be offered when 20.10 is dead. These upgrades appear somewhat less reliable though.
    Sorry, I missed that and the previous post. I will give it a try.

  10. #10
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    779
    Distro
    Xubuntu

    Re: Upgrading to 21.04 from Ubuntu 20.04.2 LTS

    Quote Originally Posted by grahammechanical View Post
    If you want to take the upgrade path then you must first upgrade 20.04 to 20.10 and then upgrade 20.10 to 21.04. Ubuntu 20.10 reaches end of life at the end of July 2021. After that the process get more complicated.

    First run Software Updater to make sure 20.04 is up to date, Then, open Software & Updates>Updates tab and where it says Notify me of a new Ubuntu version click the down arrow and select For any new version. Now run Software Updater again and see if you get an offer to upgrade to 20.10. After you have reached 20.10 you should get an offer to upgrade to 21.04.

    Regards
    I used the process of upgrading method you suggest.

    20.10 installed and upgrading to 21.04. all going fine ty.
    Last edited by makem2; July 20th, 2021 at 01:58 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •