简体   繁体   中英

How to disable graphical console after kernel boot?

I have a Linux kernel booting up. It comes up in native screen size graphical framebuffer mode due to use of kernel mode setting. During the kernel boot, the screen shifts from text to graphical console mode and lots of kernel messages get dumped. Once control is handed to the first userland program, I'd like that program to be able to disable the graphical console output. How do I do that?

Add vga=0 to the kernel options to force text mode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM