-
Notifications
You must be signed in to change notification settings - Fork 13
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
sdbootutil
produces unbootable initrds
#44
Comments
Line 397 in 552d220
With |
With `--sysroot`, dracut needs to know the root device to automatically get its filesystem drivers. Otherwise, they are missing from the initramfs and the system cannot boot. Fixes openSUSE#44
This should already be fixed, please verify and close :) |
Yes, working. No need to ping me to verify :) |
While using http://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-kvm-and-xen-sdboot.qcow2, we found that the initrds generated using
sdbootutil
are missing some required kernel drivers (at least), and the system fails to boot. E.g.:The keymaps are not included due to a bug in dracut, fixed with dracutdevs/dracut#2618. After applying this patch, the keymaps are included correctly:
The text was updated successfully, but these errors were encountered: