isantop / kernelstub

A simple EFI boot manager manager for Linux
Other
87 stars 21 forks source link

cant find kernel image or initrd image #32

Open KCGD opened 3 years ago

KCGD commented 3 years ago

Distribution (run cat /etc/os-release): Ubuntu 21.04

Related Application and/or Package Version (run apt policy $PACKAGE NAME): kernelstub 3.2.0

Issue/Bug Description: I'm trying to use the --add-option command but it fails due to kernelstub not finding the kernel image.

I tried to manually point it to what I think is the kernel image, which it then fails to find the initrd image, I do the same for that and kernelstub loops back to not finding the kernel image again.

Steps to reproduce (if you know): I'm not sure. I previously tested this on Linux mint and no problems occured, but on Ubuntu I get this problem.

Expected behavior: for the --add-option command to work

Other Notes:

tkircher commented 2 years ago

As far as I can tell, kernelstub does not work at all in Ubuntu. The only way to do what you need is to edit the grub configuration directly.