--- truecrypt/boot/windows/bootconfig.cpp 2018/04/24 17:09:41 1.1.1.8 +++ truecrypt/boot/windows/bootconfig.cpp 2018/04/24 17:13:40 1.1.1.9 @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 TrueCrypt Developers Association. All rights reserved. + Copyright (c) 2008-2012 TrueCrypt Developers Association. All rights reserved. Governed by the TrueCrypt License 3.0 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution @@ -56,8 +56,11 @@ void ReadBootSectorUserConfiguration () if (userConfig & TC_BOOT_USER_CFG_FLAG_SILENT_MODE) { if (CustomUserMessage[0]) + { + InitVideoMode(); Print (CustomUserMessage); - + } + DisableScreenOutput(); }