Jump to content
5 posts in this topic

Recommended Posts

I installed iPC on a dell gx270 p4 1gb ram sucessfully with the voodoo kernel. All of the preinstalled programs work but when I download and try to install I get a panic on the screen about com.apple.security.seatbelt and I am forced to reboot. anybody have an idea?

BTmark is correct.

Kernel Panics from mounting disk images (DMG) on 10.5.6 are caused by your seatbelt.kext. Replacing it with a previous version will correct this issue. If you do not have a previous version from 10.5.5 you can download the 10.5.5 single update and extract it using Pacifist.

 

Replacing the kext

Place the 10.5.5 seatbelt.kext on to your desktop (The following commands rely on it being on your desktop). We will first backup your extensions folder and then install the kext.

 

1. Give yourself root privileges so that you can modify files.

sudo -s

2. Make a backup copy of your kexts. First we will make a directory called "backup" in our root directory to store them. Open Terminal and type:

mkdir /backup

3. Change directories to /System/Library This will shorten some of the commands we have to type in.

cd /System/Library

4. Copy your kexts to the new "backup" folder.

cp -r Extensions/ /backup/

5. Copy the kext from your desktop to the extensions folder.

cp ~/Desktop/seatbelt.kext Extensions/seatbelt.kext

6. Set the proper permissions for the extensions folder.

chmod -R 755 Extensions/

7. Set the proper ownership for the extensions folder.

chown -R root:wheel Extensions/

8. Touch the extensions folder

touch Extensions/

9. Remove the extensions cache to force OSX to rebuild it with our new kext.

rm -Rf Extensions.mkext

10. Repair permissions to your drive.

diskutil repairpermissions /

 

11. Reboot using the boot-flags -v -f

-v Verbose Mode displays useful information during the boot process.

-f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution.

 

* Also place your system specs in your signature.

  • 2 months later...

I just got the iPC 10.5.6 Universal PPF5 Final, but everything I can think off gives me a kernel panic related to the CPU.

 

U guys did anything special or should I try to burn the disc again? BTW the MD5 Hash was good so I know the ISO is good.

×
×
  • Create New...