Hi all,
Im having an issue with the 10.7.2 upgrade. Every time I run the installer, it logs me out and continues the installation as usual. It hits the step "Moving items into place" and gives me a kernel panic. I tried to dig through the debug logs but they do not exist for the panic. Any help would be appreciated. Thanks.
*UPDATE*
The kernel extension in backtrace is com.apple.driver.ApplePolicyControl(3.0.16). Its dependencys are com.apple.driver.AppleGraphicsControl(3.0.16), com.apple.iokit.IOACPIFamily(1.4), com.apple.iokit.IOPCIFamily(2.6.5), com.apple.iokit.IONDRVSupport(2.3), and com.apple.iokit.IOGraphicsFamily(2.3)
**UPDATE**
Problem fixed by using the latest multibeast for lion and setting smbios to imac 12,2
13 replies to this topic
#1
Posted 14 October 2011 - 01:35 PM
#2
Posted 14 October 2011 - 04:46 PM
I have found another solution, for those who don't want to install Multibeast.
I encountered the same problem several times, when I tried to update to 10.7.2 by KP during "Moving Items in to place" stage, and ApplePolicyControl.kext giving troubles (updating both ways - directly from Apple's site with Software Updates or by downloading the Combo package and launching it for update procedures).
I searched the shared information in many places, many testers having the same problem (even some of them using genuine Apple machines), but without a certain result with reliable solution.
Then, I remembered that updating Leopard contained a solution with removing a kext during the installation procedure. I do not remember who proposed the solution, but now is working for this problem mentioned above. I am really sorry for not remembering whom to give the credit for this solution.
Here are the steps to be used:
1. Download the MacOSX 10.7.2 Client Combo package from Apple's site (the .dmg file of about 820 MB).
2. Launch Terminal and use administrator "sudo -s" command then enter the password for administrator's rights.
3. Use the command between the brakes and hit ENTER:
<while sleep 1; do rm -rf /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePolicyControl.kext; done>
(Nothing seems to happen, but in background the command is waiting for the kext to appear and to erase it quickly)
4. Launch the updater from the .pkg and follow the instructions, after mounting the .dmg file.
5. DO NOT PRESS THE RESTART BUTTON when the update is finished.
6. Switch to the Terminal window and press simultaneously CTRL+C to exit the routine entered.
7. EXIT the Terminal and press now the RESTART button in the Installer of Update window.
That was all, and my system is running now 10.7.2 in 32bit (Dell6400 with IntelGMA950).
I hope this will help others to SOLVE their Kernel Panic troubles that appear do to the ApplePolicyControl.kext
I encountered the same problem several times, when I tried to update to 10.7.2 by KP during "Moving Items in to place" stage, and ApplePolicyControl.kext giving troubles (updating both ways - directly from Apple's site with Software Updates or by downloading the Combo package and launching it for update procedures).
I searched the shared information in many places, many testers having the same problem (even some of them using genuine Apple machines), but without a certain result with reliable solution.
Then, I remembered that updating Leopard contained a solution with removing a kext during the installation procedure. I do not remember who proposed the solution, but now is working for this problem mentioned above. I am really sorry for not remembering whom to give the credit for this solution.
Here are the steps to be used:
1. Download the MacOSX 10.7.2 Client Combo package from Apple's site (the .dmg file of about 820 MB).
2. Launch Terminal and use administrator "sudo -s" command then enter the password for administrator's rights.
3. Use the command between the brakes and hit ENTER:
<while sleep 1; do rm -rf /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePolicyControl.kext; done>
(Nothing seems to happen, but in background the command is waiting for the kext to appear and to erase it quickly)
4. Launch the updater from the .pkg and follow the instructions, after mounting the .dmg file.
5. DO NOT PRESS THE RESTART BUTTON when the update is finished.
6. Switch to the Terminal window and press simultaneously CTRL+C to exit the routine entered.
7. EXIT the Terminal and press now the RESTART button in the Installer of Update window.
That was all, and my system is running now 10.7.2 in 32bit (Dell6400 with IntelGMA950).
I hope this will help others to SOLVE their Kernel Panic troubles that appear do to the ApplePolicyControl.kext
Attached Files
#3
Posted 15 October 2011 - 10:42 AM
auqs10, on Oct 14 2011, 05:46 PM, said:
3. Use the command between the brakes and hit ENTER:
<while sleep 1; do rm -rf /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePolicyControl.kext; done>
(Nothing seems to happen, but in background the command is waiting for the kext to appear and to erase it quickly)
I hope this will help others to SOLVE their Kernel Panic troubles that appear do to the ApplePolicyControl.kext
<while sleep 1; do rm -rf /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePolicyControl.kext; done>
(Nothing seems to happen, but in background the command is waiting for the kext to appear and to erase it quickly)
I hope this will help others to SOLVE their Kernel Panic troubles that appear do to the ApplePolicyControl.kext
Thanks, you made my day
#4
Posted 15 October 2011 - 02:13 PM
I will attest, this works perfectly. I do remember doing this years ago and totally forgot about it Well done!!!
#5
Posted 15 October 2011 - 09:41 PM
I have currentlz MacPro3,1 in my smbios , will this work (combo update to 10.7.2) either with multibeast , or do i strongly need to declare it as imac ?
#6
Posted 15 October 2011 - 10:37 PM
borisbadenov, on Oct 15 2011, 02:13 PM, said:
I will attest, this works perfectly. I do remember doing this years ago and totally forgot about it Well done!!!
There is one thing I need to add. I was not able to access iCloud. It seems that access to iCloud is based on your smbios. If Apple thinks you have an older Mac, it might deny you access to iCloud. There is a simple work-around.
Get Chameleon Wizard and just change the serial number. You do that in the left side column. Start Chameon Wizard, SMBIOS->Edit then select the circular arrow on the left (next to the word 'select') Next click on both 'Randon' boxes and then click on 'Copy'. Save the file. You might need to reboot and done. You should now access iCloud
#7
Posted 16 October 2011 - 06:12 PM
@auqs10 - thanks!! worked perfectly, i've been struggling all weekend!
#8
Posted 17 October 2011 - 03:30 AM
daslicht, on Oct 15 2011, 05:41 PM, said:
I have currentlz MacPro3,1 in my smbios , will this work (combo update to 10.7.2) either with multibeast , or do i strongly need to declare it as imac ?
#9
Posted 20 October 2011 - 10:12 AM
Anyone got it working on macPro 3,1 yet?
#11
Posted 20 October 2011 - 03:20 PM
I had the same issue. I booted from my "Recovery System" and reinstalled the update from there.
After that I got a lot of KP trying to boot.
In my case, the KP was solved just using a SMBios.plist properly configured... like magic the OS X booted up without any issue...
KP solved... Them I had problems w/ iCloud, that was related w/ SMBios.plist too... Fix: I used one of the chameleon releases which has iCloud Fix + a SMBios plist w/ a valid serial number made w/ Champlist.app...
If you need any explanations on how I made iCloud work, read this: http://www.insanelym...p...t&p=1760215
After that I got a lot of KP trying to boot.
In my case, the KP was solved just using a SMBios.plist properly configured... like magic the OS X booted up without any issue...
KP solved... Them I had problems w/ iCloud, that was related w/ SMBios.plist too... Fix: I used one of the chameleon releases which has iCloud Fix + a SMBios plist w/ a valid serial number made w/ Champlist.app...
If you need any explanations on how I made iCloud work, read this: http://www.insanelym...p...t&p=1760215
#12
Posted 20 October 2011 - 05:35 PM
I think that infinite while loop fix was first proposed by netkas, when he instructed us to remove AppleIntelCPUPowerManagement.kext
#13
Posted 21 October 2011 - 02:56 PM
Am using KakeWalk - and I had successfully updated to 10.7.2 by having the Terminal delete the policy next. Upon boot, it hangs at some bluetooth chi controller something.
#14
Posted 24 October 2011 - 04:57 PM
Well - somehow, working. Perhaps a changed SMBIOS.plist helped. From MacPro 3,1 it is now an iMac 11,1.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









