Contribute
Register

Hard drives bugs after dualboot instal

Status
Not open for further replies.
Hello Feartech, thanks a lot for your help. After a long pause I try to solve it.
I open the Idiot's guide to lilu and its plugin but I dont understand what to do excatly.
The main problem is that the PCI graphics card doesnt seems to works and lilu guide just explain :

"Simply installing Lilu + WhatEverGreen should be enough to enable your dGPU and get things working, for more experienced users there are a number of optional boot arguments that can be used with AMD and Nvidia GPU's which are detailed in the WhatEverGreen readme.md and manual."

so I dont uderstand what to do...

For the sound I've tried this method
"Method-2 (Device Properties) - Recommended
First you need install the Lilu and AppleALC kext's (see the "How to Install" section of the guide towards the top)
Now edit your config.plist and set the string value of "Clover/Devices/Audio/Inject" to "No"
Save the changes and reboot your PC.
Boot back into macOS and run Hackintool (make sure that it is up-to-date)
Use the following procedure to generate the Audio Device Properties and add them your config.plist :-
Click on the Audio icon, you should now see the detected Codec type(s), select the HDA codec by clicking on the line entry, the devices info should now be detailed in the Audio Info box and a drop down menu where you can select the codec layout you want to use, the drop down menu will only contain the valid layout-id's that are applicable to the detected codec."

but for me the only detected audio device by hackintool is the mic and there is no codec layout for it.
Do you understand what'is happening for me?
not without seeing your new efi

also with your nvidia card, you need to install the nvidia web drivers
 
Hey I have Nvidiawebdriver.kext.
here the Efi

Thanks a lot Feartech
 

Attachments

  • EFI.zip
    19.9 MB · Views: 22
Hey I have Nvidiawebdriver.kext.
here the Efi

Thanks a lot Feartech
nvidia should be disabled:

Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <true/>
        </dict>
 
Hello Thanks for tour fast answer.
I've corrected by this code and still have the problem

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
 

Attachments

  • EFI.zip
    19.9 MB · Views: 17
Hello Thanks for tour fast answer.
I've corrected by this code and still have the problem

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
so macOS works but it just the nvidia acceleration not working?

did you install the nvidia web drivers?:
 
Hey thanks a lot now the graphics doenst bug anymore thanks so much.
I have the 17G66 version so I use this nvidia update

and type this in terminal
Code:
bash <(curl -s https://raw.githubusercontent.com/Benjamin-Dobell/nvidia-update/master/nvidia-update.sh)

Also now i just do not have the sound but graphics seems to work properly.
 

Attachments

  • EFI.zip
    19.9 MB · Views: 22
Hey thanks a lot now the graphics doenst bug anymore thanks so much.
I have the 17G66 version so I use this nvidia update

and type this in terminal
Code:
bash <(curl -s https://raw.githubusercontent.com/Benjamin-Dobell/nvidia-update/master/nvidia-update.sh)

Also now i just do not have the sound but graphics seems to work properly.
you will need to add in your audio properties into your Device Properties:
 
Whats is strange In the Lilu guide is that i dont see nothing written in hackintool ate the audio devices properties.
So i dont understand what to do
 
Whats is strange In the Lilu guide is that i dont see nothing written in hackintool ate the audio devices properties.
So i dont understand what to do
another way is to add the boot argument:
alcid=*

change * to your layout-id number
 
and how to determine layout-id?
 
Status
Not open for further replies.
Back
Top