boot Debian default kernel with lilo results in kernel panic
0
votes
0
answers
118
views
I have server with Debian 10 installed.
I am using custom kernel, with
**How can I boot default debian distribution kernel with lilo?**
lilo
boot loader. This is my /etc/lilo.conf
:
boot=/dev/sda
root=/dev/sda1
map=/boot/map
lba32
prompt
timeout=50
default=linux
image=/boot/vmlinuz-5.10.46
label=Linux
read-only
append="rootfstype=ext4 net.ifnames=0 loglevel=4 console=tty0 2"
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
:
image=/boot/vmlinuz-4.19.0-17-amd64
label=4.19.0-17-amd64
initrd=/boot/initrd.img-4.19.0-17-amd64
read-only
append="rootfstype=ext4 net.ifnames=0 loglevel=4 console=tty0 2"
However, when I boot this kernel, I get kernel panic.

Asked by Martin Vegter
(598 rep)
Jun 28, 2021, 02:26 PM