jamzmoby Posted June 28, 2015 Share Posted June 28, 2015 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 https://www.insanelymac.com/forum/topic/306857-help-cant-boot-unless-i-boot-with-cpus1/ Share on other sites More sharing options...
WaldMeister Posted June 28, 2015 Share Posted June 28, 2015 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 https://www.insanelymac.com/forum/topic/306857-help-cant-boot-unless-i-boot-with-cpus1/#findComment-2149129 Share on other sites More sharing options...
jamzmoby Posted July 7, 2015 Author Share Posted July 7, 2015 Hi thanks for the response. I sorted it now cheers. Can't quite remember how but it was something along those lines. Thanks again Link to comment https://www.insanelymac.com/forum/topic/306857-help-cant-boot-unless-i-boot-with-cpus1/#findComment-2151565 Share on other sites More sharing options...
Recommended Posts