Mysterious kernel

Hi,
Does anyone know how the mysterious Linode kernels end up on my system? It's not a package, it's not in /boot, it's not mentioned in grub.cfg and it's not mentioned anywhere in /etc.

I'm at a loss?

Thanks

2 Replies

They exist on the host, and QEMU loads them directly to start the Linode. The QEMU command line supplies the path to the kernel and the kernel command line like what you'd specify in a grub config yourself. Modulo the occasional patch applied to fix an issue Linode is seeing, they are vanilla kernels whose sources are obtained from kernel.org, and you can get the config the kernel you are running was built with from /proc/config.gz

Thanks for that. Is there a way to see or control this? Or see when a new kernel will be applied?
It does seem very well documented, or maybe I just can't find it.

Thanks

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct