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.

154 lines
3.8 KiB

  1. [1]
  2. No disks were found
  3. [2]
  4. Select a disk from the above list to be made a
  5. multi-os preinstall master:
  6. [3]
  7. Unable to open disk
  8. [4]
  9. Insufficient memory
  10. [5]
  11. Unable to read disk block starting at sector 0x%lx
  12. [6]
  13. Unable to write disk block starting at sector 0x%lx
  14. [7]
  15. This disk is already a master disk. You can reinitialize it or preserve it
  16. and add partition images to it. If you elect to reinitialize it, ALL data
  17. on the disk (including partitions and partition images) will be lost.
  18. Reinitialize the disk (y/n)?
  19. [8]
  20. Making the disk a master disk will remove all partitions currently on it.
  21. Continue (y/n)?
  22. [9]
  23. I/O to the MBR failed
  24. [10]
  25. Partitions have been changed and the system should be rebooted.
  26. Reboot now (y/n)?
  27. [11]
  28. Done
  29. [12]
  30. Disk
  31. [13]
  32. %6u MB
  33. [14]
  34. Invalid selection
  35. [15]
  36. (master)
  37. [16]
  38. YN
  39. [17]
  40. Partition image starting at sector 0x%lx is invalid; master disk corrupt.
  41. [18]
  42. Usage: MAKEMAST [/f:<filename>] [/i:<filename>] [/m:<int13unit>] [/q] [/r]
  43. [/x[:<int13unit>]] [/y:<filename>]
  44. /f - specifies the name of a file that lists the filenames of the
  45. image files to be placed on or added to the master disk. If not
  46. specified the user will be prompted for the image filenames.
  47. /i - specifies name of image file to place on the boot partition.
  48. If not specified then the user must reboot and manually place
  49. files on the partition.
  50. /m - specifies the int13 unit number of the disk to be made
  51. into the multi OS preinstall master. If not specified,
  52. the user will be prompted for this information.
  53. /q - specifies quiet operation. Confirmations prior to initializing or
  54. reinitializing a master disk are suppressed.
  55. /r - specificies reinitialization. If the selected disk is already
  56. a master disk and /q has been given, ths flag causes existing
  57. partition images on the master disk to be discarded. Otherwise
  58. images are added to the existing master disk.
  59. /x - disables use of extended int13 on the given unit,
  60. which is a decimal number such as 128 or a 0x-prefixed
  61. number such as 0x80. If a unit is omitted, extended int13
  62. is disabled on all drives. Multiple /x parameters may be given.
  63. /y - writes a detailed diagnostic log to the filename specified.
  64. If it exists, new entries are appended.
  65. [19]
  66. Master disk already has %u partition images; no more allowed.
  67. [20]
  68. Up to %u more partition images allowed.
  69. [21]
  70. Enter filename for image %u or ENTER to end list:
  71. [22]
  72. File open/read error or file is not a partition image.
  73. [23]
  74. Partition image won't fit (0x%lx sectors required; 0x%lx available)
  75. [24]
  76. Error opening or reading from image file.
  77. [25]
  78. Transferring %s (%u%%)
  79. [26]
  80. Can't open file %s
  81. [27]
  82. Reading image file list from %s
  83. [28]
  84. The current disk geometry (sectors per track, heads) for the disk
  85. does not match the geometry that was being used when this master disk
  86. was originally initialized.
  87. [29]
  88. The volume this partition image represents is too fragmented.
  89. [30]
  90. Transferred image (%s) checksum = 0x%08lx
  91. [31]
  92. ** WARNING ** checksum does not match original checksum 0x%08lx
  93. [32]
  94. Total bytes processed 0x%08lx
  95. [33]
  96. Checksum OK.
  97. [34]
  98. Couldn't find a free entry in the partition table!
  99. [35]
  100. Found existing non-recognized (likely EISA or hibernation) partitions
  101. located at the beginning of the disk. These partitions will be preserved.
  102. [36]
  103. The remaining space on the disk is smaller than the minimum
  104. size of partition contained in the image file.
  105. %ld sectors are required to expand the image, but only
  106. %ld sectors of unpartitioned space exists.
  107. [37]
  108. There does not appear to be any contiguous free space available for the partition
  109. images. Any existing unknown partitions (like an EISA configuration partition or a
  110. hibernation partition) need to be located at the beginning of the disk.