Contribute
Register

Haswell NUC technical specs

Status
Not open for further replies.
Might be fun for someone
View attachment 76572

Yup, similar to mine.

It feels much quicker than that in normal use though, same as real macs do.

Also, this :

Speed Test.jpg

Not as fast as PCIE based flash but still not bad as an msata drive. Thats actually faster than my Sandisk Extreme regular size ssd.

:p
 
Yup, similar to mine.

It feels much quicker than that in normal use though, same as real macs do.

Also, this :

View attachment 76574

Not as fast as PCIE based flash but still not bad as an msata drive. Thats actually faster than my Sandisk Extreme regular size ssd.

:p

What disk are you using and/or did you install some other sata drivers?
 
Hey

no that info goes in /users/administrator (or whatever your user name is)/library/preferences/ and edit the file com.apple.systemprofiler.plist Put the name you want first and numbers and year inside those brackets

You can find it in the great guide here
http://www.tonymacx86.com/customization/79536-mod-about-mac.html




Got it thanks! I was trying to edit the files in textedit. :rolleyes: The contents look completely different to when you open them with text wrangler lol
 
What disk are you using and/or did you install some other sata drivers?

My msata drive is the 240Gb Intel 525 series msata. Very nice drive and quite fast.

I dont have any special sata driver or anything, in fact my AHCI controller is still listed as generic like so :

AHCIController.jpg

Anyone else managed to change this to its correct name yet ?
 
Excellent job!

DSDT edit didn't work. tried adding this:

Device (SAT0)
{
Name (_ADR, 0x001F0002)
Name (FDEV, Zero)
Name (FDRP, Zero)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x04)
{
"Device-id",
Buffer (0x04)
{
0x03, 0x8C, 0x00, 0x00
},

"IONameMatch",
Buffer (0x04)
{
0x03, 0x8C, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}


Bold part is the addition (needs Method DTGP too). Hoped that by using identity of 8 series Apple chipset it would do the trick, but it did not....

Instead if you want the correct system profiler you can edit directly the plist of the AppleAHCIPort.kext to add the chipset, in our case it is this identity in bold:

<key>Intel8SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>8 Series Chipset</string>
<key>IOClass</key>
<string>AppleIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,8c02</string>
<string>pci8086,8c03</string>
<string>pci8086,9c03</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>

If you do that then you get the screenshot like attached.

Is it worth the bother? Probably not.
 

Attachments

  • AHCI.png
    AHCI.png
    87.1 KB · Views: 210
I did as you said. I kept all default settings of multibeast except chimera and installed it. Next installed chameleon.

now i get apple logo with spinning wheel. :(

Can someone please post what settings of multibeast were used?
if they got same spinning wheel issue how they got beyond it?

Add IntelAzulFB=5 to org.chameleon.Boot.plist inside the Extra folder or use the one I attached some pages back (post #85) if IntelAzulFB=5 doesn't work try IntelAzulFB=10
You can also type it at boot otherwise use -x at boot
 
Status
Not open for further replies.
Back
Top