bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Use VGA text instead of framebuffer

Open bpisch opened this issue 6 months ago • 2 comments

Is it possible to use a text buffer instead of booting right away into a framebuffer? I am using a terminal Qemu (I have no other options available) and the only thing displayed is "graphic mode" with -display curses, so it would be very useful to switch instead to memory-mapped VGA text buffer mode.

bpisch avatar Aug 18 '25 10:08 bpisch

As far as I know, the VGA text buffer doesn't exist when booting through UEFI. We try to minimize the differences between UEFI and BIOS booting, so we don't provide an option for this yet.

phil-opp avatar Aug 18 '25 14:08 phil-opp

Ok I see, thank you for the response.

bpisch avatar Aug 18 '25 15:08 bpisch