error: /boot/vmlinuz-4.18.16-1-default has invalid signature
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
On Tue, Oct 30, 2018 at 5:24 AM Manuel Quintero Fonseca <manuel@uas.edu.mx> wrote:
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
Just a hunch, are you using UEFI/secure boot?
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 _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
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 El jue., 1 nov. 2018 a las 0:52, Mulyadi Santosa (<mulyadi.santosa@gmail.com>) escribió:
On Tue, Oct 30, 2018 at 5:24 AM Manuel Quintero Fonseca <manuel@uas.edu.mx> wrote:
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
Just a hunch, are you using UEFI/secure boot?
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 _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org 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 Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (2)
-
Manuel Quintero Fonseca -
Mulyadi Santosa