Page 1 of 1
upgrade from ubuntu 20.04 to ubuntu 24.04
Posted: 2024-10-30 9:31
by zoldaten
i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !
https://youtu.be/SgfUqp6_Yoc
but camera csi still doesnt work even with gstreamer (
Re: upgrade from ubuntu 20.04 to ubuntu 24.04
Posted: 2024-11-03 22:16
by dcoulson
zoldaten wrote: ↑2024-10-30 9:31
i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !
Can you share the process to upgrade to 24.04? Is there a build environment for it or just started with 20.04 and went from there?
Re: upgrade from ubuntu 20.04 to ubuntu 24.04
Posted: 2024-11-07 7:31
by zoldaten
dcoulson wrote: ↑2024-11-03 22:16
zoldaten wrote: ↑2024-10-30 9:31
i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !
Can you share the process to upgrade to 24.04? Is there a build environment for it or just started with 20.04 and went from there?
just started with 20.04 and went from there - this way.
1. have to fix date each time boot:
*may be need installed:
Code: Select all
sudo apt install ubuntu-release-upgrader-core
2.change links for update:
sudo nano /etc/apt/sources.list
Code: Select all
deb http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu focal partner
deb-src http://archive.canonical.com/ubuntu focal partner
3.unhold packets in system to do updates:
Code: Select all
sudo apt-mark unhold $(apt-mark showhold)
4.update:
Then 2 stages of dist upgrade from 20.04 to 22.04 and from 22.04 to 24.04 with reboot between them.
*do it twice:
Code: Select all
sudo do-release-upgrade
sudo reboot
Re: upgrade from ubuntu 20.04 to ubuntu 24.04
Posted: 2025-01-08 6:57
by nozlaf
I can confirm that this works
although the first step of setting the date is not required (and will actually stop it working) as setting the date to the past where the SSL certificates for ubuntu update servers are not valid will not allow you to get the updates
Downside of this is that you are still stuck with the old kernel as the CPU is not supported by the mainstream kernel