Replies: 2 comments
-
I'm not quite clear where you blacklisted We do have a wiki 'quirks' page that would be a good place to add an entry for your specific hardware. Right now, there isn't a great place on our docs.zfsboot.menu site for that. It'll take some wrangling to find a place for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The radeon problem had nothing to do with zfsbootmenu but made stuff a lot harder to debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ZFSBootMenu build source
Release EFI
ZFSBootMenu version
2.3.0
Boot environment distribution
Alpine
Problem description
On an older box (HP microserver gen 8) i had some console font corruption issues.
After hours of debugging i found the solution(s):
zbm.autosize=0
made the issue better: This prevents the whole screen from shifting/wrapping up 3 rows.rd.vconsole.font=none
solved the characters from being corrupt. (autosize=0 isnt needed anymore at this point)So i would suggest making
rd.vconsole.font=none
a suggestion as default option, in case people experience these problems.I cant believe how much stuff i had to do to get simple console output on this box :)
Steps to reproduce
Beta Was this translation helpful? Give feedback.
All reactions