Contribute
Register

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

Status
Not open for further replies.
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?

Initially, you should just type the flags at the bootloader screen. Once you have determined the one that works, then you place it in /Extra/org.chameleon.Boot.plist so you don't have to type it everytime.
 
Initially, you should just type the flags at the bootloader screen. Once you have determined the one that works, then you place it in /Extra/org.chameleon.Boot.plist so you don't have to type it everytime.

Ok, so i wrote
IGPEnabler=Yes IGPlatformID=0a260006 IntelAzulFB=12

when i boot from usb and nothing changed?
so maybe some other value is needed.

 
Ok, so i wrote
IGPEnabler=Yes IGPlatformID=0a260006 IntelAzulFB=12

when i boot from usb and nothing changed?
so maybe some other value is needed.


After you restored the drivers, did you repair permissions & rebuild cache, then verify that with "-f" the driver is now loading?

Also, you should use only the flags appropriate for your bootloader. Which one are you using?
 
After you restored the drivers, did you repair permissions & rebuild cache, then verify that with "-f" the driver is now loading?

Also, you should use only the flags appropriate for your bootloader. Which one are you using?


Once again getting ahead of myself, Kext wizard cannot see invisible files on the usb?
so how to install them?

i used all, by them self and at once.
but as you wrote kexts are incomplete.
 
Once again getting ahead of myself, Kext wizard cannot see invisible files on the usb?
so how to install them?

You can get there by typing the path directly, or you can simply make them visible:
Code:
# in Terminal, assuming your USB is called 'Installer'
sudo chflags -R nohidden /Volumes/Installer/System


i used all, by them self and at once.

I don't know what that means.
 
You can get there by typing the path directly, or you can simply make them visible:
Code:
# in Terminal, assuming your USB is called 'Installer'
sudo chflags -R nohidden /Volumes/Installer/System

I don't know what that means.
Danglish for:
rebooted tried
IGPEnabler=Yes
Rebooted tried
IGPlatformID=0a260006
Rebooted tried
IntelAzulFB=12
Rebooted and tried
IGPEnabler=Yes IGPlatformID=0a260006 IntelAzulFB=12

ok, kexts installed and Repair/rebuild per/cahche and rebooted

tried IntelAzulFB=12

Still no dice?
 
Danglish for:
rebooted tried
IGPEnabler=Yes
Rebooted tried
IGPlatformID=0a260006
Rebooted tried
IntelAzulFB=12
Rebooted and tried
IGPEnabler=Yes IGPlatformID=0a260006 IntelAzulFB=12

ok, kexts installed and Repair/rebuild per/cahche and rebooted

tried IntelAzulFB=12

Still no dice?

Did you check your work? You always must check your work. Boot "-f" and verify that the driver is loading by looking at bdmesg output...

Also, you're still mixing boot flags from different boot loaders. Which one are you using? Chameleon or Chimera?
 
Did you check your work? You always must check your work. Boot "-f" and verify that the driver is loading by looking at bdmesg output...

Also, you're still mixing boot flags from different boot loaders. Which one are you using? Chameleon or Chimera?

Usin chameleon from multi beast.

still the same:
bdmesg|grep -y azul
Read HFS+ file: [hd(1,2)/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/Info.plist] 5783 bytes.
 
Usin chameleon from multi beast.

still the same:
bdmesg|grep -y azul
Read HFS+ file: [hd(1,2)/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/Info.plist] 5783 bytes.

The driver is not properly installed. There is nothing you can do with bootflags to make it work when the driver is not present.
 
thank you for your patience....unless your pulling my pork!....>0)

installing the kexts from os x base/installer with kext wizard reboot into -f mode and see if they load.
 
Status
Not open for further replies.
Back
Top