Contribute
Register

Haswell early reboot, Mavericks, locked MSRs, and HP Envy 15-J063CL (i7-4700MQ)

Status
Not open for further replies.
yep i know...
Risk of starting over on posts.

Restore it from where, the 10.9 installer?

If you go to "/Applications/Install OS X Mavericks.app/Contents/Shared Support" you'll find InstallESD.dmg. If you mount it, there is a hidden file BaseSystem.dmg. If you mount that, you will find AppleIntelFramebufferAzul.kext (along with the other Intel kexts) in /System/Library/Extensions.
 
yep, i knew that...thx
Bloody F.... missed the ls -l"R" capital R........
 
yep, i knew that...thx
Still the same, still total 0 in terminal

maybe copy the whole folder?

See post #35. Install kext with a kext installer such as Kext Wizard.
 
yep, i knew that...thx
Bloody F.... missed the ls -l"R" capital R........

Bloody fing...sry.....

this is what it says:

/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents:
total 24
-rw-r--r-- 1 src staff 5783 Sep 19 22:39 Info.plist
drwxr-xr-x 3 src staff 102 Sep 19 22:39 MacOS
drwxr-xr-x 3 src staff 102 Sep 19 22:39 _CodeSignature
-rw-r--r-- 1 src staff 467 Sep 19 22:39 version.plist


/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS:
total 928
-rwxr-xr-x 1 src staff 474000 Sep 19 22:39 AppleIntelFramebufferAzul


/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents/_CodeSignature:
total 8
-rw-r--r-- 1 src staff 3928 Sep 19 22:39 CodeResources
SRCs-MacBook-Pro:~ src$
 
yep, i knew that...thx
Bloody F.... missed the ls -l"R" capital R........

Bloody fing...sry.....

That's why we use copy/paste :)

this is what it says:

/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents:
total 24
-rw-r--r-- 1 src staff 5783 Sep 19 22:39 Info.plist
drwxr-xr-x 3 src staff 102 Sep 19 22:39 MacOS
drwxr-xr-x 3 src staff 102 Sep 19 22:39 _CodeSignature
-rw-r--r-- 1 src staff 467 Sep 19 22:39 version.plist


/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS:
total 928
-rwxr-xr-x 1 src staff 474000 Sep 19 22:39 AppleIntelFramebufferAzul


/volumes/109/system/library/Extensions/AppleIntelFramebufferAzul.kext/Contents/_CodeSignature:
total 8
-rw-r--r-- 1 src staff 3928 Sep 19 22:39 CodeResources
SRCs-MacBook-Pro:~ src$

So you have a valid Azul driver on your USB. Use Kext Wizard to install it to your HDD. You might want to check the others (on your HDD) for completeness too.
 
ok, reinstalled usb and hd now
so everything is vanilla exept the mach_kernel.

with multibeast:
made dsdt free, imac 14.2 install.
used kext wizard:
installed the realtekrtl81111.kext so i have network on it.

to get hd 4600 to work what would the next step be?
im in limbo here!....:0)
thx.
 
ok, reinstalled usb and hd now
so everything is vanilla exept the mach_kernel.

with multibeast:
made dsdt free, imac 14.2 install.
used kext wizard:
installed the realtekrtl81111.kext so i have network on it.

to get hd 4600 to work what would the next step be?
im in limbo here!....:0)
thx.

Now you need to find the ig-platform-id that works with your laptop. It may be the same as mine, so try IGPlatformID=0a260006. I'm using Chameleon for injection (or DSDT or Clover), however... In Chameleon it is IntelAzulFB=12.

You should also verify that the drivers are present. Boot with "-f" and analyse bdmesg output:
Code:
# in Terminal
bdmesg|grep -y azul
 
so try IGPlatformID=0a260006. I'm using Chameleon for injection (or DSDT or Clover), however... In Chameleon it is IntelAzulFB=12.

You should also verify that the drivers are present. Boot with "-f" and analyse bdmesg output:
Code:
# in Terminal
bdmesg|grep -y azul

By Chameleon you mean Chameleon Wizard?
bdmesg|grep -y azul
Gives:
[hd(1,2)/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/Info.plist] 5687 bytes.
 
By Chameleon you mean Chameleon Wizard?

No... I mean what I wrote. I'm using Chameleon for my bootloader.

bdmesg|grep -y azul
Gives:
[hd(1,2)/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/Info.plist] 5687 bytes.

Your kexts are incomplete. There should be a binary loading from Contents/MacOS. You can't make it work when the driver is not present on your HDD.
 
No... I mean what I wrote. I'm using Chameleon for my bootloader.



Your kexts are incomplete. There should be a binary loading from Contents/MacOS. You can't make it work when the driver is not present on your HDD.

damn a newbees damnation...:0)
so i textedit the org.chameleon after i use kext wizard to install the drivers on the hd from the usb?
 
Status
Not open for further replies.
Back
Top