Sense-HOW to backup and restore kexts before OSX86 Upgrade

November 7, 2009 by: 0

In hackintosh,Backing up your kexts is very necessary when you want to upgrade your os version to the latest or some other since we can restore it in case of any problems.kexts are kernal extensions,these are the driver files that are placed in the /system/library/extensions/.kext files.these are the files that allow for the extra hardware support and in osx86 to replace apples default driver with that are very easy and optimised for use in pc’s.
In leopard .kext files are installed in /system/library/extensions folder and during booting the required .kext files are supplied from this.take a full backup of your kexts because some kexts may disappear after the update procedure

For backup of kexts:

first open the terminal and follow type the below commands

sudo -s
[enter password]
cp -r /System/Library/Extensions /System/Library/Extensions.backup
cp -r /mach_kernel /mach_kernel.backup

For restoring kexts:

open terminal and type these commands

sudo -s
[enter password]
cp -r /System/Library/Extensions.backup /System/Library/Extensions
cp -r /mach_kernel.backup /mach_kernel

This is the method how to create backup and restore your kexts.

Related posts:

  1. How to update hackintosh (OSX86) from 10.5.6 to 10.5.7
  2. Easy method to solve still waiting for root device error in OSX 86
  3. Sense-HOW to install openoffice 3.1 in ubuntu 9.04
  4. Free iDeneb combo upgrade 10.5.7
  5. How to backup your wordpress blog using SyncbackSE
  6. Hack user password in MAC OSX without osx cd
Share this Story

AASLIN

Add a Comment on "Sense-HOW to backup and restore kexts before OSX86 Upgrade"

Leave a Reply