We are installing a custom version of Alpine Linux on several embedded elderly PC. The monitor is connected using VGA and may not report the supported resolutions correctly, hence the GPU may choose a resolution larger than supported by the monitor, resulting in only a part of the display area being shown to the user.
This happens when Alpine Linux switches into framebuffer mode during the boot sequence. We would like to postpone that, so the question is
How to disable switching into framebuffer mode on the console during boot on Alpine Linux?
vga=option in the kernel parameters solve the situation?