Index: kernel/arch/amd64/src/amd64.c
===================================================================
--- kernel/arch/amd64/src/amd64.c	(revision 3ad953cc9f7b18ae008470e72a5abd43e4142cbd)
+++ kernel/arch/amd64/src/amd64.c	(revision f58321c4042bfd9cc85a70809296594c96a72565)
@@ -209,4 +209,10 @@
 void arch_grab_console(void)
 {
+#ifdef CONFIG_FB
+	vesa_redraw();
+#else
+	ega_redraw();
+#endif
+	
 	i8042_grab();
 }
