Contribute
Register

El Capitan only boot with cpus=1

Status
Not open for further replies.
Joined
Sep 1, 2013
Messages
10
Motherboard
Lenovo G700
CPU
Intel® Core™ i3-3110M Ivy Bridge 2x2.4 Ghz
Graphics
Intel HD Graphics 4000 Integrated
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hey guys, I hope you can help me out.
I've sucessfully installed El Capitan using Clover with cpus=1. I can boot into OS X with cpus=1, too, but I want all 2 cores to be supported and do not know how to do that. I have never used Clover and the last time on Mavericks i used something called VoodooTSCSync. Thanks in advance :)

Lenovo G700
Intel® Core™ i3-3110M Ivy Bridge 2x2.40 Ghz
Intel HD Graphics 4000 Integrated
12GB DDR3 1600 Mhz
500 GB HDD
 
Hey guys, I hope you can help me out.
I've sucessfully installed El Capitan using Clover with cpus=1. I can boot into OS X with cpus=1, too, but I want all 2 cores to be supported and do not know how to do that. I have never used Clover and the last time on Mavericks i used something called VoodooTSCSync. Thanks in advance :)

Lenovo G700
Intel® Core™ i3-3110M Ivy Bridge 2x2.40 Ghz
Intel HD Graphics 4000 Integrated
12GB DDR3 1600 Mhz
500 GB HDD


Follow the Clover guide linked from the FAQ.

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 
Already did it, but I can't see why I am getting the kernel panic. I mean I don't have a Haswell cpu, am I? I've got an Ivy Bridge processor

The reason is you're not using the correct config.plist. cpus=1 can be avoided with KernelLapic=true.
 
The reason is you're not using the correct config.plist. cpus=1 can be avoided with KernelLapic=true.
I already tried this, but it doesn't help me out
 
now i tried to generate SSDT, but although i can't boot without cpus=1
 
now i tried to generate SSDT, but although i can't boot without cpus=1

Boot verbose, show photo.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Status
Not open for further replies.
Back
Top