commit 216b59dafa615a1de86dc84f750721f7e3a6e2a2
parent 6b70c8fa08ccc233ce9bbd2a3b4773df8f2e9eda
Author: AVS <avs.origami@gmail.com>
Date: Sat, 27 Apr 2024 16:42:15 -0400
wiki/FAQ: add CONFIG_FRAMEBUFFER_CONSOLE to 022
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wiki/FAQ/index.md b/wiki/FAQ/index.md
@@ -71,8 +71,8 @@ part of the kernel binary (rather than as modules).
### [%[022]] Boot stopped at "Loading Linux-X.Y.Z..."
You've almost certainly forgotten a driver, probably for the framebuffer
-(at least `CONFIG_FB` and `CONFIG_FB_EFI` or `CONFIG_FB_VESA` depending on your
-boot system).
+(at least `CONFIG_FB`, `CONFIG_FRAMEBUFFER_CONSOLE` and `CONFIG_FB_EFI` or `CONFIG_FB_VESA`
+depending on your boot system).
### [%[023]] Including firmware
Choose some location, such as `/usr/lib/firmware` and install the firmware you need into it.