Jump to content
78 posts in this topic

Recommended Posts

SMBIOS and org.chameleon.boot.plist have been in /Extra the whole time. Please see ExtraList.txt for recursive listing of this directory.

Just repairing disk permissions and rebuilding mkext and cache on Extra and /S/L/E using kext wizard.

 

I'll then try a normal boot with just the two kexts in /Extra using no "-x".

 

Thanks by the way for your loads of help.

 

 

.

.

.

.

.

 

....ok same deal with the normal boot....

ExtraList.txt

post-15126-0-93169600-1346356765_thumb.jpg

OK I have:

 

Installed kexts from /E/E to /S/L/E using kext wizard and then repaired perms and rebooted.

 

Still NO BANANA same error as before when booting using:

 

-f -v GraphicsEnabler=No PCIRootUID=0 npci=0x3000

 

(tried this twice)

post-15126-0-17986900-1346358703_thumb.jpg

The complete model number is NP550P5C-S01CH. Thats not much of a webpage though. The HK model may be slightly different (samsung tend to change things a bit from country to country).

 

Just running the new kexts on and rebuilding cache and perms...

 

Unfortunately same problem. Hang seems to be same place.

http://www.samsung.c.../NP550P5C-S01HK

 

is this? configuration!!!

  • Intel i7-3610QM, 8GB, 1000GB,15.6" 1366x768, DVD-SM, Win7-HP64, nVidia GeForce GT 650M 2048MB, Giga-LAN, WLAN (300 Mbps), Bluetooth 4.0, 2x USB 3.0, Webcam, 4-in-1 Cardreader


ok, you have two GPU, HD 4000 AND

nVidia GeForce GT 650M 2048MB THIS ONE i

don't no if have support for ML, but HD 4000 have support and work, for now backup all kexts NVidia and delete from S/L/E , I go see one topic for this GPU.

 

 

Edit: copy paste this cod ein terminal app and output in your desktop, put this a folder zip and poste here for me edit this

 

perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'

 

 

 

 

 

EDIT: USE THIS: -v PciRootUID=0 GraphicsEnabler=No busratio=23 npci=0x3000

 

 

here the topic: http://www.insanelym...l=&fromsearch=1

reading this

 

given my device ID for HD4000 looks to be:

 

 

00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])

 

does this rev 09 mean i should inject

 

 

<key>HD4000PlatformId</key>

<string>9</string>

 

??

 

Any one experienced able to confirm?

if u are referring to

 

<key>HD4000PlatformId</key>

<string>9</string>

 

I put this in to org.chameleon.Boot.Plist...

 

now I have a blank screen.... something almost worked...

 

how do i get the right ig-platform-id ? trial and error approach at the moment...

yes tried this already, actually tried 9 and 0 and 5 (0 and 9 gave blank screen).

 

1 gave an error

 

/SourceCache/AppleGraphicsControl/APpleGraphicsControl-3.2.6/src/ApplePolicyControl/src/GFxPoliyControl.cpp:831 Assertion Failed

How many Memory RAM you have installed?

 

 

 

this not a Laptop???? in your BIOS set

 

If your Hackintosh has 4 GB of RAM, set video RAM to 384MB. If your Hackintosh has 8 GB of RAM, set video RAM to 480MB.

 

 

 

opssss this is for HD 3000

try this and make a fstring for your graphics, this work for a lot people

 

 

You have to use gfxutil (google for it) to get device path, command is either:

 

 

./gfxutil -f display

 

or maybe

 

./gfxutil -f GFX0 (if you also have dedicated graphics installed)

 

or maybe

 

./gfxutil -f IGPU (if you also have dedicated graphics installed)

 

 

Copy this device path or save it somewhere then you need a .plist with injections (here is mine:

https://rapidshare.c...xutil.plist.zip

 

). Paste in your device path and set AAPL,ig-platform-id.

 

 

Then gfxutil again to get string

 

./gfxutil -i xml -o hex ./gfxutil.plist ./string.hex

 

Test your DSDT.zip But I dont understand whit -x is safe mode and not load all kexts, but if it wok :thumbsup_anim: :thumbsup_anim: :thumbsup_anim:

i'll leave the gfxutil for the graphics for the meantime.... since its working now....

 

how do i test the dsdt ?

 

Tried the following. Pointed org.chameleon.Boot.plist at the DSDT.aml and rebooted.

 

Similar errors but I believe some about "Sound Assertion...." against AppleHDA.

 

See screenshot.

 

This is without -x boot.

post-15126-0-43667800-1346455086_thumb.jpg

finally getting round to spend some further time on this....

 

audio codec is ALC269vc..

 

apparently voodooHDA works against this since its the most common sound codec. giving it a go as well as the AppleHDA edit as shown here

×
×
  • Create New...