Bug #12448
closedloader: improve boot options for kmdb and framebuffer
100%
Description
I seem to be spending quite a lot of time talking people through dropping to the loader prompt and configuring nmi=kmdb
so that it is possible to drop into kmdb by sending an NMI. Similarly with the framebuffer I've had to talk people through dropping back to the old plain VGA console mode.
The loader boot option screen could be improved to make these things easier.
Files
Related issues
Updated by Andy Fiddaman over 3 years ago
Updated by Andy Fiddaman over 3 years ago
- File 77548773-ea22d800-6ea6-11ea-97fa-25f27949596d.png 77548773-ea22d800-6ea6-11ea-97fa-25f27949596d.png added
- Off
- Loaded
- On NMI
- On Boot
- On Boot/NMI
Updated by Stephan Althaus over 3 years ago
I have a persistent switch "reconfigure" enabled on my system.
Is there a way to have "framebuffer off" persistent as well? Is it documented (i didn't find it with man loader etc.)?
Greetings,
Stephan
Updated by Andy Fiddaman over 3 years ago
To persistently disable the graphical console, create a file in the installed OS called /boot/config
and put -t
in there.
The available options are documented in the man page for gptzfsboot
Updated by Stephan Althaus over 3 years ago
Hi!
I build, published and installed the Change,
and i really like it!
On my system tthe framebuffer variant is very slow (4k uhd display with nvidia quadro M1200 gpu),
and the non-fb VGA variant is fast as it was in the 90ties ;-)
Thanks!
Updated by Andy Fiddaman over 3 years ago
Tested extensively with the upcoming r151034 omnios release on legacy and UEFI boot systems, cycling through the kmdb options and booting in VGA text mode.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit a16250662fca1775384c611194385daf6ce8f186
commit a16250662fca1775384c611194385daf6ce8f186 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2020-04-09T21:47:59.000Z 12448 loader: improve boot options for kmdb and framebuffer Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Updated by Toomas Soome about 2 years ago
- Related to Bug #13998: loader: clean if else constructs in menu-commands.4th added