Advertisement
Guest User

Untitled

a guest
Aug 8th, 2013
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1.  
  2. Firmware Boot Manager
  3. ---------------------
  4. identifier {fwbootmgr}
  5. displayorder {bootmgr}
  6. {af39567c-de16-11e2-bffc-806e6f6e6963}
  7. {39a54aa7-dd0c-11e1-be6a-806e6f6e6963}
  8. timeout 0
  9.  
  10. Windows Boot Manager
  11. --------------------
  12. identifier {bootmgr}
  13. device partition=\Device\HarddiskVolume3
  14. path \EFI\Microsoft\Boot\bootmgfw.efi
  15. description Windows Boot Manager
  16. locale en-US
  17. inherit {globalsettings}
  18. default {default}
  19. resumeobject {42e5f8e1-d6d3-11e1-b8b9-e669e9ee7d5e}
  20. displayorder {default}
  21. toolsdisplayorder {memdiag}
  22. timeout 30
  23.  
  24. Firmware Application (101fffff)
  25. -------------------------------
  26. identifier {39a54aa7-dd0c-11e1-be6a-806e6f6e6963}
  27. description EFI USB Device
  28.  
  29. Firmware Application (101fffff)
  30. -------------------------------
  31. identifier {af39567c-de16-11e2-bffc-806e6f6e6963}
  32. device partition=\Device\HarddiskVolume3
  33. path \EFI\ubuntu\grubx64.efi
  34. description Ubuntu
  35.  
  36. Windows Boot Loader
  37. -------------------
  38. identifier {default}
  39. device partition=C:
  40. path \Windows\system32\winload.efi
  41. description Windows 8
  42. locale en-US
  43. inherit {bootloadersettings}
  44. recoverysequence {current}
  45. recoveryenabled Yes
  46. isolatedcontext Yes
  47. allowedinmemorysettings 0x15000075
  48. osdevice partition=C:
  49. systemroot \Windows
  50. resumeobject {42e5f8e1-d6d3-11e1-b8b9-e669e9ee7d5e}
  51. nx OptIn
  52. bootmenupolicy Standard
  53.  
  54. Windows Boot Loader
  55. -------------------
  56. identifier {current}
  57. device ramdisk=[E:]\Recovery\WindowsRE\Winre.wim,{42e5f8e4-d6d3-11e1-b8b9-e669e9ee7d5e}
  58. path \windows\system32\winload.efi
  59. description Windows Recovery Environment
  60. locale en-US
  61. inherit {bootloadersettings}
  62. displaymessage Recovery
  63. osdevice ramdisk=[E:]\Recovery\WindowsRE\Winre.wim,{42e5f8e4-d6d3-11e1-b8b9-e669e9ee7d5e}
  64. systemroot \windows
  65. nx OptIn
  66. bootmenupolicy Standard
  67. winpe Yes
  68.  
  69. Resume from Hibernate
  70. ---------------------
  71. identifier {42e5f8e1-d6d3-11e1-b8b9-e669e9ee7d5e}
  72. device partition=C:
  73. path \Windows\system32\winresume.efi
  74. description Windows Resume Application
  75. locale en-US
  76. inherit {resumeloadersettings}
  77. recoverysequence {current}
  78. recoveryenabled Yes
  79. isolatedcontext Yes
  80. allowedinmemorysettings 0x15000075
  81. filedevice partition=C:
  82. filepath \hiberfil.sys
  83. bootmenupolicy Standard
  84. debugoptionenabled No
  85.  
  86. Windows Memory Tester
  87. ---------------------
  88. identifier {memdiag}
  89. device partition=\Device\HarddiskVolume3
  90. path \EFI\Microsoft\Boot\memtest.efi
  91. description Windows Memory Diagnostic
  92. locale en-US
  93. inherit {globalsettings}
  94. badmemoryaccess Yes
  95.  
  96. EMS Settings
  97. ------------
  98. identifier {emssettings}
  99. bootems No
  100.  
  101. Debugger Settings
  102. -----------------
  103. identifier {dbgsettings}
  104. debugtype Serial
  105. debugport 1
  106. baudrate 115200
  107.  
  108. RAM Defects
  109. -----------
  110. identifier {badmemory}
  111.  
  112. Global Settings
  113. ---------------
  114. identifier {globalsettings}
  115. inherit {dbgsettings}
  116. {emssettings}
  117. {badmemory}
  118.  
  119. Boot Loader Settings
  120. --------------------
  121. identifier {bootloadersettings}
  122. inherit {globalsettings}
  123. {hypervisorsettings}
  124.  
  125. Hypervisor Settings
  126. -------------------
  127. identifier {hypervisorsettings}
  128. hypervisordebugtype Serial
  129. hypervisordebugport 1
  130. hypervisorbaudrate 115200
  131.  
  132. Resume Loader Settings
  133. ----------------------
  134. identifier {resumeloadersettings}
  135. inherit {globalsettings}
  136.  
  137. Device options
  138. --------------
  139. identifier {42e5f8e4-d6d3-11e1-b8b9-e669e9ee7d5e}
  140. description Windows Recovery
  141. ramdisksdidevice partition=E:
  142. ramdisksdipath \Recovery\WindowsRE\boot.sdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement