this is mine first time compile a kernel and I have this error
make[3]: *** No hay ninguna regla para construir el objetivo 'debian/canonical-certs.pem', necesario para 'certs/x509_certificate_list'. Alto.
make[3]: *** Se espera a que terminen otras tareas....
CC certs/system_keyring.o
CC kernel/sched/core.o
make[2]: *** [scripts/Makefile.build:480: certs] Error 2
make[2]: *** Se espera a que terminen otras tareas....
I wish to know how can I fix this issues and upgrade my kernel to the current kernel please and thanks , and sorry if my English it is a little odd , the English language is not my mother tongue
scripts/config --disable SYSTEM_TRUSTED_KEYS; scripts/config --disable SYSTEM_REVOCATION_KEYS
. If that doesn't work, manually edit the config file to remove the value from those two keys – Daniel T Jan 28 '24 at 01:31sudo dpkg -i 1.deb 2.deb 3.deb 4.deb
instead of building. – Daniel T Jan 28 '24 at 03:25sudo do-release-upgrade
from 22.04 to 22.10 to 23.04 to 23.10. Then dodo-release-upgrade -d
to 24.04. That way you would have the *newest Ubuntu* possible, with newer kernel and apps tested to be working together. Any newer, and you need to find another distro. – Daniel T Jan 28 '24 at 05:16