Advertisement
sebus

BCD

Mar 10th, 2017
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Windows Boot Manager
  2. --------------------
  3. identifier {bootmgr}
  4. description Windows Boot Manager
  5. locale en-US
  6. inherit {globalsettings}
  7. nointegritychecks Yes
  8. default {default}
  9. displayorder {default}
  10. toolsdisplayorder {memdiag}
  11. timeout 30
  12.  
  13. Windows Boot Loader
  14. -------------------
  15. identifier {default}
  16. device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
  17. path \windows\system32\boot\winload.exe
  18. description Windows Setup
  19. locale en-US
  20. inherit {bootloadersettings}
  21. osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
  22. systemroot \windows
  23. detecthal Yes
  24. winpe Yes
  25. bootlog Yes
  26. ems Yes
  27.  
  28. Windows Memory Tester
  29. ---------------------
  30. identifier {memdiag}
  31. device boot
  32. path \boot\memtest.exe
  33. description Windows Memory Diagnostic
  34. locale en-US
  35. inherit {globalsettings}
  36.  
  37. EMS Settings
  38. ------------
  39. identifier {emssettings}
  40. bootems Yes
  41.  
  42. Debugger Settings
  43. -----------------
  44. identifier {dbgsettings}
  45. debugtype Serial
  46. debugport 1
  47. baudrate 115200
  48.  
  49. Global Settings
  50. ---------------
  51. identifier {globalsettings}
  52. inherit {dbgsettings}
  53. {emssettings}
  54.  
  55. Boot Loader Settings
  56. --------------------
  57. identifier {bootloadersettings}
  58. inherit {globalsettings}
  59. {hypervisorsettings}
  60.  
  61. Hypervisor Settings
  62. -------------------
  63. identifier {hypervisorsettings}
  64. description Hypervisor Settings
  65. hypervisordebugtype Serial
  66. hypervisordebugport 1
  67. hypervisorbaudrate 115200
  68.  
  69. Device options
  70. --------------
  71. identifier {7619dcc8-fafe-11d9-b411-000476eba25f}
  72. ramdisksdidevice boot
  73. ramdisksdipath \boot\boot.sdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement