Jump to content

Add kext files to Install Boot Disc.


Hiro_
 Share

7 posts in this topic

Recommended Posts

Hi all, i've some modify kext files than making my osx86 work fully supported, but all time than i've than install the system i've than once again edit all kext to leave my system working fine. So i've a doubt, thought i can add my modifyed kext files to my .iso or .dmg files, for than in the boot the system already load thats kexts and making my installation run more fast.

Link to comment
Share on other sites

I got this from profit42.com:

 

19. Open a terminal window and type in

 

sudo hdiutil attach -readwrite /path/to/patches/9A466/amd-intel-sse2/BurnThisImage.iso -owners on

 

20. Your patched image is now mounted and you’ll be able to change files on it, just open finder and browse to <BurnThisImage.iso>/System/Library/Extensions and add, remove or change kexts.

 

21. Open a terminal window and type in

 

cd /Volumes/”Mac OS X Install Disc x86“/System/Library/Extensions && sudo chmod -R 755 * && sudo chown -R root:wheel * (this is one line of code!)

 

where "BurnThisImage.iso" should obviously replaced for the name of the image you are patching. Not sure if it works with .dmg.

Link to comment
Share on other sites

  • 3 months later...
 Share

×
×
  • Create New...