Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1.  
  2. Firmware Boot Manager
  3. ---------------------
  4. identifier {fwbootmgr}
  5. displayorder {86183009-c836-11e6-9050-806e6f6e6963}
  6. {86183007-c836-11e6-9050-806e6f6e6963}
  7. {86183008-c836-11e6-9050-806e6f6e6963}
  8. {86183006-c836-11e6-9050-806e6f6e6963}
  9. timeout 1
  10.  
  11. Windows Boot Manager
  12. --------------------
  13. identifier {bootmgr}
  14. device partition=T:
  15. description Windows Boot Manager
  16. locale en-us
  17. inherit {globalsettings}
  18. default {default}
  19. resumeobject {d5765a6e-c81a-11e6-b487-d008f14afcb0}
  20. displayorder {default}
  21. toolsdisplayorder {memdiag}
  22. timeout 30
  23.  
  24. Firmware Application (101fffff)
  25. -------------------------------
  26. identifier {86183006-c836-11e6-9050-806e6f6e6963}
  27. device partition=T:
  28. path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
  29. description Windows Boot Manager
  30.  
  31. Firmware Application (101fffff)
  32. -------------------------------
  33. identifier {86183008-c836-11e6-9050-806e6f6e6963}
  34. device partition=G:
  35. description UEFI: (FAT) Corsair Flash Voyager
  36.  
  37. Firmware Application (101fffff)
  38. -------------------------------
  39. identifier {86183009-c836-11e6-9050-806e6f6e6963}
  40. description UEFI: (FAT) MATSHITADVD-RAM UJ8G6
  41.  
  42. Firmware Application (101fffff)
  43. -------------------------------
  44. identifier {8618300a-c836-11e6-9050-806e6f6e6963}
  45. description Hard Drive
  46.  
  47. Firmware Application (101fffff)
  48. -------------------------------
  49. identifier {8618300b-c836-11e6-9050-806e6f6e6963}
  50. description CD/DVD Drive
  51.  
  52. Windows Boot Loader
  53. -------------------
  54. identifier {default}
  55. device partition=C:
  56. path \WINDOWS\system32\winload.efi
  57. description Windows 8.1
  58. locale en-us
  59. inherit {bootloadersettings}
  60. allowedinmemorysettings 0x15000075
  61. osdevice partition=C:
  62. systemroot \WINDOWS
  63. resumeobject {d5765a6e-c81a-11e6-b487-d008f14afcb0}
  64. nx OptIn
  65. bootmenupolicy Standard
  66. detecthal Yes
  67.  
  68. Resume from Hibernate
  69. ---------------------
  70. identifier {d5765a6e-c81a-11e6-b487-d008f14afcb0}
  71. device partition=C:
  72. path \WINDOWS\system32\winresume.exe
  73. description Windows Resume Application
  74. locale en-us
  75. inherit {resumeloadersettings}
  76. allowedinmemorysettings 0x15000075
  77. filepath \hiberfil.sys
  78. bootmenupolicy Standard
  79.  
  80. Windows Memory Tester
  81. ---------------------
  82. identifier {memdiag}
  83. device partition=T:
  84. path \boot\memtest.exe
  85. description Windows Memory Diagnostic
  86. locale en-us
  87. inherit {globalsettings}
  88. badmemoryaccess Yes
  89.  
  90. EMS Settings
  91. ------------
  92. identifier {emssettings}
  93. bootems No
  94.  
  95. Debugger Settings
  96. -----------------
  97. identifier {dbgsettings}
  98. debugtype Serial
  99. debugport 1
  100. baudrate 115200
  101.  
  102. RAM Defects
  103. -----------
  104. identifier {badmemory}
  105.  
  106. Global Settings
  107. ---------------
  108. identifier {globalsettings}
  109. inherit {dbgsettings}
  110. {emssettings}
  111. {badmemory}
  112.  
  113. Boot Loader Settings
  114. --------------------
  115. identifier {bootloadersettings}
  116. inherit {globalsettings}
  117. {hypervisorsettings}
  118.  
  119. Hypervisor Settings
  120. -------------------
  121. identifier {hypervisorsettings}
  122. hypervisordebugtype Serial
  123. hypervisordebugport 1
  124. hypervisorbaudrate 115200
  125.  
  126. Resume Loader Settings
  127. ----------------------
  128. identifier {resumeloadersettings}
  129. inherit {globalsettings}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement