Discussion:
error: /boot/vmlinuz-4.18.16-1-default has invalid signature
Manuel Quintero Fonseca
2018-10-29 22:23:23 UTC
Permalink
I Compiled the stable kernel obtained from kernel.org, when starting the
grub
the error came out:

Loadin Linux 4.18.16-1-default ..
error: /boot/vmlinuz-4.18.16-1-default has invalid signature.
loading initial ramdisk ...
error: the kernel must be loaded first


The steps for the process were:

$ git clone git: //
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
cd linux-stable

$ git checkout -b stable v4.18.16

$ cp / boot / config-`uname -r` * .config

$ make
#make modules_install install

#reboot

with that it is supposed to be compiled and installed in the system and I
configure the grub
the source: https://kernelnewbies.org/KernelBuild

openSUSE TW

NOTE: I tested it on a virtual machine in the same way, and did not frame
the error

regards
Mulyadi Santosa
2018-11-01 07:46:11 UTC
Permalink
Post by Manuel Quintero Fonseca
I Compiled the stable kernel obtained from kernel.org, when starting the
grub
Loadin Linux 4.18.16-1-default ..
error: /boot/vmlinuz-4.18.16-1-default has invalid signature.
loading initial ramdisk ...
error: the kernel must be loaded first
Just a hunch, are you using UEFI/secure boot?
$ git clone git: //
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
cd linux-stable
$ git checkout -b stable v4.18.16
$ cp / boot / config-`uname -r` * .config
$ make
#make modules_install install
#reboot
with that it is supposed to be compiled and installed in the system and I
configure the grub
the source: https://kernelnewbies.org/KernelBuild
openSUSE TW
NOTE: I tested it on a virtual machine in the same way, and did not frame
the error
regards
_______________________________________________
Kernelnewbies mailing list
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
Manuel Quintero Fonseca
2018-11-06 02:39:36 UTC
Permalink
if I had the uefi enabled, then I deactivated it but I set the error of the
grub, I turned it on again and it is no longer possible to enter D: neither
going back to re-configure the system
Post by Mulyadi Santosa
Post by Manuel Quintero Fonseca
I Compiled the stable kernel obtained from kernel.org, when starting the
grub
Loadin Linux 4.18.16-1-default ..
error: /boot/vmlinuz-4.18.16-1-default has invalid signature.
loading initial ramdisk ...
error: the kernel must be loaded first
Just a hunch, are you using UEFI/secure boot?
$ git clone git: //
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
cd linux-stable
$ git checkout -b stable v4.18.16
$ cp / boot / config-`uname -r` * .config
$ make
#make modules_install install
#reboot
with that it is supposed to be compiled and installed in the system and I
configure the grub
the source: https://kernelnewbies.org/KernelBuild
openSUSE TW
NOTE: I tested it on a virtual machine in the same way, and did not frame
the error
regards
_______________________________________________
Kernelnewbies mailing list
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
_______________________________________________
Kernelnewbies mailing list
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Loading...