-
Notifications
You must be signed in to change notification settings - Fork 46
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
booster fails when loading microcode image first #251
Comments
Grub+Booster certainly works on Void, e.g. see report here #29 (comment) One way to debug your problem is to enable the booster debug logs and share it with us. |
I can confirm that Grub+Booster works on Void. It's the addition of the I did a bunch of tests. The setup: I copied the standard Void Linux boot entry in
I am not sure what this means. It seems the failure is somehow "bypassed" if (1) logging to console is enabled and (2) booster actually logs some message to the console (i.e. logs are not empty). Note that in the case of How can I share the logs with you in the failure case? All I can do at that point is reboot the laptop, after which the logs are lost, right? |
The plot thickens. If I disable For completeness, here are my configs: /etc/booster.yaml
/etc/vconsole.conf
(Note that on Void console fonts are not configured in |
It sounds like #234 then. See that issue, there was some debugging done there but not completely resolved yet. |
I am using Void Linux and have a microcode image file next to the booster initramfs like so:
grub-mkconfig
automatically picks up the microcode image and generates lines like this in/boot/grub/grub.cfg
:This should be a supported way of early loading CPU microcode before loading the initramfs. However, booster's init fails with exit code 71 and a message to press enter to reboot.
See also here for background information.
The text was updated successfully, but these errors were encountered: