Jump to content

Update to 10.6.4


4 posts in this topic

Recommended Posts

Hi I am currently running OSX86 10.6.3, and is working perfectly actually everything that I need works just fine.

But I want to Update to version 10.6.4 and I don't know where to find the download or how I would install the update.

 

Can some one here help me find any links or instructions how to download and install.

 

Thank you.

Link to comment
Share on other sites

okay, well I keep getting the notification from apple saying the update is available. So im just not sure if I should accept that one or if there is anything else out that that wont mess up my set up.

 

Also will it remove like the bootloader (chamilionare), and my EFI's?

 

Never mind actualy I just installed the update, I had my fingers crossed and It worked perfectly non of the EFI got messed or the KEXT, because evrything worked for me when I did the install I didnt have to add anything extra after that.

 

And the SLEEP kext I never installed that actualy I just have the SLEEP turned off completely.

 

Thanx for the reply hopfully this will help some one else.

Link to comment
Share on other sites

If you use vanilla mach_kernel or legacy_kernel via com.apple.Boot.plist, hit the update button. If you replaced mach_kernel with legacy_kernel, you want to rename it to legacy_kernel and adjust the /Extra/com.apple.Boot.plist first:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>legacy_kernel</string>
	<key>Timeout</key>
	<string>5</string>
	(...)
</dict>
</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...