Displaying 1 result from an estimated 1 matches for "uimessageboxcritical".
2011 Aug 06
0
specifying 'root' for mboot.c32/syslinux
...for freeldr.ini
43 PCHAR FreeLoaderIniFileData;
44 ULONG FreeLoaderIniFileSize, Count;
45 LONG ret;
46 BOOLEAN Success;
47
48 //
49 // Open freeldr.ini
50 //
51 ret = IniOpenIniFile(&FileId);
52 if (ret != ESUCCESS)
53 {
54 UiMessageBoxCritical("Error opening freeldr.ini or file not
found.\nYou need to re-install FreeLoader.");
55 return FALSE;
Just for the record, I'm having a way easier time with iPXE here
(compared to ReactOS) as it allows overriding/specifying commands,
ignoring the embedded demo script :)...