Hello, On Debian 10, I am using custom kernel, with lilo boot loader.
Now I want to boot the default Debian distribution kernel. I have installed the debian kernel image: apt-get install linux-image-amd64 and added the entry to /etc/lilo.conf. Now my lilo.conf looks like this: https://justpaste.it/99qsr However, when I boot this kernel, I get kernel panic: https://paste.pics/53199721ee9a9f7e4e6fea9e2a8fd7dc What am I doing wrong? How can I boot Debian kernel with lilo? thanks,