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.

803 lines
19 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for osloader
  12. ;
  13. ;Author:
  14. ;
  15. ; John Vert (jvert) 12-Nov-1993
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated from msg.mc
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _BLDR_MSG_
  26. ;#define _BLDR_MSG_
  27. ;
  28. ;
  29. MessageID=9000 SymbolicName=BL_MSG_FIRST
  30. Language=English
  31. .
  32. MessageID=9001 SymbolicName=LOAD_SW_INT_ERR_CLASS
  33. Language=English
  34. Windows could not start because of an error in the software.
  35. Please report this problem as :
  36. .
  37. MessageID=9002 SymbolicName=LOAD_SW_MISRQD_FILE_CLASS
  38. Language=English
  39. Windows could not start because the following file was not found
  40. and is required :
  41. .
  42. MessageID=9003 SymbolicName=LOAD_SW_BAD_FILE_CLASS
  43. Language=English
  44. Windows could not start because of a bad copy of the
  45. following file :
  46. .
  47. MessageID=9004 SymbolicName=LOAD_SW_MIS_FILE_CLASS
  48. Language=English
  49. Windows could not start because the following file is missing
  50. or corrupt:
  51. .
  52. MessageID=9005 SymbolicName=LOAD_HW_MEM_CLASS
  53. Language=English
  54. Windows could not start because of a hardware memory
  55. configuration problem.
  56. .
  57. MessageID=9006 SymbolicName=LOAD_HW_DISK_CLASS
  58. Language=English
  59. Windows could not start because of a computer disk hardware
  60. configuration problem.
  61. .
  62. MessageID=9007 SymbolicName=LOAD_HW_GEN_ERR_CLASS
  63. Language=English
  64. Windows could not start because of a general computer hardware
  65. configuration problem.
  66. .
  67. MessageID=9008 SymbolicName=LOAD_HW_FW_CFG_CLASS
  68. Language=English
  69. Windows could not start because of the following ARC firmware
  70. boot configuration problem :
  71. .
  72. MessageID=9009 SymbolicName=DIAG_BL_MEMORY_INIT
  73. Language=English
  74. Check hardware memory configuration and amount of RAM.
  75. .
  76. MessageID=9010 SymbolicName=DIAG_BL_CONFIG_INIT
  77. Language=English
  78. Too many configuration entries.
  79. .
  80. MessageID=9011 SymbolicName=DIAG_BL_IO_INIT
  81. Language=English
  82. Could not access disk partition tables
  83. .
  84. MessageID=9012 SymbolicName=DIAG_BL_FW_GET_BOOT_DEVICE
  85. Language=English
  86. The 'osloadpartition' parameter setting is invalid.
  87. .
  88. MessageID=9013 SymbolicName=DIAG_BL_OPEN_BOOT_DEVICE
  89. Language=English
  90. Could not read from the selected boot disk. Check boot path
  91. and disk hardware.
  92. .
  93. MessageID=9014 SymbolicName=DIAG_BL_FW_GET_SYSTEM_DEVICE
  94. Language=English
  95. The 'systempartition' parameter setting is invalid.
  96. .
  97. MessageID=9015 SymbolicName=DIAG_BL_FW_OPEN_SYSTEM_DEVICE
  98. Language=English
  99. Could not read from the selected system boot disk.
  100. Check 'systempartition' path.
  101. .
  102. MessageID=9016 SymbolicName=DIAG_BL_GET_SYSTEM_PATH
  103. Language=English
  104. The 'osloadfilename' parameter does not point to a valid file.
  105. .
  106. MessageID=9017 SymbolicName=DIAG_BL_LOAD_SYSTEM_IMAGE
  107. Language=English
  108. <Windows root>\system32\ntoskrnl.exe.
  109. .
  110. MessageID=9018 SymbolicName=DIAG_BL_FIND_HAL_IMAGE
  111. Language=English
  112. The 'osloader' parameter does not point to a valid file.
  113. .
  114. MessageID=9019 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_X86
  115. Language=English
  116. <Windows root>\system32\hal.dll.
  117. .
  118. MessageID=9020 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_ARC
  119. Language=English
  120. 'osloader'\hal.dll
  121. .
  122. ;#ifdef _X86_
  123. ;#define DIAG_BL_LOAD_HAL_IMAGE DIAG_BL_LOAD_HAL_IMAGE_X86
  124. ;#else
  125. ;#define DIAG_BL_LOAD_HAL_IMAGE DIAG_BL_LOAD_HAL_IMAGE_ARC
  126. ;#endif
  127. MessageID=9021 SymbolicName=DIAG_BL_LOAD_SYSTEM_IMAGE_DATA
  128. Language=English
  129. Loader error 1.
  130. .
  131. MessageID=9022 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_DATA
  132. Language=English
  133. Loader error 2.
  134. .
  135. MessageID=9023 SymbolicName=DIAG_BL_LOAD_SYSTEM_DLLS
  136. Language=English
  137. load needed DLLs for kernel.
  138. .
  139. MessageID=9024 SymbolicName=DIAG_BL_LOAD_HAL_DLLS
  140. Language=English
  141. load needed DLLs for HAL.
  142. .
  143. MessageID=9026 SymbolicName=DIAG_BL_FIND_SYSTEM_DRIVERS
  144. Language=English
  145. find system drivers.
  146. .
  147. MessageID=9027 SymbolicName=DIAG_BL_READ_SYSTEM_DRIVERS
  148. Language=English
  149. read system drivers.
  150. .
  151. MessageID=9028 SymbolicName=DIAG_BL_LOAD_DEVICE_DRIVER
  152. Language=English
  153. did not load system boot device driver.
  154. .
  155. MessageID=9029 SymbolicName=DIAG_BL_LOAD_SYSTEM_HIVE
  156. Language=English
  157. load system hardware configuration file.
  158. .
  159. MessageID=9030 SymbolicName=DIAG_BL_SYSTEM_PART_DEV_NAME
  160. Language=English
  161. find system partition name device name.
  162. .
  163. MessageID=9031 SymbolicName=DIAG_BL_BOOT_PART_DEV_NAME
  164. Language=English
  165. find boot partition name.
  166. .
  167. MessageID=9032 SymbolicName=DIAG_BL_ARC_BOOT_DEV_NAME
  168. Language=English
  169. did not properly generate ARC name for HAL and system paths.
  170. .
  171. MessageID=9034 SymbolicName=DIAG_BL_SETUP_FOR_NT
  172. Language=English
  173. Loader error 3.
  174. .
  175. MessageID=9035 SymbolicName=DIAG_BL_KERNEL_INIT_XFER
  176. Language=English
  177. <Windows root>\system32\ntoskrnl.exe
  178. .
  179. MessageID=9036 SymbolicName=LOAD_SW_INT_ERR_ACT
  180. Language=English
  181. Please contact your support person to report this problem.
  182. .
  183. MessageID=9037 SymbolicName=LOAD_SW_FILE_REST_ACT
  184. Language=English
  185. You can attempt to repair this file by starting Windows Setup
  186. using the original Setup CD-ROM.
  187. Select 'r' at the first screen to start repair.
  188. .
  189. MessageID=9038 SymbolicName=LOAD_SW_FILE_REINST_ACT
  190. Language=English
  191. Please re-install a copy of the above file.
  192. .
  193. MessageID=9039 SymbolicName=LOAD_HW_MEM_ACT
  194. Language=English
  195. Please check the Windows documentation about hardware memory
  196. requirements and your hardware reference manuals for
  197. additional information.
  198. .
  199. MessageID=9040 SymbolicName=LOAD_HW_DISK_ACT
  200. Language=English
  201. Please check the Windows documentation about hardware disk
  202. configuration and your hardware reference manuals for
  203. additional information.
  204. .
  205. MessageID=9041 SymbolicName=LOAD_HW_GEN_ACT
  206. Language=English
  207. Please check the Windows documentation about hardware
  208. configuration and your hardware reference manuals for additional
  209. information.
  210. .
  211. MessageID=9042 SymbolicName=LOAD_HW_FW_CFG_ACT
  212. Language=English
  213. Please check the Windows documentation about ARC configuration
  214. options and your hardware reference manuals for additional
  215. information.
  216. .
  217. MessageID=9043 SymbolicName=BL_LKG_MENU_HEADER
  218. Language=English
  219. Hardware Profile/Configuration Recovery Menu
  220. This menu allows you to select a hardware profile
  221. to be used when Windows is started.
  222. If your system is not starting correctly, then you may switch to a
  223. previous system configuration, which may overcome startup problems.
  224. IMPORTANT: System configuration changes made since the last successful
  225. startup will be discarded.
  226. .
  227. MessageID=9044 SymbolicName=BL_LKG_MENU_TRAILER
  228. Language=English
  229. Use the up and down arrow keys to move the highlight
  230. to the selection you want. Then press ENTER.
  231. .
  232. MessageID=9045 SymbolicName=BL_LKG_MENU_TRAILER_NO_PROFILES
  233. Language=English
  234. No hardware profiles are currently defined. Hardware profiles
  235. can be created from the System applet of the control panel.
  236. .
  237. MessageID=9046 SymbolicName=BL_SWITCH_LKG_TRAILER
  238. Language=English
  239. To switch to the Last Known Good configuration, press 'L'.
  240. To Exit this menu and restart your computer, press F3.
  241. .
  242. MessageID=9047 SymbolicName=BL_SWITCH_DEFAULT_TRAILER
  243. Language=English
  244. To switch to the default configuration, press 'D'.
  245. To Exit this menu and restart your computer, press F3.
  246. .
  247. ;//
  248. ;// The following two messages are used to provide the mnemonic keypress
  249. ;// that toggles between the Last Known Good control set and the default
  250. ;// control set. (see BL_SWITCH_LKG_TRAILER and BL_SWITCH_DEFAULT_TRAILER)
  251. ;//
  252. MessageID=9048 SymbolicName=BL_LKG_SELECT_MNEMONIC
  253. Language=English
  254. L
  255. .
  256. MessageID=9049 SymbolicName=BL_DEFAULT_SELECT_MNEMONIC
  257. Language=English
  258. D
  259. .
  260. MessageID=9050 SymbolicName=BL_LKG_TIMEOUT
  261. Language=English
  262. Seconds until highlighted choice will be started automatically: %d
  263. .
  264. MessageID=9051 SymbolicName=BL_LKG_MENU_PROMPT
  265. Language=English
  266. Press spacebar NOW to invoke Hardware Profile/Last Known Good menu
  267. .
  268. MessageID=9052 SymbolicName=BL_BOOT_DEFAULT_PROMPT
  269. Language=English
  270. Boot default hardware configuration
  271. .
  272. ;//
  273. ;// The following messages are used during hibernation restoration
  274. ;//
  275. MessageID=9053 SymbolicName=HIBER_BEING_RESTARTED
  276. Language=English
  277. The system is being restarted from its previous location.
  278. Press the spacebar to interrupt.
  279. .
  280. MessageID=9054 SymbolicName=HIBER_ERROR
  281. Language=English
  282. The system could not be restarted from its previous location
  283. .
  284. MessageID=9055 SymbolicName=HIBER_ERROR_NO_MEMORY
  285. Language=English
  286. due to no memory.
  287. .
  288. MessageID=9056 SymbolicName=HIBER_ERROR_BAD_IMAGE
  289. Language=English
  290. because the restoration image is corrupt.
  291. .
  292. MessageID=9057 SymbolicName=HIBER_IMAGE_INCOMPATIBLE
  293. Language=English
  294. because the restoration image is not compatible with the current
  295. configuration.
  296. .
  297. MessageID=9058 SymbolicName=HIBER_ERROR_OUT_OF_REMAP
  298. Language=English
  299. due to an internal error.
  300. .
  301. MessageID=9059 SymbolicName=HIBER_INTERNAL_ERROR
  302. Language=English
  303. due to an internal error.
  304. .
  305. MessageID=9060 SymbolicName=HIBER_READ_ERROR
  306. Language=English
  307. due to a read failure.
  308. .
  309. MessageID=9061 SymbolicName=HIBER_PAUSE
  310. Language=English
  311. System restart has been paused:
  312. .
  313. MessageID=9062 SymbolicName=HIBER_CANCEL
  314. Language=English
  315. Delete restoration data and proceed to system boot menu
  316. .
  317. MessageID=9063 SymbolicName=HIBER_CONTINUE
  318. Language=English
  319. Continue with system restart
  320. .
  321. MessageID=9064 SymbolicName=HIBER_RESTART_AGAIN
  322. Language=English
  323. The last attempt to restart the system from its previous location
  324. failed. Attempt to restart again?
  325. .
  326. MessageID=9065 SymbolicName=HIBER_DEBUG_BREAK_ON_WAKE
  327. Language=English
  328. Continue with debug breakpoint on system wake
  329. .
  330. MessageID=9066 SymbolicName=LOAD_SW_MISMATCHED_KERNEL
  331. Language=English
  332. Windows could not start because the specified kernel does
  333. not exist or is not compatible with this processor.
  334. .
  335. MessageID=9067 SymbolicName=BL_MSG_STARTING_WINDOWS
  336. Language=English
  337. Starting Windows...
  338. .
  339. MessageID=9068 SymbolicName=BL_MSG_RESUMING_WINDOWS
  340. Language=English
  341. Resuming Windows...
  342. .
  343. MessageID=9069 SymbolicName=BL_EFI_OPTION_FAILURE
  344. Language=English
  345. Windows could not start because there was an error reading
  346. the boot settings from NVRAM.
  347. Please check your firmware settings. You may need to restore your
  348. NVRAM settings from a backup.
  349. .
  350. MessageID=9070 SymbolicName=HIBER_MEMORY_INCOMPATIBLE
  351. Language=English
  352. because the memory configuration has changed. If you proceed,
  353. your hibernated context may be lost. To properly resume, you
  354. should turn your machine off now, restore the original memory
  355. configuration, then reboot the system.
  356. .
  357. ;
  358. ; //
  359. ; // Following messages are for the x86-specific
  360. ; // boot menu.
  361. ; //
  362. ;
  363. MessageID=10001 SymbolicName=BL_ENABLED_KD_TITLE
  364. Language=English
  365. [debugger enabled]
  366. .
  367. MessageID=10002 SymbolicName=BL_DEFAULT_TITLE
  368. Language=English
  369. Windows (default)
  370. .
  371. MessageID=10003 SymbolicName=BL_MISSING_BOOT_INI
  372. Language=English
  373. NTLDR: BOOT.INI file not found.
  374. .
  375. MessageID=10004 SymbolicName=BL_MISSING_OS_SECTION
  376. Language=English
  377. NTLDR: no [operating systems] section in boot.txt.
  378. .
  379. MessageID=10005 SymbolicName=BL_BOOTING_DEFAULT
  380. Language=English
  381. Booting default kernel from %s.
  382. .
  383. MessageID=10006 SymbolicName=BL_SELECT_OS
  384. Language=English
  385. Please select the operating system to start:
  386. .
  387. MessageID=10007 SymbolicName=BL_MOVE_HIGHLIGHT
  388. Language=English
  389. Use the up and down arrow keys to move the highlight to your choice.
  390. Press ENTER to choose.
  391. .
  392. MessageID=10008 SymbolicName=BL_TIMEOUT_COUNTDOWN
  393. Language=English
  394. Seconds until highlighted choice will be started automatically:
  395. .
  396. MessageID=10009 SymbolicName=BL_INVALID_BOOT_INI
  397. Language=English
  398. Invalid BOOT.INI file
  399. Booting from %s
  400. .
  401. MessageID=10010 SymbolicName=BL_REBOOT_IO_ERROR
  402. Language=English
  403. I/O Error accessing boot sector file
  404. %s\BOOTSECT.DOS
  405. .
  406. MessageID=10011 SymbolicName=BL_DRIVE_ERROR
  407. Language=English
  408. NTLDR: Couldn't open drive %s
  409. .
  410. MessageID=10012 SymbolicName=BL_READ_ERROR
  411. Language=English
  412. NTLDR: Fatal Error %d reading BOOT.INI
  413. .
  414. MessageID=10013 SymbolicName=BL_NTDETECT_MSG
  415. Language=English
  416. NTDETECT V5.2 Checking Hardware ...
  417. .
  418. MessageID=10014 SymbolicName=BL_NTDETECT_FAILURE
  419. Language=English
  420. NTDETECT failed
  421. .
  422. MessageID=10015 SymbolicName=BL_DEBUG_SELECT_OS
  423. Language=English
  424. Current Selection:
  425. Title..: %s
  426. Path...: %s
  427. Options: %s
  428. .
  429. MessageID=10016 SymbolicName=BL_DEBUG_NEW_OPTIONS
  430. Language=English
  431. Enter new load options:
  432. .
  433. MessageID=10017 SymbolicName=BL_HEADLESS_REDIRECT_TITLE
  434. Language=English
  435. [EMS enabled]
  436. .
  437. MessageID=10018 SymbolicName=BL_INVALID_BOOT_INI_FATAL
  438. Language=English
  439. Invalid BOOT.INI file
  440. .
  441. ;
  442. ; //
  443. ; // Following messages are for the advanced boot menu
  444. ; //
  445. ;
  446. MessageID=11001 SymbolicName=BL_ADVANCEDBOOT_TITLE
  447. Language=English
  448. Windows Advanced Options Menu
  449. Please select an option:
  450. .
  451. MessageID=11002 SymbolicName=BL_SAFEBOOT_OPTION1
  452. Language=English
  453. Safe Mode
  454. .
  455. MessageID=11003 SymbolicName=BL_SAFEBOOT_OPTION2
  456. Language=English
  457. Safe Mode with Networking
  458. .
  459. MessageID=11004 SymbolicName=BL_SAFEBOOT_OPTION3
  460. Language=English
  461. Step-by-Step Confirmation Mode
  462. .
  463. MessageID=11005 SymbolicName=BL_SAFEBOOT_OPTION4
  464. Language=English
  465. Safe Mode with Command Prompt
  466. .
  467. MessageID=11006 SymbolicName=BL_SAFEBOOT_OPTION5
  468. Language=English
  469. VGA Mode
  470. .
  471. MessageID=11007 SymbolicName=BL_SAFEBOOT_OPTION6
  472. Language=English
  473. Directory Services Restore Mode (Windows domain controllers only)
  474. .
  475. MessageID=11008 SymbolicName=BL_LASTKNOWNGOOD_OPTION
  476. Language=English
  477. Last Known Good Configuration (your most recent settings that worked)
  478. .
  479. MessageID=11009 SymbolicName=BL_DEBUG_OPTION
  480. Language=English
  481. Debugging Mode
  482. .
  483. ;#if defined(REMOTE_BOOT)
  484. ;MessageID=11010 SymbolicName=BL_REMOTEBOOT_OPTION1
  485. ;Language=English
  486. ;Remote Boot Maintenance and Troubleshooting
  487. ;.
  488. ;
  489. ;MessageID=11011 SymbolicName=BL_REMOTEBOOT_OPTION2
  490. ;Language=English
  491. ;Clear Offline Cache
  492. ;.
  493. ;
  494. ;MessageID=11012 SymbolicName=BL_REMOTEBOOT_OPTION3
  495. ;Language=English
  496. ;Load using files from server only
  497. ;.
  498. ;#endif // defined(REMOTE_BOOT)
  499. MessageID=11013 SymbolicName=BL_BOOTLOG
  500. Language=English
  501. Enable Boot Logging
  502. .
  503. MessageID=11014 SymbolicName=BL_ADVANCED_BOOT_MESSAGE
  504. Language=English
  505. For troubleshooting and advanced startup options for Windows, press F8.
  506. .
  507. MessageID=11015 SymbolicName=BL_BASEVIDEO
  508. Language=English
  509. Enable VGA Mode
  510. .
  511. MessageID=11016 SymbolicName=BL_DISABLE_SAFEBOOT
  512. Language=English
  513. Press ESCAPE to disable safeboot and boot normally.
  514. .
  515. MessageID=11017 SymbolicName=BL_MSG_BOOT_NORMALLY
  516. Language=English
  517. Start Windows Normally
  518. .
  519. MessageID=11018 SymbolicName=BL_MSG_OSCHOICES_MENU
  520. Language=English
  521. Return to OS Choices Menu
  522. .
  523. MessageID=11019 SymbolicName=BL_MSG_REBOOT
  524. Language=English
  525. Reboot
  526. .
  527. MessageID=11020 SymbolicName=BL_ADVANCEDBOOT_AUTOLKG_TITLE
  528. Language=English
  529. We apologize for the inconvenience, but Windows did not start successfully. A
  530. recent hardware or software change might have caused this.
  531. If your computer stopped responding, restarted unexpectedly, or was
  532. automatically shut down to protect your files and folders, choose Last Known
  533. Good Configuration to revert to the most recent settings that worked.
  534. If a previous startup attempt was interrupted due to a power failure or because
  535. the Power or Reset button was pressed, or if you aren't sure what caused the
  536. problem, choose Start Windows Normally.
  537. .
  538. MessageID=11021 SymbolicName=BL_ADVANCEDBOOT_AUTOSAFE_TITLE
  539. Language=English
  540. Windows was not shutdown successfully. If this was due to the system not
  541. responding, or if the system shutdown to protect data, you might be able to
  542. recover by choosing one of the Safe Mode configurations from the menu below:
  543. .
  544. MessageID=11022 SymbolicName=BL_ADVANCEDBOOT_TIMEOUT
  545. Language=English
  546. Seconds until Windows starts:
  547. .
  548. ;
  549. ;//
  550. ;// Following messages are the symbols used
  551. ;// in the Hibernation Restore percent completed UI.
  552. ;//
  553. ;// These symbols are here because they employ high-ASCII
  554. ;// line drawing characters, which need to be localized
  555. ;// for fonts that may not have such characters (or have
  556. ;// them in a different ASCII location).
  557. ;//
  558. ;// This primarily affects FE character sets.
  559. ;//
  560. ;// Note that only the FIRST character of any of these
  561. ;// messages is ever looked at by the code.
  562. ;//
  563. ;
  564. ; // Just a base message, contains nothing.
  565. ;
  566. ;
  567. ; //
  568. ; // NOTE : donot change the Message ID values for HIBER_UI_BAR_ELEMENT
  569. ; // and BLDR_UI_BAR_BACKGROUND from 11513 & 11514
  570. ;
  571. ;
  572. ; // The character used to draw the percent-complete bar
  573. ;
  574. ;
  575. MessageID=11513 SymbolicName=HIBER_UI_BAR_ELEMENT
  576. Language=English
  577. .
  578. ;
  579. ; // The character used to draw the percent-complete bar
  580. ;
  581. ;
  582. MessageID=11514 SymbolicName=BLDR_UI_BAR_BACKGROUND
  583. Language=English
  584. .
  585. ;#if defined(REMOTE_BOOT)
  586. ;;
  587. ;; //
  588. ;; // Following messages are for warning the user about
  589. ;; // an impending autoformat of the hard disk.
  590. ;; //
  591. ;;
  592. ;
  593. ;MessageID=12002 SymbolicName=BL_WARNFORMAT_TRAILER
  594. ;Language=English
  595. ;Press ENTER to continue booting Windows, otherwise turn off
  596. ;your remote boot machine.
  597. ;.
  598. ;
  599. ;MessageID=12003 SymbolicName=BL_WARNFORMAT_CONTINUE
  600. ;Language=English
  601. ;Continue
  602. ;.
  603. ;MessageID=12004 SymbolicName=BL_FORCELOGON_HEADER
  604. ;Language=English
  605. ; Auto-Format
  606. ;
  607. ;Windows has detected a new hard disk in your remote boot
  608. ;machine. Before Windows can use this disk, you must logon and
  609. ;validate that you have access to this disk.
  610. ;
  611. ;WARNING: Windows will automatically repartition and format
  612. ;this disk to accept the new operating system. All data on the
  613. ;hard disk will be lost if you choose to continue. If you do
  614. ;not want to continue, power off the computer now and contact
  615. ;your administrator.
  616. ;.
  617. ;#endif // defined(REMOTE_BOOT)
  618. ;
  619. ; //
  620. ; // Ramdisk related messages. DO NOT CHANGE the message numbers
  621. ; // as they are kept in sync with \base\boot\inc\ramdisk.h.
  622. ; //
  623. ;
  624. MessageID=15000 SymbolicName=BL_RAMDISK_GENERAL_FAILURE
  625. Language=English
  626. Windows could not start due to an error while booting from a RAMDISK.
  627. .
  628. MessageID=15001 SymbolicName=BL_RAMDISK_INVALID_OPTIONS
  629. Language=English
  630. The RAMDISK options specified in boot.ini are invalid.
  631. .
  632. MessageID=15002 SymbolicName=BL_RAMDISK_BUILD_FAILURE
  633. Language=English
  634. Windows failed to build a bootable RAMDISK image.
  635. .
  636. MessageID=15003 SymbolicName=BL_RAMDISK_BOOT_FAILURE
  637. Language=English
  638. Windows failed to open the RAMDISK image.
  639. .
  640. MessageID=15004 SymbolicName=BL_RAMDISK_BUILD_DISCOVER
  641. Language=English
  642. Searching for a build server...
  643. .
  644. MessageID=15005 SymbolicName=BL_RAMDISK_BUILD_REQUEST
  645. Language=English
  646. Requesting a bootable image from build server...
  647. .
  648. MessageID=15006 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_TIMEOUT
  649. Language=English
  650. Build Server IP = %d.%d.%d.%d. Last request timed out.
  651. .
  652. MessageID=15007 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_PENDING
  653. Language=English
  654. Build Server IP = %d.%d.%d.%d. Last request is pending.
  655. .
  656. MessageID=15008 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_ERROR
  657. Language=English
  658. Build Server IP = %d.%d.%d.%d. Last request failed.
  659. .
  660. MessageID=15009 SymbolicName=BL_RAMDISK_BUILD_PROGRESS
  661. Language=English
  662. Build Server IP = %d.%d.%d.%d.
  663. .
  664. MessageID=15010 SymbolicName=BL_RAMDISK_DOWNLOAD
  665. Language=English
  666. Loading RAMDISK image...
  667. .
  668. MessageID=15011 SymbolicName=BL_RAMDISK_DOWNLOAD_NETWORK
  669. Language=English
  670. TFTP download from %d.%d.%d.%d
  671. .
  672. MessageID=15012 SymbolicName=BL_RAMDISK_DOWNLOAD_NETWORK_MCAST
  673. Language=English
  674. Multicast TFTP download from %d.%d.%d.%d:%d.
  675. .
  676. ;#endif // _BLDR_MSG_