Jump to content

Help! Can't boot unless i boot with cpus=1


jamzmoby
 Share

3 posts in this topic

Recommended Posts

Hi i hope somebody can help me. If i boot without cpus=1 then i get to a black screen with just a mouse pointer. If i use cpus=1 then i get full graphics. 

I've been trying to sort this for a couple weeks now. 

My first install was using chameleon and i've now changed on a different hard drive using clover with the hope that clover being more advanced can help me sort it out. 

Sometimes i can get it to boot using Fake ID of 0x00100300 for the graphics and other times it won't boot.

 

My system is:-

 

Toshiba Satellite Pro C660

 

Intel i3 2330m cpu 

HM65 chipset

HD3000 intel graphics 2nd gen 6 series

 

It's legacy boot and Yosemite 10.10.3

 

I don't mind editing my DSDT to sort this, was just hoping with clover that i could work out the patches that was needed before editing it.

 

Thank you and i really hope someone can help me with this.

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Hi,

 

Try this DSDT patch: 

#Maintained by: RehabMan for: Laptop Patches
#graphics_HD3K_low.txt

#
# Use this patch if your laptop has the standard 1366x768 screen
#
# Use dual-link if you have 1600x900 or have upgraded
# to 1080p screen.
#

#   Inject HDMI info into GFX0/IGPU
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "AAPL,snb-platform-id", Buffer() { 0x00, 0x00, 0x01, 0x00 },\n
        "hda-gfx", Buffer() { "onboard-1" },\n
    })\n
}\n
end;
Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...