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 terminal
sudo 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
- Download the seatbelt6.zip in the attachment
- and type following in terminal
sudo 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



Sign In
Create Account











