kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* error: /boot/vmlinuz-4.18.16-1-default has invalid signature
@ 2018-10-29 22:23 Manuel Quintero Fonseca
  2018-11-01  7:46 ` Mulyadi Santosa
  0 siblings, 1 reply; 5+ messages in thread
From: Manuel Quintero Fonseca @ 2018-10-29 22:23 UTC (permalink / raw)
  To: kernelnewbies

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20181029/32ed5948/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* error: /boot/vmlinuz-4.18.16-1-default has invalid signature
  2018-10-29 22:23 error: /boot/vmlinuz-4.18.16-1-default has invalid signature Manuel Quintero Fonseca
@ 2018-11-01  7:46 ` Mulyadi Santosa
  2018-11-01  7:46   ` Mulyadi Santosa
  2018-11-06  2:39   ` Manuel Quintero Fonseca
  0 siblings, 2 replies; 5+ messages in thread
From: Mulyadi Santosa @ 2018-11-01  7:46 UTC (permalink / raw)
  To: kernelnewbies

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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20181101/cfad03f0/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: error: /boot/vmlinuz-4.18.16-1-default has invalid signature
  2018-11-01  7:46 ` Mulyadi Santosa
@ 2018-11-01  7:46   ` Mulyadi Santosa
  2018-11-06  2:39   ` Manuel Quintero Fonseca
  1 sibling, 0 replies; 5+ messages in thread
From: Mulyadi Santosa @ 2018-11-01  7:46 UTC (permalink / raw)
  Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1285 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 3723 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 5+ messages in thread

* error: /boot/vmlinuz-4.18.16-1-default has invalid signature
  2018-11-01  7:46 ` Mulyadi Santosa
  2018-11-01  7:46   ` Mulyadi Santosa
@ 2018-11-06  2:39   ` Manuel Quintero Fonseca
  2018-11-06  2:39     ` Manuel Quintero Fonseca
  1 sibling, 1 reply; 5+ messages in thread
From: Manuel Quintero Fonseca @ 2018-11-06  2:39 UTC (permalink / raw)
  To: kernelnewbies

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 at 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 at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20181105/a6e94817/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: error: /boot/vmlinuz-4.18.16-1-default has invalid signature
  2018-11-06  2:39   ` Manuel Quintero Fonseca
@ 2018-11-06  2:39     ` Manuel Quintero Fonseca
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Quintero Fonseca @ 2018-11-06  2:39 UTC (permalink / raw)
  To: mulyadi.santosa; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1884 bytes --]

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
>

[-- Attachment #1.2: Type: text/html, Size: 5286 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-06  2:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29 22:23 error: /boot/vmlinuz-4.18.16-1-default has invalid signature Manuel Quintero Fonseca
2018-11-01  7:46 ` Mulyadi Santosa
2018-11-01  7:46   ` Mulyadi Santosa
2018-11-06  2:39   ` Manuel Quintero Fonseca
2018-11-06  2:39     ` Manuel Quintero Fonseca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).