pieroproietti / penguins-eggs

On the road of Remastersys, Refracta, Systemback and father Knoppix!
https://penguins-eggs.net
374 stars 41 forks source link

[BUG] kernel not found on `/live/initrd-img-xxxx #326

Closed sunuazizrahayu closed 6 months ago

sunuazizrahayu commented 6 months ago

v 9.6.24: kernel not found when try using live, it seems that kernel not copied to /live dir on ISO

i try to build with debian netins on virtualbox

pieroproietti commented 6 months ago

sunu

It seem your system have initrd.img-6.1.0-16-amd64 not under /boot, but under /boot/grub.

I don't know why, for example your /initrd.imgis a link to /boot/initrd.img-6.1.0-16-amd64.

In all the ways, probably a simple sudo cp /boot/grub/initrd.img-6.1.0-16-amd64 /boot will solve the problem.