Contribute
Register

Solved: Web Driver not responding. Can only boot with nv_disable=1

Status
Not open for further replies.
Alright, this is where I'm at. Still not working at the moment, but I can now boot with SSD and without nv_disable=1.

Deleted ACPI / DSDT fixes
Ejected Intel
Fully disabled SIP with CsrActiveConfig 0x67
InjectKexts = Detect
Edited config.plist - NvidiaWeb = true as per Link
Emulated native NVRAM - Problem 6
Installed Lilu.kext , LiluFriend and NvidiaGraphicsFixup.kext to Library/extensions/
BIOS - Disable Integrated graphics - Don't know what PEG is. Primary is PCI-e
Updated Clover, Updated Web Driver.
Update web drivers to ensure that you have the correct version.
Config.plist - Do not inject Intel or Nvidia graphics and no ig-platform-id

nv_disable=1 oddly shows driver install via CUDA but gives "no GPU installed" if webdriver turned on.

Still no cigar. Added updated Config file. I'm no genius and not a coder. Some things won't be clean. Let me know if that's an issue.
 

Attachments

  • config.plist
    5.6 KB · Views: 235
It is impossible to diagnose "Still no cigar".
 
It is impossible to diagnose "Still no cigar".

True, but Nothing has really changed except what was suggested. I'm still in the same situation as before. The only thing I didn't mention was that the graphics card in about says Nvidia Chip model 7MB
 
Is it possible that this is the issue?

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0</string>
<key>DefaultVolume</key>
<string>El Capitan</string>
<key>Legacy</key> <---------------------
<string>PBR</string>
<key>Log</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<false/>
</dict>
 
The only thing I didn't mention was that the graphics card in about says Nvidia Chip model 7MB
7MB VRAM usually means that Inject Nvidia is disabled correctly, but the Nvidia Webdrivers are not installed or not activated.

Mount your EFI partition.
Drag a copy of your /EFI/CLOVER folder to your desktop.
Open the folder and delete the /Themes folder.
Right click the /CLOVER folder and select Compress.
Attach the zip file to this thread.
 
Is it possible that this is the issue?

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0</string>
<key>DefaultVolume</key>
<string>El Capitan</string>
<key>Legacy</key> <---------------------
<string>PBR</string>
<key>Log</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<false/>
</dict>
In the time that it has taken to ask you could have tested it.
 
In the time that it has taken to ask you could have tested it.

Thought about that, but I don't want to input the wrong thing and then it totally crash out. UEFI? EFI? EFI BOOT?
 
Last edited:
Here you go! Thanks.
With all this talk of Legacy and UEFI make sure that you have not installed in both modes.
Look in the root of your system disk for a folder called /EFI and if found rename it.

Download the attached zip file and use it to replace the entire /CLOVER folder on your EFI partition.
Test and report results.
 

Attachments

  • CLOVER.zip
    1.3 MB · Views: 50
With all this talk of Legacy and UEFI make sure that you have not installed in both modes.
Look in the root of your system disk for a folder called /EFI and if found rename it.

Download the attached zip file and use it to replace the entire /CLOVER folder on your EFI partition.
Test and report results.

Got it. Booted to desktop, a bit faster than usual, but nothing notable has changed. Verbose mode gave me this. The last line before it cut out says

fInterfaceSnapshots is missing.

But the lines that stuck out to me are the ones in the attached file.

El Capitan/ only shows 4 folders.
Applications
EFI-Backups
Library
Users
 

Attachments

  • Screen Shot 2017-11-17 at 10.35.28 AM.png
    Screen Shot 2017-11-17 at 10.35.28 AM.png
    1.9 MB · Views: 69
Status
Not open for further replies.
Back
Top