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:
- How to update hackintosh (OSX86) from 10.5.6 to 10.5.7
- Easy method to solve still waiting for root device error in OSX 86
- Sense-HOW to install openoffice 3.1 in ubuntu 9.04
- How to backup your wordpress blog using SyncbackSE
- Hack user password in MAC OSX without osx cd
- Free iDeneb combo upgrade 10.5.7
- How to get Free airtel phone backup
- How to solve error iphone is not recognized by itunes
- How to upgrade/unlock iphone 3G with 2.2.1
- How to convert microsoft word files to pdf format


