05-28-2024, 12:49 AM
(This post was last modified: 05-28-2024, 12:25 PM by grindstone.)
OK thanks for the patience and apology for kernel problem. First --- hopefully @John can see this because I don't know the answer but I *assume* it's legal (recommended) to adhere to the AntiX directives:
"28 April 2024 - URGENT - Expired GPG Key errorFix:
Option 1:When prompted type your user password, press enter"
I wrote that kernel stuff from the repo in RC3 and it seems different. It is definitely preferable to have the normal apt-get process do these things instead of doing it manually. I'm inquiring at the mothership about it momentarily.
FWIW, the old kernel & header .debs are retrievable here:
https://repo.antixlinux.com/bookworm/poo...2-486-smp/
EDIT: It's in the http://la.mxrepo.com/antix/bookworm repo in my RC4, too--it should "just work"--somehow I didn't find it browsing last night.
I don't know which RC you installed or whether repos are different (deleted my old ones), but if you
cat /etc/apt/sources.list.d/antix.list
you can see what you are using. To search, you could
sudo apt-cache search linux-image-4.19
but
sudo apt-get install linux-headers-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386 linux-image-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386
should "just work".
It's probably worth repeating that if grub doesn't run during inst, update-grub needs to be run and that the new kernel will not be the default at boot but rather need to be selected from the Advanced grub line.
"28 April 2024 - URGENT - Expired GPG Key errorFix:
Option 1:
Code:
wget -c http://repo.antixlinux.com/antix-archive-keyring_20019.5.0_all.deb
sudo dpkg -i antix-archive-keyring_20019.5.0_all.deb
I wrote that kernel stuff from the repo in RC3 and it seems different. It is definitely preferable to have the normal apt-get process do these things instead of doing it manually. I'm inquiring at the mothership about it momentarily.
FWIW, the old kernel & header .debs are retrievable here:
https://repo.antixlinux.com/bookworm/poo...2-486-smp/
EDIT: It's in the http://la.mxrepo.com/antix/bookworm repo in my RC4, too--it should "just work"--somehow I didn't find it browsing last night.
I don't know which RC you installed or whether repos are different (deleted my old ones), but if you
cat /etc/apt/sources.list.d/antix.list
you can see what you are using. To search, you could
sudo apt-cache search linux-image-4.19
but
sudo apt-get install linux-headers-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386 linux-image-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386
should "just work".
It's probably worth repeating that if grub doesn't run during inst, update-grub needs to be run and that the new kernel will not be the default at boot but rather need to be selected from the Advanced grub line.