Advertisement
Guest User

updated bcd

a guest
Mar 13th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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. timeout 30
  11.  
  12. Windows Setup
  13. -------------
  14. identifier {default}
  15. device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
  16. path \windows\system32\boot\winload.exe
  17. description Windows Setup
  18. locale en-US
  19. inherit {bootloadersettings}
  20. osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
  21. systemroot \windows
  22. detecthal Yes
  23. winpe Yes
  24. bootlog Yes
  25. ems Yes
  26.  
  27. EMS Settings
  28. ------------
  29. identifier {emssettings}
  30. bootems Yes
  31.  
  32. Debugger Settings
  33. -----------------
  34. identifier {dbgsettings}
  35. debugtype Serial
  36. debugport 1
  37. baudrate 115200
  38.  
  39. Global Settings
  40. ---------------
  41. identifier {globalsettings}
  42. inherit {dbgsettings}
  43. {emssettings}
  44.  
  45. Boot Loader Settings
  46. --------------------
  47. identifier {bootloadersettings}
  48. inherit {globalsettings}
  49. {hypervisorsettings}
  50.  
  51. Hypervisor Settings
  52. -------------------
  53. identifier {hypervisorsettings}
  54. hypervisordebugtype Serial
  55. hypervisordebugport 1
  56. hypervisorbaudrate 115200
  57.  
  58. Device options
  59. --------------
  60. identifier {7619dcc8-fafe-11d9-b411-000476eba25f}
  61. ramdisksdidevice boot
  62. ramdisksdipath \boot\boot.sdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement