Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
3.8 KiB

  1. MessageId=1 SymbolicName=MSG_TIMEOUT_AND_BOOT_ORDER
  2. Language=English
  3. Timeout : %1!d!
  4. Boot Order : %0
  5. .
  6. MessageId=3 SymbolicName=MSG_ORDERED_BOOT_ENTRIES
  7. Language=English
  8. %1!04d! %0
  9. .
  10. MessageId=4 SymbolicName=MSG_BOOT_ENTRIES
  11. Language=English
  12. Boot Entries :
  13. .
  14. MessageId=5 SymbolicName=MSG_ACTIVE_ENTRY
  15. Language=English
  16. Active Entry : %0
  17. .
  18. MessageId=6 SymbolicName=MSG_ERROR_READING_BOOT_ENTRIES
  19. Language=English
  20. Error reading EFI NVRAM entries.%0
  21. .
  22. MessageId=7 SymbolicName=MSG_BOOT_ENTRY
  23. Language=English
  24. %1!0d!=>%2!ws!,(%3!ws!,%4!ws!),(%5!ws!,%6!ws!),%7!ws!
  25. .
  26. ; //
  27. ; // Make sure the options below match the help text here
  28. ; //
  29. MessageId=8 SymbolicName=MSG_PGM_USAGE
  30. Language=English
  31. Usage:
  32. efinvr.exe /list
  33. efinvr.exe /add osloader-path windows-path [/setactive] [/options load-options] [/timeout seconds]
  34. efinvr.exe /options load-options [boot-entry-id]
  35. efinvr.exe /delete [boot-entry-id]
  36. efinvr.exe /setactive boot-entry-id
  37. efinvr.exe /timeout seconds
  38. efinvr.exe /adddrv DriverSourcePath DriverFriendlyName
  39. efinvr.exe /deldrv DriverId
  40. efinvr.exe /listdrv
  41. Options:
  42. /list : displays the ID for each of the boot entries.
  43. /add : adds a new boot entry.
  44. /delete : deletes a boot entry.
  45. /options : changes the load options for the specified boot entry.
  46. /setactive : marks the specified boot entry as active.
  47. /timeout : specifies the timeout in seconds for booting the active entry.
  48. /listdrv : displays the driver entries set in NVRAM.
  49. /adddrv : adds a new driver entry.
  50. /deldrv : deletes a driver entry.
  51. Some of the frequently used Load options are:
  52. /basevideo : starts Windows using the standard VGA driver, set to 640X480 resolution.
  53. /baudrate=x : overrides the default baud rate (9600 for a modem and 19200 for a null modem cable) for debugging purposes. Must be used with the /debug switch.
  54. /crashdebug : enables automatic recovery and restart on system failure.
  55. /debug : enables the debugger when Windows starts, so that it can can be activated by a host debugger connected via modem or null modem cable.
  56. /debugport=comx : specifies a com port to use for debugging. Must be used with the /debug switch.
  57. /nodebug : indicates debugging is off.
  58. /maxmem:x : restricts NT to the use of a specified (x) amount of RAM (in MB).
  59. /noserialmice[=comx,y,z] : disables detection of serial mice on the specified com port(s).
  60. /sos : displays the names of drivers as NT boots, as a troubleshooting aid.
  61. Example: efinvr /add c:\osloader.efi c:\windows /setactive /options "/debug /baudrate=115200" /timeout 30%0
  62. .
  63. MessageId=9 SymbolicName=MSG_DETAILS
  64. Language=English
  65. List Entries : %1
  66. Add Entry : %2
  67. Delete Entry : %3
  68. QuiteMode : %4
  69. Loader Vol : %5
  70. Loader Path : %6
  71. Boot Vol : %7
  72. Boot Path : %8
  73. Friendly Name: %9
  74. Load Options : %10%0
  75. .
  76. MessageId=10 SymbolicName=MSG_DRIVER_ENTRY
  77. Language=English
  78. %1!0d!=>%2!ws!,%3!ws!,(%4!ws!,%5!ws!)
  79. .
  80. ; //
  81. ; // Different program options
  82. ; //
  83. ; // NOTE : Make sure the help text above uses the options described here.
  84. ; // All of these options have to be a single word (no spaces).
  85. ; //
  86. MessageId=100 SymbolicName=MSG_LIST_OPTION
  87. Language=English
  88. /list%0
  89. .
  90. MessageId=101 SymbolicName=MSG_ADD_OPTION
  91. Language=English
  92. /add%0
  93. .
  94. MessageId=102 SymbolicName=MSG_OPTIONS_OPTION
  95. Language=English
  96. /options%0
  97. .
  98. MessageId=103 SymbolicName=MSG_DELETE_OPTION
  99. Language=English
  100. /delete%0
  101. .
  102. MessageId=104 SymbolicName=MSG_SETACTIVE_OPTION
  103. Language=English
  104. /setactive%0
  105. .
  106. MessageId=105 SymbolicName=MSG_TIMEOUT_OPTION
  107. Language=English
  108. /timeout%0
  109. .
  110. MessageId=106 SymbolicName=MSG_LISTDRV_OPTION
  111. Language=English
  112. /listdrv%0
  113. .
  114. MessageId=107 SymbolicName=MSG_ADDDRV_OPTION
  115. Language=English
  116. /adddrv%0
  117. .
  118. MessageId=108 SymbolicName=MSG_DELDRV_OPTION
  119. Language=English
  120. /deldrv%0
  121. .