Jump to content

matp321

Registered User
  • Posts

    2
  • Joined

  • Last visited

Posts posted by matp321

  1. After a few days of properly working egpu I got an error 12(could not allocate resources for graphic card).This is a startup.bat setup that I was using so far:
    call iport dGPU off

    call vidwait 60 
    call vidinit -d %eGPU% 
    call pci
    :end 
    call chainload mbr  

     

      . Operation- Run compaction works fine in DIY egpu setup 1.3. I tried to follow those those instructions:

     

    So I managed to modificate startup.bat like that:

     

    call iport dGPU off
    call iport gen2 2
    call vidwait 60 
    call vidinit -d %eGPU% 
    call iport reset 2
    call iport init 2
    call pci
    setpci -s d:0.0 BASE_ADDRESS_5=d001
    setpci -s 0:1c.1 1c.b=d0 1d.b=d0
    :end 
    call chainload mbr

     

    It also did not help. Here is my pci.bat file: 

    pci.rar

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.