Contribute
Register

Installer reboots at 13 minutes remaining

Status
Not open for further replies.
Sry feartech since there is more community support for Nvidia on clover, can I switch from pc to clover?
yeah sure

try one from the downloads section
 
Sry feartech since there is more community support for Nvidia on clover, can I switch from pc to clover?
you may want to grab a config.plist from this guide:
 
you may want to grab a config.plist from this guide:
But.. I have to install again macos or there is a way to convert?
 
Also, I tried using voodooI2C to get my ELAN trackpad working but no luck
 
But.. I have to install again macos or there is a way to convert?
no need to re install, just create another usb installer with just clover on it to test

also, as you are not using intel graphics

you probably won't need:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AAAbWQ==</data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>GxkAAA==</data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>framebuffer-con0-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con0-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con1-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con1-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-con2-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con2-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con2-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-fbmem</key>
                <data>AACQAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-stolenmem</key>
                <data>AAAwAQ==</data>
                <key>framebuffer-unifiedmem</key>
                <data>AAAAgA==</data>
                <key>model</key>
                <string>Intel HD Graphics 530</string>
            </dict>
 
no need to re install, just create another usb installer with just clover on it to test

also, as you are not using intel graphics

you probably won't need:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AAAbWQ==</data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>GxkAAA==</data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>framebuffer-con0-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con0-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con1-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con1-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-con2-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con2-pipe</key>
                <data>EgAAAA==</data>
                <key>framebuffer-con2-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-fbmem</key>
                <data>AACQAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-stolenmem</key>
                <data>AAAwAQ==</data>
                <key>framebuffer-unifiedmem</key>
                <data>AAAAgA==</data>
                <key>model</key>
                <string>Intel HD Graphics 530</string>
            </dict>
Ok thanks, I'll give it a try
 
Yea.. all the people I asked to said that's almost impossible to get working a Nvidia laptop GPU. I'm surrendering.. I'm going to try with my unused server dual Xeon x5450. Hope for the best
 
Yea.. all the people I asked to said that's almost impossible to get working a Nvidia laptop GPU. I'm surrendering.. I'm going to try with my unused server dual Xeon x5450. Hope for the best
so you don't have intel graphics at all? have you checked under Device Manager -> Display Adaptors in windows?
 
so you don't have intel graphics at all? have you checked under Device Manager -> Display Adaptors in windows?
No unfortunately.. however..
Never surrender!!! With another script I got the web drivers to work correctly and now the gtx 1070 is correctly detected! Sleep mode still doesn't work.. also, I'm still lacking support for the trackpad, audio and wifi. I tried applealc kext for audio but I can't get it to work. Can you help me pls?
 
No unfortunately.. however..
Never surrender!!! With another script I got the web drivers to work correctly and now the gtx 1070 is correctly detected! Sleep mode still doesn't work.. also, I'm still lacking support for the trackpad, audio and wifi. I tried applealc kext for audio but I can't get it to work. Can you help me pls?
you will need to try different layout id for your audio

more info here:

wifi is probably intel? there are intel wifi drivers around here, not used them myself

trackpad is most likely I2C:
 
Status
Not open for further replies.
Back
Top