Jump to content

Attempting ML on Samsung NP550 Series 5


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

Link to comment
Share on other sites

install more these two kexts in S/L/E and not use flag -f only -v , edit your boot.plis and delete flag -f

 

AHCIPortInjector.kext

AHCI_3rdParty_SATA.kext

 

AND POST link of the your Laptop

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

 Share

×
×
  • Create New...