Contribute
Register

<< Solved >> can only boot using cpus=1

Status
Not open for further replies.

Attachments

  • Screen Shot 2019-02-27 at 5.17.49 PM.png
    Screen Shot 2019-02-27 at 5.17.49 PM.png
    203.9 KB · Views: 132
Updated...still no any progress.

Use this tool and upload your problem reporting files:
 
Use this tool and upload your problem reporting files:

With cpus=1 , everything works (what i needed, i.e. quick sync , as i m heavy fcpx user )
but not succeed to get audio ALC892 , it sucks , not understanding what is happening with audio

i can't work with cpus=1, a lot of performance lack, plz help
 

Attachments

  • debug_26986.zip
    1.8 MB · Views: 139
With cpus=1 , everything works (what i needed, i.e. quick sync , as i m heavy fcpx user )
but not succeed to get audio ALC892 , it sucks , not understanding what is happening with audio

i can't work with cpus=1, a lot of performance lack, plz help
this doesn't look quite correct:

Code:
<key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>APLF</key>
                <true/>
                <key>APSN</key>
                <true/>
                <key>CStates</key>
                <false/>
                <key>PStates</key>
                <false/>
                <key>PluginType</key>
                <true/>
            </dict>
            <key>PluginType</key>
            <string>1</string>
        </dict>

maybe:

Code:
<key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>APLF</key>
                <true/>
                <key>APSN</key>
                <true/>
                <key>CStates</key>
                <false/>
                <key>PStates</key>
                <false/>
                <key>PluginType</key>
                <true/>
            </dict>
        </dict>

InjectKexts should be set to Detect

also take a picture in verbose mode without cpus=1 where it hangs

may also be worth checking out:
 
this doesn't look quite correct:

No luck:banghead::banghead::banghead::banghead::banghead::banghead::banghead::banghead:


Without cpus=1, stucks here
389975


i followed these links , and install VoodooTSCSync.kext but still no luck....i m really getting very frustrated now:cry::cry::cry:
 
Luck plays no part.

You have mismatched kexts, kexts in both /EFI/CLOVER/kexts/Other and /Library/Extensions which are different versions.

Only kexts that are essential to boot should be in /EFI/CLOVER/kexts/Other. (Usually just FakeSMC.kext and ethernet kext).
All kexts should be correctly installed in /Library/Extensions, including the ones that are also in /EFI/CLOVER/kexts/Other and they should be identical versions.
config.plist - System Parameters - Inject Kexts should be Detect not Yes.
 
Solved.....actually problem was in CPU... CPU is Faulty. many 6700k processors around world are faulty.
i gone through some forums and tried windows 7 and windows 10 installation but it stucks at windows logo,
so ,checked ram, motherboard and processor and i found processor faulty.
thanks for everyone's support!
 
Solved.....actually problem was in CPU... CPU is Faulty. many 6700k processors around world are faulty.
i gone through some forums and tried windows 7 and windows 10 installation but it stucks at windows logo,
so ,checked ram, motherboard and processor and i found processor faulty.
thanks for everyone's support!
well done on finding the issue, sorry about the faulty processor though.. you replacing it or going for an upgrade?
 
Status
Not open for further replies.
Back
Top