-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS 9 grub cannot find kernel #59
Comments
Also if I run without |
Hello @lttlrck ! I cannot reproduce using the main branch: d2vm convert quay.io/centos/centos:stream9 --bootloader grub-bios -o centos-stream.qcow2 -v --force d2vm run qemu --mem 4096 --cpus 4 centos-stream.qcow2
Can you share the Dockerfile please ? |
I cannot share my dockerfile but it is:
I should try an empty dockerfile I worked around the issue by adding this to the centos template, which is horrible and fragile:
|
Is it possible that one of the dnf contains a vmlinuz which would then be discovered by grub ? |
Can you run |
You will not find it without the d2vm/templates/centos.Dockerfile Lines 41 to 45 in d8ee378
Can you run the find command directly in your container image ? |
Hi,
If I enable
--bootloader grub-bios
this happens:It's looking in a non-existent path. Any ideas where I could look?
Thanks.
The text was updated successfully, but these errors were encountered: