From e4374fc703dec224e65b8c3fdfb86fc08ea65507 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 Jun 2011 01:42:53 +0100 Subject: [PATCH] Comment out NTFS_no_boot_record_message, only used by commented-out code (from Bean in grub4dos). --- grldrstart.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grldrstart.S b/grldrstart.S index e98e359..7a136e5 100644 --- a/grldrstart.S +++ b/grldrstart.S @@ -5707,8 +5707,10 @@ extended_message: .ascii "Extended: \0" invalid_message: .ascii "invalid or null \0" +#if 0 NTFS_no_boot_record_message: .ascii "This partition is NTFS but with unknown boot record. Please\r\ninstall Microsoft NTFS boot sectors to this partition correctly, or create an\r\nFAT12/16/32 partition and place the same copy of GRLDR and MENU.LST there.\0" +#endif #if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) . = _start1 + 0x1ffa -- 2.11.4.GIT