Index: branches/meklort/i386/modules/GUI/GUI_module.c =================================================================== --- branches/meklort/i386/modules/GUI/GUI_module.c (revision 537) +++ branches/meklort/i386/modules/GUI/GUI_module.c (revision 538) @@ -58,6 +58,12 @@ { drawBootGraphics(); } + else + { + setVideoMode( GRAPHICS_MODE, 0 ); + + } + }