Jest another software source..

Serial Keygen Here

Snow Leopard 10.6.2

Posted by Fernando Eblando on 31/07/2010 in Soft with No Comments


Note: Before install you should Download EasyBCD to dual boot with Windows 7 or Vista.
Install options
Mac OS X Update:
Mac OS X 10.6.1 Update
Mac OS X 10.6.2

Update Combo
Boot Loaders:
Chameleon RC3 PCEFI 10.3
Chameleon RC3 PCEFI 10.5
Kernels:
Intel Atom Kernel 10.2.0
Legacy Kernel 10.2.0 Intel AMD
Mobdin Kernel10.0 AMD Only
Graphic:
ATI HD 2600 Fix
GMA3500
GMA X4500
ATY_init
ATI 48X0 IDs Injector
Graphic Enabler
EVOenabler for Extra / Extensions
EVOenabler forSystem / Library / Extensions
EVOenabler ATI HD 4870 Extra / Extensions
EVOenabler ATI 4830 System / Library / Extensions
Legacy ATI 4800
NVEnabler
NVInject
Remove ATI4500 and ATI 4600 Controller – Support for ATI 4850
Audio:
AppleAzaliaAudio
AppleAzaliaAudio ADI 1981
AD1988b Fix
AppleHDA
HDAIDT Driver for HPM311
Envy M-Audio
ALC662 for Gigabyte
ALC883 for Gigabyte
ALC888b for Gigabyte
ALC889a
Voodoo 0.2.52 new
LegacyHDA:
LegacyHDA 885
LegacyHDA 888
LegacyHDA 889
ALC 889 HDA MIC Panel Hd x86 – 64
ALC889 Legacy for EVGA X58
Network:
Atheros Fix 10.6.2
RTL8139 Ethernet
BCM 5787M Ethernet
RTL8169Ethernet
BCM 5755M Ethernet
D-Link DWL G520
Legacy Yukon 2
Marvel-Yukon 88E8056
Skge
Laptop:
AppleACPIBatteryManager
FunctionFlip – Bightness control
MACam
VoodooBattery
VoodooMonitor
VoodooPower
VoodooPowerMini
VoodooPS2Trackpad
System Support:
AHCI SATA Fix Extra / Extensions
Legacy SATA Fix
AppleRTC
LegacyAppleRTC
ElliotForceLegacyRTC
AppleUpstreamUserClientDisabler
FramebufferDisabler
JMicronATA Injector
LegacyAppleIntelPIIXATA Fixed
IOATAFamily Fix
IOATAFamily SATA Fix Extra / Extensions
SMBIOSResolver
UUID
Dsmos
Fakesmc 1.0
AMD
AdditionalFonts
X11
Rosetta
QuickTime 7
The list ofutilities included in the standard installation
AppCleaner
BetterZip
Colloquy
Disk Order
EFIStudio
IORegistryExplorer
Kext Utility
OSX86Tools
Pacifist
PPFMaster
Property List Editor
Smultron
StuffIt Expander
uTorrent
List of cakes included in the standard installation
AHCIPortInjector
AppleACPIPS2Nub
AppleATIATA
AppleIntelGMA950 Fixed
AppleIntelGMAX3100FB Fixed
AppleIntelIntegratedFramebuffer Fixed
AppleIntelPIIXATA
AppleNForceATA
ApplePS2Controller
AppleVIAATA
ATAPortInjector
AttansicL1eEthernet
Disabler
EvOreboot
Fakesmc
Intel82566MM
IOAHCIBlockStorageInjector
IOATAFamily Fixed
IOPCIFamily Fixed
JMicronATA Fixed
LegacyJMB36xSATA
nForceLAN
NullCPUPowerManagement
OpenHaltRestart
PlatformUUID
RealtekR1000SL
Sleepenabler
SuperNForceATA
SuperVIAATA
VoodooHDA
1) The Snow Leopard can be loaded by default in 64-bit mode. Who can not boot into 64-bit mode or wants ispolzvat 32-bit, prescribes the menu boot-varch = i386 or arch = i386
2) AMD user – right after installation go to folder "Programs", we find there a utility Marvin's AMD Utility, open,select the very last option (Patch all binaries), select the folder / System and click Run. Without this step will not work with the program to bind CPU ID (egiTunes).
3) If for some reason the image does not install from the disk (eg Still waiting for root device), you can try to install from the Leopard desktop isinstalled on a separate hard (section), or stick.
For those who installed from beneath ANOTHER LEOPARD! If you mount an image you will have an orange box and itis empty. You need to unhide these files (you can use a tool) to see the contents. Then go to System / Installation / Packages and run OSInstall.mpkg and followthe instructions of the installer.
MD5 – 8DF10E97E27BD38BC7FD96D97CB7A917
System requirements:
- CPU Intel / AMD with support for SSE2 SSE3
- 512 MB RAM
-128 MB Graphics Card
- 7-8 GB of free disk space
Title:Snow Leopard 10.6.1-10.6.2
Year: 2009
Version: 10.6 (10.6.1-10.6.2)
Platform: PC
Language: English +Russian
Tabletka: Not required
Introduction For Beginners
This guide is prepared for newbees of OSX86 who are interested to run OSX on their ordinary P.C. butnot aware with OSX dictionary. Most of migrator comes from Windows platform & never heard about Kernel,Kext,Vanilla etc. Forums are the best place for findinginformation.I have collected some information from the major OSX86 sites about these basic terms lets take a quick look.
Q. What are kexts ?
Ans. Kexts, orkernel extensions are drivers that are installed to /System/Library/Extensions/.Kext files often have the “.kext” extension and allow for extrahardware support and and in the case of OSx86, to replace Appleʼs original drivers with ones that are optimized for use on PCs.
Where are kext located?
kextare not files rather a folder (disguised as a file),
Leopard holds kext files/folders in the /System/Library/Extensions folder,
at boot time the relevant kextare uploaded from Extensions.mkext this is a cachefolder that contains kext related to the installed hardware,
you can delete it, if Leopard can’t find it,it will create it again,
you can also state to rebuild it from darwin prompt at boot time using the switch -f see this post for further information.
How toInstall a new Kext?
cd /System/Library/Extensions
mv KextName.kext KextName.old (where kextName stands for the kext you want to replace)this will rename thekext and this way back it up, it is highly recommended, warmly advised, very important to follow this step, it saved my OS many times
cd /path/to/new/kext (putyour downloaded kext path here)
cp -R KextName.kext /System/Library/Extensions
next you need to fix permissions so the kext can be executed by OS user(root/system)
cd /System/Library/Extensions
chmod -R 755 KextName.kext
chown -R 0:0 KextName.kext (this will set the ownership on files to system user (root))
rm /System/Library/Extensions.mkext (this will reset all kext caching done by OSX)
Q. What is a kernel ?
Ans. A kernel is in short terms the “core”of the operating system. It controls basically all low level operating functions. Kernels exist in all Linux and UNIX based systems, including Mac OS X. In Mac OSX the kernel is located in the root of your hard drive (/) and is named “mach_kernel” by default. If you have a vanilla based system (see below) thenreplacing the kernel is most likely not necessary, however if you have an AMD or SSE3 incapable processor then a patched kernel will likely be required.
Q. Whatis DSDT ?
Ans. DSDT is a part of ACPI. Actually DSDT tells OS how to interract with the hardware (simplified way of telling it). OSX has an incomplete ACPIimplementation which supports only a subset of DSDT. By replacing DSDT we can declare essentially the same interface but in the way that OSX understands. Thispotentially can solve nearly any ACPI-related problem (except if OSX bypasses ACPI). Other usage case is emulating by the means of DSDT features or hardwarecomponents not present on your system. But this is limited to devices that use ACPI.
Q. What is DSDT patching?
Ans. This is an area very rarely delved into, andis something that some of even the most experienced users dare not venture. In reality, its not dangerous, it just can be painfully hard at times. DSDT is a tablefound in your computerʼs BIOS that controls ACPI (power, time, etc.) functions. Starting at OS X 10.5.6 Apple decided to start checking for faulty DSDTs whenit boots. Obviously the PCs DSDT comes back as faulty so it will not boot. The only way to counteract this is to make a dump of the DSDT in the BIOS and patch itproperly for Darwin. First of all, you need a modified bootloader that will support DSDT override. This installer includes just that, using the “InstallPC_EFI v9 Chameleon Edition 1.0.12” checkbox. Now you need a patched DSDT file that will be copied to / dsdt.aml. To create DSDT dumps you can use the DSDTPatcher (also included in the Extras folder) but this is an advanced method, and often UOI plugins will include a DSDT file that you can install easily with thisinstaller. However beware, even if you have the same motherboard DSDTʼs can vary by BIOS version so try to make sure that you have the same BIOS version aswhat is specified in the plugin.
Q. Difference between SMC & RTC ?
Ans. The SMC is basically System Management Controller. By resetting the SMC you canresolve some computer issues such as not starting up, not displaying video, sleep issues, fan noise issues, and blah-2. While The Real Time Clock (RTC) is a chipon the logic board that controls the date and time functions of the computer. If the computer is experiencing a booting issue, resetting the RTC may resolve it.
Installation Guide
Q. What is a vanilla compatible system ?
Ans. A vanilla compatible system is a computer capable of running OSx86 with minimal modifications(no patched kernel, compatible with Apple software updates). You have a vanilla capable system if: you have a Core 2 based processor.
Q. What is EFI emulation ?
Ans. EFI is the Extensible Firmware interface found in real macs. EFI is basically the “BIOS” of a Mac. For a computer to be properly recognized as amac and to have the most compatibility it must have EFI. The problem here is that PCs do not have EFI.Developers have counteracted this problem by using EFIemulation which enables basic EFI function calls through a specially modified bootloader. EFI distributions for OSx86 include PC_EFI and Chameleon. Nearly allOSx86 installs have some form of EFI emulation installed, so this is not necessarily something to worry about. EFI emulation is required to use vanilla(unpatched) kernels and kexts, and to use GUID partition maps and EFI strings (more on that below)
Before you Start:
-this DVD Made for Non-Apple Computers onlyso don't try it with Apple Hardware
-Snow Leopard Will run on both 32/64 bit PCs but better you have a 64 BIt Processor
- Better use PS2 Mouse and Keyboard
- Back-up All your Data Before Installation
-Check your Processor For SSE2, SSE3 And 64 Bit compatibility With thistool
http://www.cpuid.com/medias/files/softwares/cpu-z/cpu-z_1.54-setup-en.exe
The Following Programmes will not work on a H@ackintosh
-Boot-camp
-And Someutilities
ISO Info
Title: Snow Leopard 10.6.1-10.6.2
MD5 – 8DF10E97E27BD38BC7FD96D97CB7A917
Size: 4.4 GB
Type : Single Layer DVD
Snow Leopard Info
Version: 10.6.2 + Combo]
Platform: PC [better USe 64 Bit Processor
Language: English + Russian
Modified: Lots of Drivers Kext and Fixes
Whats Included Detail:
Install options
Mac OS X Update:
Mac OS X 10.6.1 Update
Mac OS X 10.6.2 Update Combo
Boot Loaders:
Chameleon RC3 PCEFI 10.3
Chameleon RC3 PCEFI 10.5
Kernels:
Intel Atom Kernel 10.2.0
Legacy Kernel 10.2.0 Intel AMD
Mobdin Kernel 10.0 AMD Only
Installation Guide
if you want dual boot Guide gohere
http://www.taranfx.com/how-to-install-mac-os-x-snow-leopard-on-pc-dual-boot
Screenshots.
Things you Need
- A PC with a Intel or Amd processor
-AnEmpty hard Drive
-At-least 1 GB of Ram
-DVD-Rom Drive
- An Empty DVD-R
-Image Burner Software
-A Pepsi or Coke Bottle
Things you have to do beforeInstallation
Setup Your Bios
first try to install in a Default Bios Mode if you have problem try the following things
Detailed BIOS setup Images
Special Notes:
American Mega-trends Bios Mainbards
1.Disable EHCI (set it to “disabled” its right down under USB Legacy support)
2.Disable Speedstep its underCPU settings.
Intel and Asus
1. Disable All Power Saving Features
2. No problem With SATA AHCI Features
if you have EP45-UD3R (and similar) BIOSes PleaseDisable All these Things if Previous Installation failed with Default Bios
-CPU Enhanced Halt (C1E)
-C2/C2E State Support
-CPU EIST Function
-C4/C4E StateSupport
-Virtualization Technology
Preparing Snow Leopard DVD
For More info aboutthis
http://www.insanelymac.com/forum/lofiversion/index.php/t181903.html
Step 1
1-Extract Archives And Burn the ISO in a DVD-R normally with nero orsomething
2-Now Restart the PC with Snow Leopard DVD inside
Press F8 and Boot into Snow Leopard
Type Like This
you can also Try
"-V"
'cpus=1-v"
without any quotes
Customize Option
Note: dont Select more than one Driver in a List
For Example : if you have Nvidia 7300 only select Nvidia in theGraphic Driver List dont select any other
Now you have MAC OS X in your PC
#Other Guides
Note:Please Read all the Guides listed Here as all the Problems andother method explained here clearly
I boot Method
The iBoot method is designed and tested for any desktop or laptop running the latest line of Intel processors,the Core i3/i5/i7s. I have had reports of success with older machines as well including CoreDuo, Core2Duo, and even Pentium 4. However, AMD processors are notsupported.
YOU WILL NEED
* A computer running an Intel Processor
* A blank CD
* A copy of the Mac OS X Snow Leopard DVD
* To leave any fear of your computerat the door.
* Patience and humility- it may not work out perfectly the first time- but with enough tenacity and grit, you'll reach the promised land.It's easy to get frustrated, but don't give up!
BEFORE YOU BEGIN
* If you have greater than 4gb of RAM, remove the extra RAM for a maximum of 4gb. Youcan put back any extra RAM in after the installation process.
* Use only 1 graphics card in the 1st PCIe slot with 1 monitor plugged in.
* Remove any harddrives besides the blank drive being used for OS X.
* Remove any USB peripherals besides keyboard and mouse.
* Remove any PCI cards besides graphics- they maynot be Mac compatible.
* If using a Gigabyte P55 board, use the blue Intel SATA ports- not the white Gigabyte SATA ports.
* It's best to use an empty harddrive- you will have to partition and format the drive.
* Always back up any of your important data.
BIOS SETTINGS
You will need to set your BIOS to ACHI modeand your Boot Priority to boot from CD-ROM first. This is the most important step, and one many people overlook. Make sure your bios settings match these.It's not difficult- the only thing I did on my Gigabyte board besides setting Boot Priority to CD/DVD first was set Optimized Defaults, change SATA to AHCImode, and set HPET to 64-bit mode.
INSTALL MAC OS X
DOWNLOAD I BOOT
Nvidia
http://www.tonymacx86.com/Public/iBoot.zip
ATI
http://www.tonymacx86.com/Public/iBoot-ATI.zip
Others
http://www.tonymacx86.com/Public/iBoot-Supported.zip
#Download iBoot
# Burn the image to CD
# Place iBoot in CD/DVD drive
# Restart computer
# At Chameleon prompt, eject iBoot
# Insert your Mac OS X Snow LeopardRetail DVD and press F5
# When you see the screen below, press enter to begin the boot process
# When you get to the installation screen, open Utilities/DiskUtility
# NOTE: If you can't get to the installation screen, retry the process, but type -x at the screen above. This will enter Mac OS X Safe Mode, whichwill allow you to proceed.
# Partition your hard drive to GUID Partition Table
# Format your hard drive to Mac OS Extended (Journaled)
# For the purposes ofthis guide, name it Snow Leopard. You can rename it later.
# Close Disk Utility
# When the installer asks you where to install, choose Snow Leopard
# ChooseCustomize‚ and uncheck additional options. This will hasten the install process. You can always install this stuff later.
# At the end of the installation,you may get an Install Failed: Mac OS X Cannot Be Installed on this Volume, as shown in the photo below. This is normal- and happens every time with the patchedkernel that's loaded from iBoot. (You'll get a friendly Install Succeeded if you used iBoot Supported, because it uses the Vanilla kernel.)
# Justcontinue with the guide. If you can't continue, reboot, erase the drive, and try the install again.
# Restart computer.
# Place iBoot back in drive.
#When you get to the Chameleon boot selection screen, choose your new Snow Leopard installation.
View the super-cool Mac OS X Snow Leopard Welcome Video, and setup your computer!
if you want The Update 10.6.3
# Open Finder and navigate to your Snow Leopard drive.
# Right-click and delete Mac OS X Install Folder. Thisfolder is an unnecessary remnant of the installation process, and serves no purpose.
# Download the Mac OS X 10.6.3 Combo Update
# Download MultiBeast
# OpenMultiBeast- don't run it yet, just leave it open. Set up windows as shown.
# Mount MacOSXUpdCombo10.6.3.dmg
# Install MacOSXUpdCombo10.6.3.pkg
# Uponcompletion, the installer will ask you to reboot. DO NOT REBOOT.
# Switch to the already open MultiBeast. If it closes, just re-open it.
MULTIBEAST
MultiBeastis an all-in-one post-installation tool designed to enable boot from hard drive, and install support for Audio, Network, and Graphics. It contains two differentcomplete post-installation solutions: EasyBeast and UserDSDT. In addition it includes System Utilities to rebuild caches and repair permissions and a collectionof drivers, boot loaders, patched kernels, boot time config files and handy software.
Choose one of the following options directly following a fresh installationand update:
EasyBeast is a DSDT-free solution for any Core/Core2/Core i system. It installs all of the essentials to allow your system to boot from the harddrive. Audio, Graphics and Network will have to be enabled separately.
UserDSDT is a bare-minimum solution for those who have their own pre-edited DSDT. Placeyour DSDT.aml on the desktop before install. Audio, Graphics and Network will have to be enabled separately. HINT: Check the DSDT Database for a pre-edited DSDT.
1. Run MultiBeast.
2. If you have a custom DSDT that's been edited, place the file on your desktop, rename it DSDT.aml and choose UserDSDT.
3. All othersselect EasyBeast
4. Select System Utilities.
5. Optionally, if you know what other items you need you can select them as well. Be sure to read the documentationprovided about each installation option. NOTE: EasyBeast, and UserDSDT install Chameleon RC4 by default, so you'll not need to check that option.
Check outthe MultiBeast 2.0 Post for Demonstration Videos
6. Install to Snow Leopard- it should take about 4 minutes to run scripts.
7. Eject iBoot.
8. Reboot- fromyour new Snow Leopard installation drive.
Mac OS X 10.6.2 Combo Update
http://support.apple.com/downloads/DL959/en_US/MacOSXUpdCombo10.6.2.dmg
Known Issues
Hackintosh Reboots Constantly After OSX86 Installation
Installing the OS X on your PC is difficult till first install. Successful OSX86 installation is dependson various combinations like right Distro, BIOS Settings, Hardware, Patch Selection etc. Most common problem for first time installer is my hackintosh rebootsafter installation finishes. For first time peoples make sure to read and understand the post given below and our OSX86 Basics section. We always recommend toinstall on a clean hard disk. If you are suffering from endless reboot after leopard hackintosh install, then follow these steps to solve it.
1. Check your BIOSsetup and use the following setting if available :
* Set Core Mutil-Proccessing disable (if all goes well set enabled)
* Set ACPI 2.0 Support to yes
* Set ACPIAPIC Support to enable
* Set CPU Internal Thermal Control to Disabled or Auto
* Set the Max CPUID Value Limit to Disabled
* Set the “Execute DisableFunction” to Enabled
* XD (eXecution Disabled) Disabled
Set ATA/IDE Mode Settings:
* Set Configure SATA as: AHCI
* Set S.M.A.R.T: Enabled
IDE Settings:
* Set ATA/IDE Mode: Legacy
* Set Configure SATA as: IDE
* Set S.M.A.R.T: Disabled
2. Try to Boot using some Darwin Bootloader Switches (or combinations ofthem):
cpus=1
-legacy
platform=X86PC
platform=86PC
rd=diskXsY (where X is the number of the leopard drive starting from 0 and Y is the number
ofLeopard partition starting from 1 example: rd=disk0s1)
see “Darwin Boot Options” for more details
3. if you are using kalyway 10.5.1 then try“TOHKERNEL” at the darwin boot prompt it will boot TOH kernel instead of the vanilla one (this solution is mostly for when the DVD reboots beforgetting to the graphical install screen).
4. Make sure you have at least SSE2 Processor.
5. Reinstall OSX86 with minimum options in customization.
6. Removehardware parts you don’t need for the install process (like PCI cards, 1.44, USB deices etc.)
7. Try to install OSX86 on a blank Hard Disk
Kernel Panic
Akernel panic is an action taken by an operating system upon detecting an internal fatal error from which it cannot safely recover. You may encountered with akernel panic while installing OSX86 or Hackintosh. There are plenty of reasons why Kernel Panic occurs some of them are Defective or incompatible RAM,Incompatible or corrupted kernel extensions, Incompatible or corrupted drivers, Hard disk corruption, including bad sectors, directory corruption, and otherhard-disk ills and most possible Incompatible hardware. Attempts by the operating system to read an invalid or non-permitted memory address are a common source ofkernel panics. A panic may also occur as a result of a hardware failure or a bug in the operating system. In short there are plenty of reasons and resolutions forkernel panic. Here we study three different Kernel Panic case Apple2PC Described it very beautifully. You can read the Panic errors given below and understand whyit happens.
Kernel Panic Example 1:
Unresolved kernel trap(cpu 0): 0×300 – Data access DAR=0×0000000030D6334E PC=0×0000000027B5CD3C
Latest crash info for cpu 0:
Exception state (sv=0×27CA4500)
PC=0×27B5CD3C; MSR=0×00009030; DAR=0×30D6334E; DSISR=0×40000000;LR=0×27B5CD24; R1=0×0D80BAE0; XCP=0×0000000C (0×300 – Data access)
Backtrace:
0×27B5E6C4 0×27B5D82C 0×27B5607C0×27B45C74 0×002E9A80 0×002EB94C
0×0008C248 0×00029234 0×000233F8 0×000ABEAC 0×8001016C
Kernel loadable modulesin backtrace (with dependencies):
com.apple.GeForce(4.1.8)@0×27b3a000
dependency: com.apple.iokit.IOPCIFamily(1.7)@0×1d8f7000
dependency:com.apple.iokit.IOGraphicsFamily(1.4.2)@0×27867000
dependency: com.apple.iokit.IONDRVSupport(1.4.2)@0×2788b000
dependency:com.apple.NVDAResman(4.1.8)@0×278a1000
Proceeding back via exception chain:
Exception state (sv=0×27CA4500)
previously dumped as“Latest” state. skipping…
Exception state (sv=0×1D92D280)
PC=0×9000B348; MSR=0×0200F030; DAR=0×02A8A000;DSISR=0×42000000; LR=0×9000B29C; R1=0xBFFFE900; XCP=0×00000030 (0xC00 – System call)
Kernel version:
Darwin Kernel Version 8.11.0: WedOct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
panic(cpu 0 caller 0xFFFF0003): 0×300 – Data access
Latest stack backtrace for cpu 0:
Backtrace:
0×000954F8 0×00095A10 0×00026898 0×000A8204 0×000ABB80
Proceeding back via exception chain:
Exception state(sv=0×27CA4500)
PC=0×27B5CD3C; MSR=0×00009030; DAR=0×30D6334E; DSISR=0×40000000; LR=0×27B5CD24; R1=0×0D80BAE0;XCP=0×0000000C (0×300 – Data access)
Backtrace:
0×27B5E6C4 0×27B5D82C 0×27B5607C 0×27B45C74 0×002E9A800×002EB94C
0×0008C248 0×00029234 0×000233F8 0×000ABEAC 0×8001016C
Kernel loadable modules in backtrace (with dependencies):
com.apple.GeForce(4.1.8)@0×27b3a000
dependency: com.apple.iokit.IOPCIFamily(1.7)@0×1d8f7000
dependency:com.apple.iokit.IOGraphicsFamily(1.4.2)@0×27867000
dependency: com.apple.iokit.IONDRVSupport(1.4.2)@0×2788b000
dependency:com.apple.NVDAResman(4.1.8)@0×278a1000
Exception state (sv=0×1D92D280)
PC=0×9000B348; MSR=0×0200F030; DAR=0×02A8A000;DSISR=0×42000000; LR=0×9000B29C; R1=0xBFFFE900; XCP=0×00000030 (0xC00 – System call
You should understand that what happened here is thatthe OS has stopped working since it has a problem, the first thing it does is look for a debugger to pass the control to (since this is not a Mac OS X developerstation it will not find one), next thing it will do is dump to the screen all the data it can on the incident so you or a qualified technician can understandwhat the problem is.
the first part (blue part) display data of the CPU registers, program control exception state for CPU number 0 (this is your first CPU) atthe time of crash, this data is hex address in the memory, it will not do you much good unless you are a mega advanced user.
next part Backtrace (green part)also uses hex memory address to point the command the CPU ran before crashing, again will not do us any good.
next part (bolded black) is still regardingbacktrace (what happened before the crash), but it tells us what modules (usually kext) where loaded, usually this part can tell us allot, since this loadingsequence ended with crashing the OS. in this section we see the last loaded module (in this example the GeForce) and the modules it depends on that needed to beloaded before it so they probably did not cause the crash since they are already loaded (although still possible that they are the fault – but rarely theyare).
next part (Red part) is the exception chain, again stating the data as hex memory address and the CPU registers, will not help us.
last interesting partis the kernel version part (orange part) this part will state what kernel you are using, name version build date and platform in this example:
Darwin
8.11.0
oct 10
PPC (Power PC)
Conclusion 1 : The problem is with the GeForce kext.
Kernel Panic Example 2:
panic(cpu 0 caller 0×001A429B): Unresolved kerneltrap (CPU 0, Type 14=page fault), registers:
CR0: 0×8001003b, CR2: 0×00000024, CR3: 0×00d7b000, CR4: 0×000006e0
EAX: 0×00000000,EBX: 0×02bacc00, ECX: 0×025dc9a4, EDX: 0×00000000
CR2: 0×00000024, EBP: 0×14053ef8, ESI: 0×00841684, EDI: 0×0083df64
EFL: 0×00010206, EIP: 0×003bd3b3, CS: 0×00000008, DS: 0×14050010
Backtrace, Format – Frame : Return Address (4 potential args onstack)
0×14053d38 : 0×128d08 (0×3cb134 0×14053d5c 0×131de5 0×0)
0×14053d78 : 0×1a429b (0×3d0e4c 0×00xe 0×3d0670)
0×14053e88 : 0×19ada4 (0×14053e98 0×14053ea8 0xe 0×48)
0×14053ef8 : 0×83df81 (0×2bacc000×841684 0×14053f28 0×38073e)
0×14053f28 : 0×39c536 (0×2bacc00 0×28b9880 0×8 0×2)
0×14053f78 :0×13d7d9 (0×28b9880 0×2686021 0×0 0xbffff378)
0×14053fc8 : 0×19ac1c (0×0 0×0 0×4 0×207) Backtraceterminated-invalid frame pointer 0×0
Kernel loadable modules in backtrace (with dependencies):
com.apple.driver.IOBluetoothHIDDriver(1.7.2b2)@0×837000
dependency: com.apple.iokit.IOBluetoothFamily(1.7.14f14)@0×6be 000
dependency: com.apple.iokit.IOHIDFamily(1.4.10)@0×531000
Conclusion 2 : Weprobably have a problem with the Bluetooth kext. so up to here it was easy and straight forward, the next doesn’t have the loaded module part.
Kernel PanicExample 3:
Unresolved kernel trap(cpu 0): 0×300 – Data access DAR=0×0000000000000010 PC=0×00000000000819E8
Latest crash info for cpu 0:
Exception state (sv=0×3D849280)
PC=0×000819E8; MSR=0×00009030; DAR=0×00000010; DSISR=0×40000000; LR=0×000819CC;R1=0×2720BB00; XCP=0×0000000C (0×300 – Data access)
Backtrace:
0×00032AC8 0×000823DC 0×00075F58 0×000759180×0006B45C 0×0006B730
0×000578A0 0×0002921C 0×000233F8 0×000ABAAC 0×414C5945
Proceeding back via exception chain:
Exception state (sv=0×3D849280)
previously dumped as “Latest” state. skipping…
Exception state (sv=0×42AF9280)
PC=0×9000AB48; MSR=0×0000F030; DAR=0×011DB004; DSISR=0×42000000; LR=0×9000AA9C; R1=0xF0101080; XCP=0×00000030 (0xC00 –System call)
Kernel version:
Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
panic(cpu 0 caller 0xFFFF0003):0×300 – Data access
Latest stack backtrace for cpu 0:
Backtrace:
0×00095138 0×00095650 0×00026898 0×000A7E040×000AB780
Proceeding back via exception chain:
Exception state (sv=0×3D849280)
PC=0×000819E8; MSR=0×00009030; DAR=0×00000010;DSISR=0×40000000; LR=0×000819CC; R1=0×2720BB00; XCP=0×0000000C (0×300 – Data access)
Backtrace:
0×00032AC80×000823DC 0×00075F58 0×00075918 0×0006B45C 0×0006B730
0×000578A0 0×0002921C 0×000233F8 0×000ABAAC0×414C5945
Exception state (sv=0×42AF9280)
PC=0×9000AB48; MSR=0×0000F030; DAR=0×011DB004; DSISR=0×42000000;LR=0×9000AA9C; R1=0xF0101080; XCP=0×00000030 (0xC00 – System call)
Kernel version:
Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006;root:xnu-792.12.6.obj~1/RELEASE_PPC
Conclusion 3 :
1. first option is a random memory access error, meaning that the memory has been accessed to an area thatwasn’t expected or allowed, maybe even an application has written into memory that it shouldn’t have (that was not its space) and by that caused theOS/kernel to crash, you should check what recent applications/utilities/kext/bundle/plugin/login items you have installed and remove it or disable its launch fora while until you can sort it out.
2. second option is usually the case for real macs but also possible for PC, as simple as a hardware problem, or bad memorycard that causing the problem, maybe it act badly only if it is cold (immediately after booting the machine) or when it is hot (after several hours of work,depends sometimes minutes is enough on a sunny day), another hardware problem can be any hardware that access memory asynchronously, like IO (bluetooth card,modem, wifi, network card, etc.).
3. another option is that your combination of kext and bundles is not working (maybe versions of them some are older thenshould be?) so for such a case i always keep a bootable/loadable System/Library/Extensions folder on the disk.
4. this option is rarely the case, but can happen,if the main boot partition doesn’t have enough free space it could cause the problem, so all you need to do in this case is to boot in safe mode and freesome space.
5. another simple option is the case of a kext/application/kernel trying to access a file that it doesn’t have a permission to access to, thiscan be caused due to wrong unix file mod, in this case boot into single user and fix permissions.
6. last option (that i can think of) is a bad kernel, so sincethe kernel itself is badly behaving that is why there are no kext loaded yet, since the kernel hasn’t finished loading the core. this is why i keep a sparebootable/loadable copy on the disk so i can boot from it on a rainy kernel problem day
Download Kexts for Snow Leopard 32/64 Bits
* AHCIPortinjector: Add thename of the chipset (ICH9, ICH9R, etc.) when the AHCI controller is used.
* ApplePS2Controller: Enables support for PS2 peripherals
* AppleVIAATA: ATA Extensionworks with VIA chipsets
* AppleIntelPIIATA: ATA Extension works with Intel chipsets NEW
* AttansicL1eEthernet: Suport Attansic ethernet controller L1e
*Disable: Disables the only kext AppleUpstreamUserClient.kext responsible “mouse lag” in
the use of QuickTime and iTunes with Nvidia 8xxx
* fakesmc:emulation of the chip smc. replaces Appledecrypt and dsmos.
* HDAEnabler: Inject the input / output audio information system is used when a Legacy plist“audio or
AppleHDA changed.
* Intel82566MM: Driver for Intel 82566MM controller
* IOACHIBlockStorageInjector: Sets the orange icons problem when usingAHCI Controller
* JMicronATA: Allows the JMicron chip is to function with more than 4GB of ram.
* LegacyJMB36xSATA: Allows the SATA controller JMB36X displayinfo in System Profiler.
* NullCPUPowerManagement: neutralizes the kext AppleIntelCPUPowerManagement.kext
* NVinject: Injector for Nvidia cards (64bit only)
*OpenHaltRestart: re-active termination and reboot on many motherboards
* PlatformUUID: Sets the error “UUID Error 35″ by injecting a generic UUID toboot.
* RealtekR1000: active sharing hello and AFP for the Realtek network controller
* SKGE: adds functionality to certain network controllers Marvell
*SleepEnabler: re-active the day when AppleIntelCPUPowerManagement.kext is neutralized (see
NullCPUPowerManagement)
* UUID: Sets the error “UUID Error35″ by injecting a generic UUID to boot.
* VoodooHDA + prefpane: universal sound driver
* VoodooPS2Controller + prefpane: Enables support for peripheralPS
Download All these kexts
How to Burn
it will Show the ISO size as 192 KB windows platforms and NON-Bootable
but no problem in Magic ISo Just Burn the ISo ina slow Speed

http://www.mediafire.com/?tiduf1rwmnm
http://www.fileserve.com/file/aeUayur/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part01.rar
http://www.fileserve.com/file/Mg6CgBA/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part02.rar
http://www.fileserve.com/file/3JgK2kA/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part03.rar
http://www.fileserve.com/file/ChCn8x7/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part04.rar
http://www.fileserve.com/file/K89bwGx/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part05.rar
http://www.fileserve.com/file/2ANPsF8/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part06.rar
http://www.fileserve.com/file/RpKvAV5/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part07.rar
http://www.fileserve.com/file/bBXH6Yc/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part08.rar
http://www.fileserve.com/file/HkGDZVP/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part09.rar
http://www.fileserve.com/file/4zZ8m7w/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part10.rar
http://www.fileserve.com/file/cH5ekst/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part11.rar
http://www.fileserve.com/file/bSRZBmJ/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part12.rar
http://www.fileserve.com/file/VWx6Bc8/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part13.rar
http://www.fileserve.com/file/pRHt37f/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part14.rar
http://www.fileserve.com/file/8NuZU9h/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part15.rar
http://www.fileserve.com/file/hfeURZ8/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part16.rar
http://www.fileserve.com/file/WDgU8rM/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part17.rar
http://www.fileserve.com/file/fzPPMVY/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part18.rar
http://www.fileserve.com/file/3qaH7xH/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part19.rar
http://www.fileserve.com/file/3prB7eW/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part20.rar
http://www.fileserve.com/file/D7e6Uh2/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part21.rar
http://www.fileserve.com/file/ENWErFP/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part22.rar
http://www.fileserve.com/file/hn5XPJs/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard_CW.part23.rar

Leave a Reply

Pings are closed.

Posts with similar tags
Posts in similar categories

I wanna give you top level downloads...

Here you can find all software you want with cracks and patches