Source code of Windows XP (NT5)
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.

122 lines
3.1 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. Options:
  39. /list : displays the ID for each of the boot entries.
  40. /add : adds a new boot entry.
  41. /options : changes the load options for the specified boot entry.
  42. /setactive : marks the specified boot entry as active.
  43. /timeout : specifies the timeout in seconds for booting the active entry.
  44. Some of the frequently used Load options are:
  45. /basevideo : starts Windows using the standard VGA driver, set to 640X480 resolution.
  46. /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.
  47. /crashdebug : enables automatic recovery and restart on system failure.
  48. /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.
  49. /debugport=comx : specifies a com port to use for debugging. Must be used with the /debug switch.
  50. /nodebug : indicates debugging is off.
  51. /maxmem:x : restricts NT to the use of a specified (x) amount of RAM (in MB).
  52. /noserialmice[=comx,y,z] : disables detection of serial mice on the specified com port(s).
  53. /sos : displays the names of drivers as NT boots, as a troubleshooting aid.
  54. Example: efinvr /add c:\osloader.efi c:\windows /setactive /options "/debug /baudrate=115200" /timeout 30%0
  55. .
  56. MessageId=9 SymbolicName=MSG_DETAILS
  57. Language=English
  58. List Entries : %1
  59. Add Entry : %2
  60. Delete Entry : %3
  61. QuiteMode : %4
  62. Loader Vol : %5
  63. Loader Path : %6
  64. Boot Vol : %7
  65. Boot Path : %8
  66. Friendly Name: %9
  67. Load Options : %10%0
  68. .
  69. ; //
  70. ; // Different program options
  71. ; //
  72. ; // NOTE : Make sure the help text above uses the options described here.
  73. ; // All of these options have to be a single word (no spaces).
  74. ; //
  75. MessageId=100 SymbolicName=MSG_LIST_OPTION
  76. Language=English
  77. /list%0
  78. .
  79. MessageId=101 SymbolicName=MSG_ADD_OPTION
  80. Language=English
  81. /add%0
  82. .
  83. MessageId=102 SymbolicName=MSG_OPTIONS_OPTION
  84. Language=English
  85. /options%0
  86. .
  87. MessageId=103 SymbolicName=MSG_DELETE_OPTION
  88. Language=English
  89. /delete%0
  90. .
  91. MessageId=104 SymbolicName=MSG_SETACTIVE_OPTION
  92. Language=English
  93. /setactive%0
  94. .
  95. MessageId=105 SymbolicName=MSG_TIMEOUT_OPTION
  96. Language=English
  97. /timeout%0
  98. .