Advertisement
dfgged

My altered windows egpu script

Mar 1st, 2017
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. echo -off
  2. echo "Setting VGA Enable register on PCI bridge hosting eGPU . . ."
  3. ########################################################################
  4. # Remove the hash on the line after your system to include that parameter
  5. ########################################################################
  6. # 2016 13" MBP setting
  7. # 2013 13" MBP
  8. # 2013 11/13" MBA
  9. # mm 001C043E 1 ;PCI :8
  10. # 2016 15" MBP setting
  11. mm 0001023E 1 ;PCI :8
  12. echo "Pausing for 5s"
  13. stall 5000000
  14. echo "Booting Windows"
  15. echo "Executing command = fs0:\EFI\Boot\bootx64.efi"
  16. fs0:\EFI\BOOT\bootx64.efi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement