iHack13 Posted February 2, 2009 Share Posted February 2, 2009 Hi there, this is a short Guide to fix the following incident when trying to mount a .dmg in the OS. The Problem: No map exists for frame pointer Backtrace terminated-invalid frame pointer 0x... Kernel loadable modules in backtrace (with dependencies): com.apple.security seatbelt(107.10)... Click here to see a screenshot of the Kernel Panic The Reason: Your System.kext and Kernel version don't match with your seatbelt.kext version The Solution: 1. Kernel Version: Check your kernel version. In most cases its either 9.5 voodoo or 9.6 vanilla (If you dont know, check with uname -a in Terminal) 2.A) If you have a 9.5 kernel: Download the seatbelt5.zip in the attachment and type following in terminalsudo cp -R ~/Downloads/seatbelt5/* /System/Library/Extensions/ && sudo chmod -R 755 /System/Library/Extensions && sudo chown -R 0:0 /System/Library/Extensions && sudo touch /System/Library/Extensions 2. If you have a 9.6 kernel: Download the seatbelt6.zip in the attachment and type following in terminalsudo cp -R ~/Downloads/seatbelt6/* /System/Library/Extensions/ && sudo chmod -R 755 /System/Library/Extensions && sudo chown -R 0:0 /System/Library/Extensions && sudo touch /System/Library/Extensions Assuming you're using Safari and your Download folder is set on default. seatbelt5.zip seatbelt6.zip Link to comment Share on other sites More sharing options...
killerdude Posted February 14, 2009 Share Posted February 14, 2009 hey thanks for the support, it works now just fine. thanks in advanced man. Link to comment Share on other sites More sharing options...
RobinX Posted February 21, 2009 Share Posted February 21, 2009 Awesome! Thanks alot! Been getting this issue for abit now... Link to comment Share on other sites More sharing options...
Smoovemode Posted February 27, 2009 Share Posted February 27, 2009 when I use the uname -a switch I get this information below. Darwin djtorchs-p-7805u-aup-7805u-peuuensystem-type.local 9.4.0 Darwin Kernel Version 9.4.0: Fri Aug 1 21:34:49 EST 2008; ToH & StageXNU:xnu-1228.5.20/BUILD/obj/RELEASE_I386 i386 does this mean I have a 9.4 kernel? which kext should I use for this? Link to comment Share on other sites More sharing options...
robertandri Posted March 6, 2009 Share Posted March 6, 2009 Thank you !! this was great!!! Link to comment Share on other sites More sharing options...
bowskie Posted March 25, 2009 Share Posted March 25, 2009 Thank you in advanced I still have a problem mounting Im not sure if it is a kernel panic or not i just get this box that pops when i try to mount an dmg image that says i need to restart my computer in 4 different languages. I have already tried the advice from the first post with no luck. I just loaded iAKTOS to my machine so i am very new to the hackintosh community. Thank you again Link to comment Share on other sites More sharing options...
ILike Ike Posted March 29, 2009 Share Posted March 29, 2009 Thanks. This was just what I was looking for. Link to comment Share on other sites More sharing options...
wavieke Posted April 20, 2009 Share Posted April 20, 2009 Thx man! This really worked for me, i'm also running an iatkos system and no problems after reboot. No more annoying kernel panics!!!!! Link to comment Share on other sites More sharing options...
Beerkex'd Posted April 21, 2009 Share Posted April 21, 2009 The files posted in this thread are outdated. Use this guide instead: http://www.insanelymac.com/forum/index.php?showtopic=148566 Or this: http://www.insanelymac.com/forum/index.php?showtopic=209192 Link to comment Share on other sites More sharing options...
Tewan Posted May 9, 2009 Share Posted May 9, 2009 Thanks a lot, iHack13. This fixed my panic when mounting images on iPC 10.5.6 using the Voodoo kernel. Link to comment Share on other sites More sharing options...
antomimo Posted July 4, 2009 Share Posted July 4, 2009 thanks... IT WORKS. my problem with KP solved. Link to comment Share on other sites More sharing options...
dross Posted October 26, 2009 Share Posted October 26, 2009 Another satisfied customer thank you for your solution. Link to comment Share on other sites More sharing options...
LostVampire Posted February 12, 2010 Share Posted February 12, 2010 It worked like a charm! Thanks! Link to comment Share on other sites More sharing options...
alicia Posted February 25, 2010 Share Posted February 25, 2010 Apple's latest MacBook Air is significantly cheaper and also faster too. However, the MacBook Air is still significantly slower than the equivalent 13" MacBook Pro, has very few ports, no optical drive and a shorter battery life. This machine should only be a consideration if you require as light a notebook as possible. Link to comment Share on other sites More sharing options...
Mac2x Posted March 4, 2010 Share Posted March 4, 2010 How about Kernel 9.7.0 ? Link to comment Share on other sites More sharing options...
Beerkex'd Posted March 5, 2010 Share Posted March 5, 2010 What about it? Link to comment Share on other sites More sharing options...
Mac2x Posted March 5, 2010 Share Posted March 5, 2010 What about it? I'm having kernel panic when some of the DMG files mounted. OS X 10.5.7 Kernel 9.7.0 any solution? Link to comment Share on other sites More sharing options...
Beerkex'd Posted March 5, 2010 Share Posted March 5, 2010 Check the sticky posts right here in this sub-forum - Kernel, seatbelt.kext and system.kext must be from the same version of OS X. You can either replace kernel extensions or the kernel itself. Link to comment Share on other sites More sharing options...
clearcam Posted March 7, 2010 Share Posted March 7, 2010 You are amazing, old thread but i have old vers, you helped me out majorly np after reboot Link to comment Share on other sites More sharing options...
Deshawn Posted March 13, 2010 Share Posted March 13, 2010 Its really appreciative work and I hope you will keep it up as well Link to comment Share on other sites More sharing options...
thal Posted April 9, 2010 Share Posted April 9, 2010 thanks a lot. For some dmg mount, kernel panic. But for other dmg mount, it will be OK. Hope that it works Link to comment Share on other sites More sharing options...
bubinale Posted April 13, 2010 Share Posted April 13, 2010 Hi there,this is a short Guide to fix the following incident when trying to mount a .dmg in the OS. The Problem: No map exists for frame pointer Backtrace terminated-invalid frame pointer 0x... Kernel loadable modules in backtrace (with dependencies): com.apple.security seatbelt(107.10)... Click here to see a screenshot of the Kernel Panic The Reason: Your System.kext and Kernel version don't match with your seatbelt.kext version The Solution: 1. Kernel Version: Check your kernel version. In most cases its either 9.5 voodoo or 9.6 vanilla (If you dont know, check with uname -a in Terminal) 2.A) If you have a 9.5 kernel: Download the seatbelt5.zip in the attachment and type following in terminalsudo cp -R ~/Downloads/seatbelt5/* /System/Library/Extensions/ && sudo chmod -R 755 /System/Library/Extensions && sudo chown -R 0:0 /System/Library/Extensions && sudo touch /System/Library/Extensions 2. If you have a 9.6 kernel: Download the seatbelt6.zip in the attachment and type following in terminalsudo cp -R ~/Downloads/seatbelt6/* /System/Library/Extensions/ && sudo chmod -R 755 /System/Library/Extensions && sudo chown -R 0:0 /System/Library/Extensions && sudo touch /System/Library/Extensions Assuming you're using Safari and your Download folder is set on default. thank you so freaking much dude. Link to comment Share on other sites More sharing options...
kexit Posted April 24, 2010 Share Posted April 24, 2010 I'm have Darwin Kernel Version 9.4.0... What me to do? Link to comment Share on other sites More sharing options...
Beerkex'd Posted April 24, 2010 Share Posted April 24, 2010 Read the sticky post "DMG mounting issues (...) at the top of this forum. System.kext and Seatbelt.kext must match kernel version. If you're using a 9.4 kernel, you must use Seatbelt.kext and System.kext from 10.5.4. If you're using a 9.6 kernel, you must use Seatbelt.kext and System.kext from 10.5.6. And so on.. Link to comment Share on other sites More sharing options...
shinigamiboi Posted May 27, 2010 Share Posted May 27, 2010 thanks for the fix =D worked perfectly on the ipc final ppf5 =D Link to comment Share on other sites More sharing options...
Recommended Posts