--- linux/arch/i386/boot/video.S.old	Tue Sep  7 22:35:14 1999
+++ linux/arch/i386/boot/video.S	Tue Sep 14 18:22:30 1999
@@ -127,6 +127,9 @@
 	jc	vid1
 	lea	si,badmdt	! Invalid mode ID
 	call	prtstr
+	jmp	vid1		! Added for installation kernel of Mandrake
+				! in order to avoid an error and switch
+				! automatically to VGA16 using XF86_FBDev.
 vid2:	call	mode_menu
 vid1:
 #ifdef CONFIG_VIDEO_RETAIN
@@ -1941,7 +1944,7 @@
 		db	0
 unknt:		.ascii	"Unknown mode ID. Try again."
 		db	0
-badmdt:		.ascii	"You passed an undefined mode number."
+badmdt:		.ascii	"Using VGA16 mode."
 		db	0x0d, 0x0a, 0
 vesaer:		.ascii	"Error: Scanning of VESA modes failed. Please "
 		.ascii	"report to <mj@ucw.cz>."
