When I do sudo apt update, I receive this message:
N: Missing Signed-By in the sources.list(5) entry for 'Index of /stable/'
N: Missing Signed-By in the sources.list(5) entry for 'Index of /patches/'
N: Missing Signed-By in the sources.list(5) entry for 'Index of /apps/'
N: Missing Signed-By in the sources.list(5) entry for 'Index of /drivers/'
In your BIOS Settings, I believe you have Secure Boot enabled - but you have not enrolled MOK to manage package signatures.
You can enroll MOK or, disable Secure Boot.
Secure Boot is a collaboration between Microsoft and BIOS programming from manufacturers in which, like a bouncer at a night club, initializing processes are rejected if they are not Signed By Microsoft.
cat /etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: Index of /ubuntu
Suites: noble noble-updates noble-backports
Components: multiverse restricted universe main
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: Index of /ubuntu
Suites: noble-security
Components: multiverse restricted universe main
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Hey, I have the same issue. Also using zorin os, am getting the "Oh no, something has gone wrong" screen on tty2 and had ran sudo apt upgrade command as advised in other guide I found, if that's what you're referring to.
Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
and running : ~$ cat /etc/apt/sources.list.d/ubuntu.sources
I get:
Types: deb
URIs: Index of /ubuntu
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: Index of /ubuntu
Suites: noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg