Octocontrabass wrote:mrjbom wrote:GRUB loads me into VGA mode.
Try removing the framebuffer tag and using a flags tag to indicate EGA text mode support.
In Flags tag, I set console_flags to 10b, bit 1 is set, which means that the OS supports EGA textmode, but the OS still does not load in text mode. If I now delete the framebuffer tag, then how can I specify the width and height in text mode?
I tried deleting the framebuffer tag and booted into text mode.
But how do I specify the parameters of the text mode?
The specification says that for the text mode, the fields in the framebuffer tag control the height and width of the text mode, but if the presence of this tag turns on the framebuffer mode, then how do I configure the text mode?