Contribute
Register

Mojave on Optiplex 7040 SFF Intel HD 530 Help.

Status
Not open for further replies.
Joined
Feb 20, 2019
Messages
33
Motherboard
Lenovo M93p Tiny
CPU
i5-4570T
Graphics
HD 4600
Hi,
Thank you in advance to this great community. I managed to install Mojave on this machine but the Intel HD 530 is driving me crazy keep showing 7mb with Artifacts. I spent hours trying to get it to work but no luck. I will attach my current EFI and will appreciate any advice.
 

Attachments

  • EFI.zip
    2.4 MB · Views: 30
Hi,
Thank you in advance to this great community. I managed to install Mojave on this machine but the Intel HD 530 is driving me crazy keep showing 7mb with Artifacts. I spent hours trying to get it to work but no luck. I will attach my current EFI and will appreciate any advice.
maybe remove this:
Code:
<key>ig-platform-id</key>
        <string>0x0D220005</string>

intel should be disabled:
Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>

you shouldn't need this:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x04128086</string>

remove this from boot arguments:
nvda_drv=1
no need to try and have nvidia drivers to load when trying to load your intel graphics

this:
Code:
<dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <dict>
                <key>ATI</key>
                <false/>
                <key>Firewire</key>
                <false/>
                <key>HDA</key>
                <false/>
                <key>HDMI</key>
                <true/>
                <key>IDE</key>
                <false/>
                <key>IntelGFX</key>
                <true/>
                <key>LAN</key>
                <true/>
                <key>LPC</key>
                <true/>
                <key>NVidia</key>
                <false/>
                <key>SATA</key>
                <true/>
                <key>SmBUS</key>
                <true/>
                <key>USB</key>
                <true/>
                <key>WIFI</key>
                <true/>
            </dict>
is not right, disable those

iMac17,1 would be a better choice
 
maybe remove this:
Code:
<key>ig-platform-id</key>
        <string>0x0D220005</string>

intel should be disabled:
Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>

you shouldn't need this:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x04128086</string>

remove this from boot arguments:
nvda_drv=1
no need to try and have nvidia drivers to load when trying to load your intel graphics

this:
Code:
<dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <dict>
                <key>ATI</key>
                <false/>
                <key>Firewire</key>
                <false/>
                <key>HDA</key>
                <false/>
                <key>HDMI</key>
                <true/>
                <key>IDE</key>
                <false/>
                <key>IntelGFX</key>
                <true/>
                <key>LAN</key>
                <true/>
                <key>LPC</key>
                <true/>
                <key>NVidia</key>
                <false/>
                <key>SATA</key>
                <true/>
                <key>SmBUS</key>
                <true/>
                <key>USB</key>
                <true/>
                <key>WIFI</key>
                <true/>
            </dict>
is not right, disable those

iMac17,1 would be a better choice
Hi Feartech!
I did remove all what you have mentioned but i got KP.
 

Attachments

  • EFI.zip
    2.4 MB · Views: 27
Hi Feartech!
I did remove all what you have mentioned but i got KP.
pointless in saying I get a KP without providing a screenshot
 
Screen is going so fast just before the system will restart itself.
you may want to update your very old lilu and wahtevergreen kexts

also remove:
FakePCIID.kext
FakePCIID_Intel_HD_Graphics.kext

also your folder structure in clover is old, you may need to update it
 
Excuse my limited knowledge, You mean a newer Unibeast for clover structure? I have used this same method to install mojave on an Intel HD 630 and worked very well.
 
Excuse my limited knowledge, You mean a newer Unibeast for clover structure? I have used this same method to install mojave on an Intel HD 630 and worked very well.
i didn't mention unibeast

i mean to update your clover version, you can get that from the downloads section
 
i didn't mention unibeast

i mean to update your clover version, you can get that from the downloads section
I really appreciate your help. I tried to the best of my knowledge to do all what you have mentioned but same results. The code goes so fast and at the end some weird code then the system will reboot. I attached snap i had to take from slowed down video cause it is impossible to catch it.
 

Attachments

  • EFI.zip
    3.4 MB · Views: 33
  • 33.png
    33.png
    1.7 MB · Views: 54
I really appreciate your help. I tried to the best of my knowledge to do all what you have mentioned but same results. The code goes so fast and at the end some weird code then the system will reboot. I attached snap i had to take from slowed down video cause it is impossible to catch it.
you seem to have deleted kexts from clover/kexts/other

the most important one, FakeSMC.kext
 
Status
Not open for further replies.
Back
Top