What is Signed and Unsigned kernel?

Hi, everyone

I have been using Ubuntu mainline kernel installer for many days to install new kernel versions in my Linux system, so I found that the word unsigned is mentioned in all the kernels which I installed manually.

My question is, is it safe to use unsigned kernel, does it have any disadvantages? any difference between unsigned and signed kernel ?

If you’re using secure boot, the hardware won’t boot an unsigned kernel. It’s a security thing. Hardware checks software at startup to see if it’s signed … if not, no boot. There are no performance benefits to your system either way though.

2 Likes

thank you so much to reply on my topic, you comment is very helpful for me.

1 Like