Hackenstein Posted October 13, 2009 Share Posted October 13, 2009 Ok, I've been trying to install SL for the past few days but have run into a wall that I cannot get around. Since I'm at a loss and really have no clue what the problem could be, I'm just going to tell you guys everything I've done so far and hope someone can point me in the right direction. First off, my hardware setup. Mobo: Gigabyte GA-965P-S3 Rev1.0 CPU: Core2Duo E6300 GPU: XFX HD-487A-ZWFC Radeon HD 4870 1GB RAM: 4gb of Kingston DDR2 800 Model KVR800D2N5/1G Hard disk0: 750 GB Sata drive Hard disk1: 500 GB Sata drive The 750 GB drive is an NTFS drive with Win7 on it. The 500 GB drive is formatted with GUID and has 2 partitions. Partition 1 is Macintosh HD, and contains a stable 10.5.8 install that I made by using Ideneb v1.6. Partition 2 is Snow, and is the partition that I'm attempting to install SL onto. I've been pulling from a lot of different guides, so I'll link them as I go along for clarity. My install process: Partitioned drives with GUID, formatted both partitions using Mac OSX Journaled Installed 10.5.8 using Ideneb v1.6. Worked with no problems or additional tweaks. Verified that the Snow volume was owned by the root user with the following commands. sudo -s chown 0:0 /Volumes/Snow Ripped a .dmg from my SL disc. Mounted SL installer dmg. Pressed Shift+Command+G to and went to /Mac OS X Install DVD/System/Installation/Packages/ Opened up the OSInstall.mpkg Installed SL to the Snow volume. The options that I unchecked during installation were printer drivers and additional languages. Installed the Chameleon 2.0 rev1 bootloader to the Snow drive using the install package on the chameleon site (Note, I already have Chameleon installed, I presume on Macktinosh HD. So I am attempting to install a 2nd version of Chameleon on the same drive but on a second volume. Not sure if this is kosher) Replaced the boot file on Snow with the PC EFI v10.4 boot file from Netkas. I have also attempted to us PC EFI v10.3 but haven't noticed any differences. Grabbed the pack of tools from the same guide mentioned above. Ran the DSDT Patcher GUI 1.0 found in the tools pack with the following options enabled. Darwin/Mac OSX Apply DSDT Patch to: Snow Edited my DSDT to get rid of that annoying error where it corrupts your CMOS every time you boot. Ugh. Grabbed the pack of .kexts from the guide here http://www.insanelymac.com/2009/08/how-to-...-pc-hackintosh/ Replaced the fakesmc.kext with the latest version from Netkas as was suggested in a thread. Removed Disabler.kext as was also recommended. Placed all of the .kexts I downloaded into the /Snow/Extra/Extensions folder Moved the Extensions folder to my desktop. Dragged the Extensions folder onto the kext utility included in the tools package I mentioned earlier. After the kext utility did its work, moved the Extensions folder and newly generated extension.mkext back to /Snow/Extra Downloaded the Misc folder from the aforementioned guide Copied SMBios.plist from the Misc folder to /Snow/Extra Edited my com.apple.Boot.plist until it looked like this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$ <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>arch=i386</string> <key>GraphicsEnabler</key> <string>y</string> </dict> </plist> Rebooted. Chameleon loaded up. Tried to boot SL, failed. Rebooted. Chameleon loaded up. Selected single user mode for the GUI. Ran the following commands to try and rebuild my extensions.mkext /sbin/fsck -fy /sbin/mount -uw / kextcache -v 1 -t -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions/ Rebooted. Started SL with -x32 -f -v flags. Failed to boot. Here's a copy of the kernel.log file Oct 13 04:15:32 localhost kernel[0]: npvhash=4095 Oct 13 04:15:32 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 Oct 13 04:15:32 localhost kernel[0]: vm_page_bootstrap: 960796 free pages and 87780 wired pages Oct 13 04:15:32 localhost kernel[0]: kext submap [0xffffff7f80600000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000600000] Oct 13 04:15:32 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 04:15:32 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 04:15:32 localhost kernel[0]: Error - kext net.osrom.kext.Disabler declares com.apple.kernel dependencies. Only com.apple.kpi.* dependencies are supported for 64-bit kexts. Oct 13 04:15:32 localhost kernel[0]: Can't load kext net.osrom.kext.Disabler - failed to resolve library dependencies. Oct 13 04:15:32 localhost kernel[0]: Kext net.osrom.kext.Disabler failed to load (0xdc00800e). Oct 13 04:15:32 localhost kernel[0]: Failed to load kext net.osrom.kext.Disabler (error 0xdc00800e). Oct 13 04:15:32 localhost kernel[0]: Couldn't alloc class "Disabler" Oct 13 04:15:32 localhost kernel[0]: NullCPUPowerManagement::init: properties=0xffffff800a2d6180 Oct 13 04:15:32 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 04:15:32 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 04:15:32 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 04:15:32 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 04:15:32 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 04:15:32 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 04:15:32 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 04:15:32 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 04:15:32 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 04:15:32 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 04:15:32 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 04:15:32 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 04:15:32 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 04:15:32 localhost kernel[0]: MAC Framework successfully initialized Oct 13 04:15:32 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 04:15:32 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 04:15:32 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 04:15:32 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 04:15:32 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 04:15:32 localhost kernel[0]: From path: "uuid", Oct 13 04:15:32 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 04:15:32 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 04:15:32 localhost kernel[0]: USBF: 1.293 AppleUSBOHCI[0xffffff800a478000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 04:15:32 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 04:15:32 localhost kernel[0]: USBF: 1.353 AppleUSBOHCI[0xffffff800a53c000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 04:15:32 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 04:15:32 localhost kernel[0]: BSD root: disk1s3, major 14, minor 4 Oct 13 04:15:32 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 14237184 to: 14921728 (joffset 0x3e6000) Oct 13 04:15:32 localhost kernel[0]: jnl: unknown-dev: journal replay done. Oct 13 04:15:32 localhost kernel[0]: Kernel is LP64 Oct 13 04:15:32 localhost kernel[0]: hfs: created HFBT on Snow Oct 13 04:15:36 localhost kernel[0]: Waiting for DSMOS... Oct 13 04:15:37 localhost kernel[0]: systemShutdown false Oct 13 04:16:16 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 04:16:17 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 04:16:17 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 04:16:19 localhost kernel[0]: DSMOS has arrived Oct 13 04:16:19 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 04:16:23 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 04:32:27 localhost kernel[0]: npvhash=4095 Oct 13 04:32:27 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 Oct 13 04:32:27 localhost kernel[0]: vm_page_bootstrap: 962493 free pages and 86083 wired pages Oct 13 04:32:27 localhost kernel[0]: kext submap [0xffffff7f80600000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000600000] Oct 13 04:32:27 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 04:32:27 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 04:32:27 localhost kernel[0]: Kext net.osrom.kext.Disabler - library kext com.apple.kernel.iokit not found. Oct 13 04:32:27 localhost kernel[0]: Can't load kext net.osrom.kext.Disabler - failed to resolve library dependencies. Oct 13 04:32:27 localhost kernel[0]: Kext net.osrom.kext.Disabler failed to load (0xdc00800e). Oct 13 04:32:27 localhost kernel[0]: Failed to load kext net.osrom.kext.Disabler (error 0xdc00800e). Oct 13 04:32:27 localhost kernel[0]: Couldn't alloc class "Disabler" Oct 13 04:32:27 localhost kernel[0]: NullCPUPowerManagement::init: properties=0xffffff800a0f6380 Oct 13 04:32:27 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 04:32:27 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 04:32:27 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 04:32:27 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 04:32:27 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 04:32:27 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 04:32:27 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 04:32:27 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 04:32:27 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 04:32:27 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 04:32:27 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 04:32:27 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 04:32:27 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 04:32:27 localhost kernel[0]: MAC Framework successfully initialized Oct 13 04:32:27 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 04:32:27 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 04:32:27 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 04:32:27 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 04:32:27 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 04:32:27 localhost kernel[0]: From path: "uuid", Oct 13 04:32:27 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 04:32:27 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 04:32:27 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 04:32:27 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 04:32:27 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 04:32:27 localhost kernel[0]: USBF: 2.758 AppleUSBOHCI[0xffffff800a36b000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 04:32:27 localhost kernel[0]: USBF: 2.800 AppleUSBOHCI[0xffffff800a224000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 04:32:27 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 04:32:27 localhost kernel[0]: DSMOS has arrived Oct 13 04:32:27 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 04:32:27 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 04:32:27 localhost kernel[0]: BSD root: disk1s3, major 14, minor 5 Oct 13 04:32:27 localhost kernel[0]: Kernel is LP64 Oct 13 04:32:27 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 04:32:32 localhost kernel[0]: systemShutdown false Oct 13 05:04:52 localhost kernel[0]: npvhash=4095 Oct 13 05:04:52 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 Oct 13 05:04:52 localhost kernel[0]: vm_page_bootstrap: 962493 free pages and 86083 wired pages Oct 13 05:04:52 localhost kernel[0]: kext submap [0xffffff7f80600000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000600000] Oct 13 05:04:52 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 05:04:52 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 05:04:52 localhost kernel[0]: Kext net.osrom.kext.Disabler - library kext com.apple.kernel.iokit not found. Oct 13 05:04:52 localhost kernel[0]: Can't load kext net.osrom.kext.Disabler - failed to resolve library dependencies. Oct 13 05:04:52 localhost kernel[0]: Kext net.osrom.kext.Disabler failed to load (0xdc00800e). Oct 13 05:04:52 localhost kernel[0]: Failed to load kext net.osrom.kext.Disabler (error 0xdc00800e). Oct 13 05:04:52 localhost kernel[0]: Couldn't alloc class "Disabler" Oct 13 05:04:52 localhost kernel[0]: NullCPUPowerManagement::init: properties=0xffffff800a0f0380 Oct 13 05:04:52 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 05:04:52 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 05:04:52 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 05:04:52 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 05:04:52 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 05:04:52 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 05:04:52 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 05:04:52 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 05:04:52 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 05:04:52 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 05:04:52 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 05:04:52 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 05:04:52 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 05:04:52 localhost kernel[0]: MAC Framework successfully initialized Oct 13 05:04:52 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 05:04:52 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 05:04:52 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 05:04:52 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 05:04:52 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 05:04:52 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 05:04:52 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 05:04:52 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 05:04:52 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 05:04:52 localhost kernel[0]: From path: "uuid", Oct 13 05:04:52 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 05:04:52 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 05:04:52 localhost kernel[0]: DSMOS has arrived Oct 13 05:04:52 localhost kernel[0]: USBF: 2.767 AppleUSBOHCI[0xffffff800a146000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:04:52 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 05:04:52 localhost kernel[0]: USBF: 3. 52 AppleUSBOHCI[0xffffff800a7b2000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:04:52 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 05:04:52 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 05:04:52 localhost kernel[0]: BSD root: disk1s3, major 14, minor 5 Oct 13 05:04:52 localhost kernel[0]: Kernel is LP64 Oct 13 05:04:52 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 05:04:53 localhost kernel[0]: systemShutdown false Oct 13 05:33:58 localhost kernel[0]: npvhash=4095 Oct 13 05:33:58 localhost kernel[0]: PAE enabled Oct 13 05:33:58 localhost kernel[0]: 64 bit mode enabled Oct 13 05:33:58 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 05:33:58 localhost kernel[0]: vm_page_bootstrap: 969342 free pages and 79234 wired pages Oct 13 05:33:58 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 05:33:58 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 05:33:58 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x754c7c0 Oct 13 05:33:58 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 05:33:58 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 05:33:58 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 05:33:58 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 05:33:58 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 05:33:58 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 05:33:58 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 05:33:58 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 05:33:58 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 05:33:58 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 05:33:58 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 05:33:58 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 05:33:58 localhost kernel[0]: MAC Framework successfully initialized Oct 13 05:33:58 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 05:33:58 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 05:33:58 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 05:33:58 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 05:33:58 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 05:33:58 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 05:33:58 localhost kernel[0]: USBF: 0.480 AppleUSBOHCI[0x7715800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:33:58 localhost kernel[0]: SerialATAPI initial device configuration did not complete successfully. (failedCommandInfo = 0x0) Oct 13 05:33:58 localhost kernel[0]: USBF: 0.505 AppleUSBOHCI[0x7715000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:33:58 localhost kernel[0]: From path: "uuid", Oct 13 05:33:58 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 05:33:58 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 05:33:58 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 05:33:58 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 05:33:58 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 05:33:59 localhost kernel[0]: systemShutdown false Oct 13 05:34:06 localhost kernel[0]: Waiting for DSMOS... Oct 13 05:34:38 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 05:34:39 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 05:34:39 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 05:34:39 localhost kernel[0]: DSMOS has arrived Oct 13 05:34:39 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 05:34:44 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 05:56:20 localhost kernel[0]: npvhash=4095 Oct 13 05:56:20 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 Oct 13 05:56:20 localhost kernel[0]: vm_page_bootstrap: 888932 free pages and 159644 wired pages Oct 13 05:56:20 localhost kernel[0]: kext submap [0xffffff7f80600000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000600000] Oct 13 05:56:20 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 05:56:20 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 05:56:20 localhost kernel[0]: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded. Oct 13 05:56:20 localhost kernel[0]: Kext __kernel__ is not loadable during safe boot; omitting its personalities. Oct 13 05:56:20 localhost kernel[0]: Error - kext net.osrom.kext.Disabler declares com.apple.kernel dependencies. Only com.apple.kpi.* dependencies are supported for 64-bit kexts. Oct 13 05:56:20 localhost kernel[0]: Can't load kext net.osrom.kext.Disabler - failed to resolve library dependencies. Oct 13 05:56:20 localhost kernel[0]: Kext net.osrom.kext.Disabler failed to load (0xdc00800e). Oct 13 05:56:20 localhost kernel[0]: Failed to load kext net.osrom.kext.Disabler (error 0xdc00800e). Oct 13 05:56:20 localhost kernel[0]: Couldn't alloc class "Disabler" Oct 13 05:56:20 localhost kernel[0]: NullCPUPowerManagement::init: properties=0xffffff8009344280 Oct 13 05:56:20 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 05:56:20 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 05:56:20 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 05:56:20 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 05:56:20 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 05:56:20 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 05:56:20 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 05:56:20 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 05:56:20 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 05:56:20 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 05:56:20 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 05:56:20 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 05:56:20 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 05:56:20 localhost kernel[0]: MAC Framework successfully initialized Oct 13 05:56:20 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 05:56:20 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 05:56:20 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 05:56:20 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 05:56:20 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 05:56:20 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 05:56:20 localhost kernel[0]: From path: "uuid", Oct 13 05:56:20 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 05:56:20 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 05:56:20 localhost kernel[0]: USBF: 1.333 AppleUSBOHCI[0xffffff80094e5000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:56:20 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 05:56:20 localhost kernel[0]: USBF: 1.462 AppleUSBOHCI[0xffffff80095a9000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 05:56:20 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 05:56:20 localhost kernel[0]: BSD root: disk1s3, major 14, minor 5 Oct 13 05:56:20 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 4534784 to: 5752832 (joffset 0x3e6000) Oct 13 05:56:20 localhost kernel[0]: jnl: unknown-dev: journal replay done. Oct 13 05:56:20 localhost kernel[0]: Kernel is LP64 Oct 13 05:56:20 localhost kernel[0]: hfs: Removed 1 orphaned / unlinked files and 0 directories Oct 13 05:56:28 localhost kernel[0]: Waiting for DSMOS... Oct 13 05:56:29 localhost kernel[0]: systemShutdown false Oct 13 05:57:04 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 05:57:05 localhost kernel[0]: DSMOS has arrived Oct 13 05:57:10 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 10:58:36 localhost kernel[0]: npvhash=4095 Oct 13 10:58:36 localhost kernel[0]: PAE enabled Oct 13 10:58:36 localhost kernel[0]: 64 bit mode enabled Oct 13 10:58:36 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 10:58:36 localhost kernel[0]: vm_page_bootstrap: 969342 free pages and 79234 wired pages Oct 13 10:58:36 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 10:58:36 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 10:58:36 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x754c7c0 Oct 13 10:58:36 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 10:58:36 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 10:58:36 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 10:58:36 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 10:58:36 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 10:58:36 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 10:58:36 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 10:58:36 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 10:58:36 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 10:58:36 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 10:58:36 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 10:58:36 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 10:58:36 localhost kernel[0]: MAC Framework successfully initialized Oct 13 10:58:36 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 10:58:36 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 10:58:36 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 10:58:36 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 10:58:36 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 10:58:36 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 10:58:36 localhost kernel[0]: USBF: 0.462 AppleUSBOHCI[0x71b3800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 10:58:36 localhost kernel[0]: USBF: 0.512 AppleUSBOHCI[0x7470000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 10:58:36 localhost kernel[0]: From path: "uuid", Oct 13 10:58:36 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 10:58:36 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 10:58:36 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 10:58:36 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 10:58:36 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 10:58:42 localhost kernel[0]: systemShutdown false Oct 13 10:58:45 localhost kernel[0]: Waiting for DSMOS... Oct 13 10:59:13 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 10:59:13 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 10:59:13 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 10:59:14 localhost kernel[0]: DSMOS has arrived Oct 13 10:59:14 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 10:59:19 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 11:03:03 localhost kernel[0]: npvhash=4095 Oct 13 11:03:03 localhost kernel[0]: PAE enabled Oct 13 11:03:03 localhost kernel[0]: 64 bit mode enabled Oct 13 11:03:03 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 11:03:03 localhost kernel[0]: vm_page_bootstrap: 896791 free pages and 151785 wired pages Oct 13 11:03:03 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 11:03:03 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 11:03:03 localhost kernel[0]: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded. Oct 13 11:03:03 localhost kernel[0]: Kext __kernel__ is not loadable during safe boot; omitting its personalities. Oct 13 11:03:03 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x6b6a840 Oct 13 11:03:03 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 11:03:03 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 11:03:03 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 11:03:03 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 11:03:03 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 11:03:03 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 11:03:03 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 11:03:03 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 11:03:03 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 11:03:03 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 11:03:03 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 11:03:03 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 11:03:03 localhost kernel[0]: MAC Framework successfully initialized Oct 13 11:03:03 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 11:03:03 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 11:03:03 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 11:03:03 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 11:03:03 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 11:03:03 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 11:03:03 localhost kernel[0]: USBF: 0.480 AppleUSBOHCI[0x6ced000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:03:03 localhost kernel[0]: USBF: 0.482 AppleUSBOHCI[0x67d1800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:03:03 localhost kernel[0]: From path: "uuid", Oct 13 11:03:03 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 11:03:03 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 11:03:03 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 11:03:03 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 11:03:03 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 11:03:03 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 12698624 to: 6788608 (joffset 0x3e6000) Oct 13 11:03:03 localhost kernel[0]: jnl: unknown-dev: journal replay done. Oct 13 11:03:03 localhost kernel[0]: hfs: Removed 2 orphaned / unlinked files and 0 directories Oct 13 11:03:08 localhost kernel[0]: systemShutdown false Oct 13 11:03:10 localhost kernel[0]: Waiting for DSMOS... Oct 13 11:03:44 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 11:03:44 localhost kernel[0]: DSMOS has arrived Oct 13 11:03:49 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 11:30:01 localhost kernel[0]: npvhash=4095 Oct 13 11:30:01 localhost kernel[0]: PAE enabled Oct 13 11:30:01 localhost kernel[0]: 64 bit mode enabled Oct 13 11:30:01 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 11:30:01 localhost kernel[0]: vm_page_bootstrap: 969342 free pages and 79234 wired pages Oct 13 11:30:01 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 11:30:01 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 11:30:01 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x754c740 Oct 13 11:30:01 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 11:30:01 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 11:30:01 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 11:30:01 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 11:30:01 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 11:30:01 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 11:30:01 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 11:30:01 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 11:30:01 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 11:30:01 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 11:30:01 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 11:30:01 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 11:30:01 localhost kernel[0]: MAC Framework successfully initialized Oct 13 11:30:01 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 11:30:01 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 11:30:01 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 11:30:01 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 11:30:01 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 11:30:01 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 11:30:01 localhost kernel[0]: USBF: 0.464 AppleUSBOHCI[0x71b3800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:30:01 localhost kernel[0]: USBF: 0.513 AppleUSBOHCI[0x7470000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:30:01 localhost kernel[0]: From path: "uuid", Oct 13 11:30:01 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 11:30:01 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 11:30:01 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 11:30:01 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 11:30:01 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 11:30:11 localhost kernel[0]: Waiting for DSMOS... Oct 13 11:30:12 localhost kernel[0]: systemShutdown false Oct 13 11:30:39 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 11:30:39 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 11:30:39 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 11:30:40 localhost kernel[0]: DSMOS has arrived Oct 13 11:30:40 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 11:30:45 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 11:33:26 localhost kernel[0]: npvhash=4095 Oct 13 11:33:26 localhost kernel[0]: PAE enabled Oct 13 11:33:26 localhost kernel[0]: 64 bit mode enabled Oct 13 11:33:26 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 11:33:26 localhost kernel[0]: vm_page_bootstrap: 969342 free pages and 79234 wired pages Oct 13 11:33:26 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 11:33:26 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 11:33:26 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x754c740 Oct 13 11:33:26 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 11:33:26 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 11:33:26 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 11:33:26 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 11:33:26 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 11:33:26 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 11:33:26 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 11:33:26 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 11:33:26 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 11:33:26 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 11:33:26 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 11:33:26 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 11:33:26 localhost kernel[0]: MAC Framework successfully initialized Oct 13 11:33:26 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 11:33:26 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 11:33:26 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 11:33:26 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 11:33:26 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 11:33:26 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 11:33:26 localhost kernel[0]: USBF: 0.464 AppleUSBOHCI[0x71b3800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:33:26 localhost kernel[0]: USBF: 0.483 AppleUSBOHCI[0x7719000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:33:26 localhost kernel[0]: From path: "uuid", Oct 13 11:33:26 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 11:33:26 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 11:33:26 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 11:33:26 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 11:33:26 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 11:33:26 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 8610816 to: 270848 (joffset 0x3e6000) Oct 13 11:33:26 localhost kernel[0]: jnl: unknown-dev: journal replay done. Oct 13 11:33:26 localhost kernel[0]: hfs: Removed 1 orphaned / unlinked files and 0 directories Oct 13 11:33:31 localhost kernel[0]: Waiting for DSMOS... Oct 13 11:33:32 localhost kernel[0]: systemShutdown false Oct 13 11:33:37 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 11:33:37 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 11:33:37 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 11:33:37 localhost kernel[0]: DSMOS has arrived Oct 13 11:33:37 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 11:33:42 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 11:47:17 localhost kernel[0]: npvhash=4095 Oct 13 11:47:17 localhost kernel[0]: PAE enabled Oct 13 11:47:17 localhost kernel[0]: 64 bit mode enabled Oct 13 11:47:17 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 11:47:17 localhost kernel[0]: vm_page_bootstrap: 969349 free pages and 79227 wired pages Oct 13 11:47:17 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 11:47:17 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 11:47:17 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x7546c00 Oct 13 11:47:17 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 11:47:17 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 11:47:17 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 11:47:17 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 11:47:17 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 11:47:17 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 11:47:17 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 11:47:17 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 11:47:17 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 11:47:17 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 11:47:17 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 11:47:17 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 11:47:17 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 11:47:17 localhost kernel[0]: MAC Framework successfully initialized Oct 13 11:47:17 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 11:47:17 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 11:47:17 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 11:47:17 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 11:47:17 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 11:47:17 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 13 11:47:17 localhost kernel[0]: USBF: 0.461 AppleUSBOHCI[0x76ed800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:47:17 localhost kernel[0]: USBF: 0.477 AppleUSBOHCI[0x71ac000]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 11:47:17 localhost kernel[0]: From path: "uuid", Oct 13 11:47:17 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 11:47:17 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 11:47:17 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 11:47:17 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 11:47:17 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 13 11:47:17 localhost kernel[0]: Waiting for DSMOS... Oct 13 11:47:19 localhost kernel[0]: systemShutdown false Oct 13 11:47:23 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 11:47:23 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 11:47:24 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 11:47:24 localhost kernel[0]: DSMOS has arrived Oct 13 11:47:24 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 11:47:29 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out Oct 13 13:41:18 localhost kernel[0]: npvhash=4095 Oct 13 13:41:18 localhost kernel[0]: PAE enabled Oct 13 13:41:18 localhost kernel[0]: 64 bit mode enabled Oct 13 13:41:18 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 13 13:41:18 localhost kernel[0]: vm_page_bootstrap: 969349 free pages and 79227 wired pages Oct 13 13:41:18 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 13 13:41:18 localhost kernel[0]: mig_table_max_displ = 73 Oct 13 13:41:18 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x7546c00 Oct 13 13:41:18 localhost kernel[0]: NullCPUPowerManagement::start Oct 13 13:41:18 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 13 13:41:18 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 13 13:41:18 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 13 13:41:18 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 13 13:41:18 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 13 13:41:18 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 13 13:41:18 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 13 13:41:18 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 13 13:41:18 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 13 13:41:18 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 13 13:41:18 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 13 13:41:18 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 13 13:41:18 localhost kernel[0]: MAC Framework successfully initialized Oct 13 13:41:18 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 13 13:41:18 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 13 13:41:18 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 13 13:41:18 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 13 13:41:18 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 13 13:41:18 localhost kernel[0]: USBF: 0.464 AppleUSBOHCI[0x71ac000]::CheckSleepCapability - controller will be unloaded across sleepmbinit: done (64 MB memory set for mbuf pool) Oct 13 13:41:18 localhost kernel[0]: USBF: 0.469 AppleUSBOHCI[0x76f3800]::CheckSleepCapability - controller will be unloaded across sleep Oct 13 13:41:18 localhost kernel[0]: From path: "uuid", Oct 13 13:41:18 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 13 13:41:18 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 13 13:41:18 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 13 13:41:18 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 13 13:41:18 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2 Oct 13 13:41:18 localhost kernel[0]: Waiting for DSMOS... Oct 13 13:41:20 localhost kernel[0]: systemShutdown false Oct 13 13:41:25 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 13 13:41:25 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 13 13:41:25 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 13 13:41:25 localhost kernel[0]: DSMOS has arrived Oct 13 13:41:25 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 13 13:41:30 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out And here's a copy of the system.log file Oct 13 04:15:23 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 04:15:33 localhost bootlog[39]: BOOT_TIME: 1255432522 0 Oct 13 04:15:42 localhost com.apple.launchd[1] (com.apple.bsd.dirhelper): Throttling respawn: Will start in 1 seconds Oct 13 04:15:42 localhost configd[13]: updateConfiguration(): no preferences. Oct 13 04:15:43 localhost root[63]: Recreating System.keychain because it cannot unlock; see /usr/libexec/security-checksystem Oct 13 04:15:43 localhost com.apple.systemkeychain[21]: mv: rename /Library/Keychains/System.keychain to /Library/Keychains/System.keychain.2009-10-13.04:15:43: No such file or directory Oct 13 04:15:43 localhost com.apple.systemkeychain[21]: mv: rename /var/db/SystemKey to /var/db/SystemKey.2009-10-13.04:15:43: No such file or directory Oct 13 04:15:43 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[23]): Exited with exit code: 71 Oct 13 04:15:44 localhost mDNSResponder[27]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 04:15:48 localhost com.apple.usbmuxd[19]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 04:15:51 localhost configd[13]: network configuration changed. Oct 13 04:16:18: --- last message repeated 1 time --- Oct 13 04:16:18 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[28]: Login Window Application Started Oct 13 04:16:19 localhost mds[26]: (Normal) DiskStore: Reindexing /.Spotlight-V100/Store-V1/Stores/55BAEBBD-632F-4D11-83C3-B94ED644DD14 because Snow Leopard must index the Snow Leopard partition. Oct 13 04:16:19 localhost com.apple.service_helper[93]: launchctl: Error unloading: com.apple.backupd-auto Oct 13 04:16:19 localhost mds[26]: (Normal) DiskStore: Rebuilding index for / Oct 13 04:16:19 localhost com.apple.service_helper[93]: launchctl: Error unloading: com.apple.backupd-wake Oct 13 04:16:19 localhost com.apple.service_helper[93]: launchctl: Error unloading: com.apple.backupd-attach Oct 13 04:16:20 localhost mds[26]: (Normal) DiskStore: Creating index for / Oct 13 04:16:21 localhost com.apple.fontd[86]: FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0) Oct 13 04:16:23: --- last message repeated 1 time --- Oct 13 04:16:23 localhost configd[13]: New network configuration saved Oct 13 04:16:23 localhost configd[13]: network configuration changed. Oct 13 04:16:23 localhost WindowServer[87]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 04:16:23 localhost com.apple.WindowServer[87]: Tue Oct 13 04:16:23 localhost WindowServer[87] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 04:16:25 localhost loginwindow[28]: USER_PROCESS: 28 console Oct 13 04:17:14 localhost Setup Assistant[113]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 04:32:22 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 04:32:22 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 04:32:32 localhost fseventsd[31]: event logs in /.fseventsd out of sync with volume. destroying old logs. (1198 10 1278) Oct 13 04:32:32 localhost fseventsd[31]: log dir: /.fseventsd getting new uuid: 169482EA-B94A-440C-A0F5-9142D27300DF Oct 13 04:32:33 localhost DirectoryService[15]: Improper shutdown detected Oct 13 04:32:35 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[27]: Login Window Application Started Oct 13 04:32:35 localhost bootlog[37]: BOOT_TIME: 1255433540 0 Oct 13 04:32:38 localhost mDNSResponder[26]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 04:32:38 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[22]): Exited with exit code: 71 Oct 13 04:32:39 localhost configd[13]: BUG in libdispatch: 10A432 - 1656 - 0x9f03 Oct 13 04:32:39 localhost com.apple.usbmuxd[19]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 04:32:39 localhost configd[13]: network configuration changed. Oct 13 04:32:39 localhost WindowServer[48]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 04:32:39 localhost com.apple.WindowServer[48]: Tue Oct 13 04:32:39 localhost WindowServer[48] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 04:32:39 localhost mds[25]: (Normal) DiskStore: Rebuilding index for / Oct 13 04:32:39 localhost mds[25]: (Normal) DiskStore: Creating index for / Oct 13 04:32:41 localhost loginwindow[27]: USER_PROCESS: 27 console Oct 13 04:32:44 localhost configd[13]: network configuration changed. Oct 13 04:33:31: --- last message repeated 1 time --- Oct 13 04:33:31 localhost Setup Assistant[67]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 04:34:47 localhost com.apple.coreservicesd[41]: ThrottleProcessIO: throttling disk i/o Oct 13 04:36:39 localhost kextd[10]: updated kernel boot caches Oct 13 04:37:38 localhost com.apple.kextd[10]: Rescanning kernel extensions. Oct 13 05:04:49 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 05:05:00 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[27]: Login Window Application Started Oct 13 05:05:00 localhost bootlog[37]: BOOT_TIME: 1255435487 0 Oct 13 05:05:01 localhost DirectoryService[15]: Improper shutdown detected Oct 13 05:05:04 localhost mDNSResponder[26]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 05:05:04 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[22]): Exited with exit code: 71 Oct 13 05:05:04 localhost com.apple.usbmuxd[19]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 05:05:04 localhost configd[13]: BUG in libdispatch: 10A432 - 1656 - 0x9707 Oct 13 05:05:04 localhost configd[13]: network configuration changed. Oct 13 05:05:05 localhost WindowServer[48]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:05:05 localhost com.apple.WindowServer[48]: Tue Oct 13 05:05:05 localhost WindowServer[48] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:05:05 localhost loginwindow[27]: USER_PROCESS: 27 console Oct 13 05:05:45 localhost Setup Assistant[66]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 05:05:51 localhost configd[13]: network configuration changed. Oct 13 05:07:22: --- last message repeated 1 time --- Oct 13 05:33:55 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 05:33:55 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 05:34:04 localhost DumpPanic[34]: Error getting a reference to IODeviceTree:/options Oct 13 05:34:04 localhost com.apple.DumpPanic[34]: 2009-10-13 05:34:04.549 DumpPanic[34:107] Error getting a reference to IODeviceTree:/options Oct 13 05:34:04 localhost com.apple.launchd[1] (com.apple.DumpPanic[34]): Exited with exit code: 1 Oct 13 05:34:06 localhost bootlog[37]: BOOT_TIME: 1255437234 0 Oct 13 05:34:07 localhost DirectoryService[15]: Improper shutdown detected Oct 13 05:34:10 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[22]): Exited with exit code: 71 Oct 13 05:34:10 localhost mDNSResponder[26]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 05:34:10 localhost com.apple.usbmuxd[19]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 05:34:10 localhost configd[13]: network configuration changed. Oct 13 05:34:38: --- last message repeated 1 time --- Oct 13 05:34:38 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[27]: Login Window Application Started Oct 13 05:34:43 localhost WindowServer[57]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:34:43 localhost com.apple.WindowServer[57]: Tue Oct 13 05:34:43 localhost WindowServer[57] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:34:44 localhost loginwindow[27]: USER_PROCESS: 27 console Oct 13 05:35:23 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 05:35:52 localhost com.apple.kextcache[79]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.4607C9CD. Oct 13 05:38:11 localhost kextd[10]: updated kernel boot caches Oct 13 05:39:10 localhost com.apple.kextd[10]: Rescanning kernel extensions. Oct 13 05:56:20 localhost com.apple.kextd[9]: Safe boot mode detected; invalidating system extensions caches. Oct 13 05:56:04 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 05:56:25 localhost bootlog[34]: BOOT_TIME: 1255438563 0 Oct 13 05:56:25 localhost fseventsd[28]: event logs in /.fseventsd out of sync with volume. destroying old logs. (709 21 1426) Oct 13 05:56:25 localhost fseventsd[28]: log dir: /.fseventsd getting new uuid: 0F1AD8A4-3FA9-40D2-B7C3-CEF9A420CB96 Oct 13 05:56:27 localhost DirectoryService[14]: Improper shutdown detected Oct 13 05:56:33 localhost com.apple.kextd[9]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/IOKitPersonalities_x86_64.ioplist.gz is out of date; not using. Oct 13 05:56:33 localhost mDNSResponder[23]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 05:56:33 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[19]): Exited with exit code: 71 Oct 13 05:56:33 localhost configd[13]: network configuration changed. Oct 13 05:56:37 localhost com.apple.usbmuxd[16]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 05:56:41 localhost configd[13]: network configuration changed. Oct 13 05:57:03: --- last message repeated 1 time --- Oct 13 05:57:03 localhost com.apple.kextd[9]: Can't load Apple16X50ACPI.kext - validation problems. Oct 13 05:57:03 localhost com.apple.kextd[9]: Failed to load Apple16X50ACPI.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:03 localhost com.apple.kextd[9]: Load com.apple.driver.Apple16X50ACPI failed; removing personalities. Oct 13 05:57:03 localhost com.apple.kextd[9]: Can't load AppleHDAController.kext - validation problems. Oct 13 05:57:03 localhost com.apple.kextd[9]: Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:03 localhost com.apple.kextd[9]: Load com.apple.driver.AppleHDAController failed; removing personalities. Oct 13 05:57:03 localhost com.apple.kextd[9]: Can't load AppleUSBAudio.kext - validation problems. Oct 13 05:57:03 localhost com.apple.kextd[9]: Failed to load AppleUSBAudio.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:03 localhost com.apple.kextd[9]: Load com.apple.driver.AppleUSBAudio failed; removing personalities. Oct 13 05:57:03 localhost com.apple.kextd[9]: Can't load AppleProfileFamily.kext - validation problems. Oct 13 05:57:03 localhost com.apple.kextd[9]: Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:03 localhost com.apple.kextd[9]: Load com.apple.iokit.AppleProfileFamily failed; removing personalities. Oct 13 05:57:03 localhost com.apple.kextd[9]: Can't load AppleIntelMeromProfile.kext - validation problems. Oct 13 05:57:03 localhost com.apple.kextd[9]: Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:03 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load AudioIPCDriver.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.driver.AudioIPCDriver failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load AppleIntelNehalemProfile.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load AppleIntelNehalemProfile.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load AppleIntelPenrynProfile.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load ATIRadeonX2000.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load ATIRadeonX2000.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.ATIRadeonX2000 failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load IOBluetoothSerialManager.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities. Oct 13 05:57:04 localhost com.apple.kextd[9]: Can't load IOSurface.kext - validation problems. Oct 13 05:57:04 localhost com.apple.kextd[9]: Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:04 localhost com.apple.kextd[9]: Load com.apple.iokit.IOSurface failed; removing personalities. Oct 13 05:57:04 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[24]: Login Window Application Started Oct 13 05:57:07 localhost com.apple.fontd[53]: FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0) Oct 13 05:57:09: --- last message repeated 1 time --- Oct 13 05:57:09 localhost com.apple.kextd[9]: Can't load AppleTyMCEDriver.kext - validation problems. Oct 13 05:57:09 localhost com.apple.kextd[9]: Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable). Oct 13 05:57:09 localhost com.apple.kextd[9]: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities. Oct 13 05:57:09 localhost WindowServer[54]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:57:09 localhost com.apple.WindowServer[54]: Tue Oct 13 05:57:09 localhost WindowServer[54] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 05:57:11 localhost loginwindow[24]: USER_PROCESS: 24 console Oct 13 05:57:19 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 05:59:18 localhost com.apple.coreservicesd[41]: ThrottleProcessIO: throttling disk i/o Oct 13 10:58:36 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using. Oct 13 10:58:33 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 10:58:33 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 10:58:43 localhost DumpPanic[30]: Error getting a reference to IODeviceTree:/options Oct 13 10:58:43 localhost com.apple.DumpPanic[30]: 2009-10-13 10:58:43.939 DumpPanic[30:107] Error getting a reference to IODeviceTree:/options Oct 13 10:58:43 localhost com.apple.launchd[1] (com.apple.DumpPanic[30]): Exited with exit code: 1 Oct 13 10:58:45 localhost bootlog[36]: BOOT_TIME: 1255456712 0 Oct 13 10:58:46 localhost DirectoryService[32]: Improper shutdown detected Oct 13 10:58:49 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/IOKitPersonalities_i386.ioplist.gz is out of date; not using. Oct 13 10:58:49 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[18]): Exited with exit code: 71 Oct 13 10:58:49 localhost mDNSResponder[22]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 10:58:49 localhost com.apple.usbmuxd[15]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 10:58:49 localhost configd[34]: network configuration changed. Oct 13 10:59:13: --- last message repeated 2 times --- Oct 13 10:59:13 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[23]: Login Window Application Started Oct 13 10:59:18 localhost WindowServer[56]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 10:59:18 localhost com.apple.WindowServer[56]: Tue Oct 13 10:59:18 localhost WindowServer[56] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 10:59:18 localhost loginwindow[23]: USER_PROCESS: 23 console Oct 13 10:59:58 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 11:00:26 localhost com.apple.kextcache[79]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.4607C9CD. Oct 13 11:03:03 localhost com.apple.kextd[9]: Safe boot mode detected; invalidating system extensions caches. Oct 13 11:02:48 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 11:02:48 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 11:03:07 localhost DirectoryService[14]: Improper shutdown detected Oct 13 11:03:08 localhost bootlog[35]: BOOT_TIME: 1255456959 0 Oct 13 11:03:08 localhost DumpPanic[32]: Error getting a reference to IODeviceTree:/options Oct 13 11:03:08 localhost com.apple.DumpPanic[32]: 2009-10-13 11:03:08.954 DumpPanic[32:107] Error getting a reference to IODeviceTree:/options Oct 13 11:03:08 localhost com.apple.launchd[1] (com.apple.DumpPanic[32]): Exited with exit code: 1 Oct 13 11:03:09 localhost fseventsd[29]: event logs in /.fseventsd out of sync with volume. destroying old logs. (235 29 362) Oct 13 11:03:09 localhost fseventsd[29]: log dir: /.fseventsd getting new uuid: 49752698-6B8A-4914-80CF-EF1CE14FF095 Oct 13 11:03:13 localhost com.apple.kextd[9]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/IOKitPersonalities_i386.ioplist.gz is out of date; not using. Oct 13 11:03:14 localhost mDNSResponder[24]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 11:03:14 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[20]): Exited with exit code: 71 Oct 13 11:03:14 localhost configd[13]: network configuration changed. Oct 13 11:03:18 localhost com.apple.usbmuxd[17]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 11:03:21 localhost configd[13]: network configuration changed. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleProfileFamily.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.iokit.AppleProfileFamily failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelMeromProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleHDAController.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleHDAController failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleUSBAudio.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleUSBAudio.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleUSBAudio failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load Apple16X50ACPI.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load Apple16X50ACPI.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.Apple16X50ACPI failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AudioIPCDriver.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AudioIPCDriver failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelNehalemProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelNehalemProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelPenrynProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load ATIRadeonX2000.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load ATIRadeonX2000.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.ATIRadeonX2000 failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load IOBluetoothSerialManager.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelYonahProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load AppleIntelYonahProfile.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities. Oct 13 11:03:43 localhost com.apple.kextd[9]: Can't load IOSurface.kext - validation problems. Oct 13 11:03:43 localhost com.apple.kextd[9]: Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:43 localhost com.apple.kextd[9]: Load com.apple.iokit.IOSurface failed; removing personalities. Oct 13 11:03:43 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[25]: Login Window Application Started Oct 13 11:03:46 localhost com.apple.fontd[53]: FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0) Oct 13 11:03:48: --- last message repeated 1 time --- Oct 13 11:03:48 localhost com.apple.kextd[9]: Can't load AppleTyMCEDriver.kext - validation problems. Oct 13 11:03:48 localhost com.apple.kextd[9]: Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable). Oct 13 11:03:48 localhost com.apple.kextd[9]: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities. Oct 13 11:03:48 localhost WindowServer[54]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:03:48 localhost com.apple.WindowServer[54]: Tue Oct 13 11:03:48 localhost WindowServer[54] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:03:50 localhost loginwindow[25]: USER_PROCESS: 25 console Oct 13 11:03:59 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 11:29:59 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 11:29:59 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 11:30:01 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using. Oct 13 11:30:06 localhost fseventsd[27]: event logs in /.fseventsd out of sync with volume. destroying old logs. (470 8 611) Oct 13 11:30:06 localhost fseventsd[27]: log dir: /.fseventsd getting new uuid: C140BE33-208D-4DE5-B21D-2B97545235D9 Oct 13 11:30:09 localhost DumpPanic[30]: Error getting a reference to IODeviceTree:/options Oct 13 11:30:09 localhost com.apple.DumpPanic[30]: 2009-10-13 11:30:09.207 DumpPanic[30:107] Error getting a reference to IODeviceTree:/options Oct 13 11:30:09 localhost com.apple.launchd[1] (com.apple.DumpPanic[30]): Exited with exit code: 1 Oct 13 11:30:11 localhost bootlog[36]: BOOT_TIME: 1255458598 0 Oct 13 11:30:12 localhost DirectoryService[32]: Improper shutdown detected Oct 13 11:30:15 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/IOKitPersonalities_i386.ioplist.gz is out of date; not using. Oct 13 11:30:15 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[18]): Exited with exit code: 71 Oct 13 11:30:15 localhost mDNSResponder[22]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 11:30:15 localhost com.apple.usbmuxd[15]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 11:30:16 localhost configd[34]: network configuration changed. Oct 13 11:30:39: --- last message repeated 2 times --- Oct 13 11:30:39 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[23]: Login Window Application Started Oct 13 11:30:44 localhost WindowServer[56]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:30:44 localhost com.apple.WindowServer[56]: Tue Oct 13 11:30:44 localhost WindowServer[56] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:30:44 localhost loginwindow[23]: USER_PROCESS: 23 console Oct 13 11:31:24 localhost Setup Assistant[67]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 11:31:46 localhost com.apple.kextcache[79]: /System/Library/Extensions/fakesmc.kext is not authentic; omitting from prelinked kernel. Oct 13 11:31:52 localhost com.apple.kextcache[79]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.4607C9CD. Oct 13 11:33:18 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 11:33:18 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 11:33:28 localhost DumpPanic[32]: Error getting a reference to IODeviceTree:/options Oct 13 11:33:28 localhost com.apple.DumpPanic[32]: 2009-10-13 11:33:28.897 DumpPanic[32:107] Error getting a reference to IODeviceTree:/options Oct 13 11:33:28 localhost com.apple.launchd[1] (com.apple.DumpPanic[32]): Exited with exit code: 1 Oct 13 11:33:31 localhost bootlog[36]: BOOT_TIME: 1255458790 0 Oct 13 11:33:31 localhost DirectoryService[33]: Improper shutdown detected Oct 13 11:33:35 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[20]): Exited with exit code: 71 Oct 13 11:33:35 localhost mDNSResponder[24]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 11:33:35 localhost com.apple.usbmuxd[16]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 11:33:35 localhost configd[13]: network configuration changed. Oct 13 11:33:36 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[25]: Login Window Application Started Oct 13 11:33:40 localhost configd[13]: network configuration changed. Oct 13 11:33:41: --- last message repeated 1 time --- Oct 13 11:33:41 localhost WindowServer[55]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:33:41 localhost com.apple.WindowServer[55]: Tue Oct 13 11:33:41 localhost WindowServer[55] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:33:42 localhost loginwindow[25]: USER_PROCESS: 25 console Oct 13 11:34:21 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 11:34:46 localhost com.apple.kextcache[79]: /System/Library/Extensions/fakesmc.kext is not authentic; omitting from prelinked kernel. Oct 13 11:34:52 localhost com.apple.kextcache[79]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.4607C9CD. Oct 13 11:35:45 localhost com.apple.coreservicesd[42]: ThrottleProcessIO: throttling disk i/o Oct 13 11:37:35 localhost kextd[10]: updated kernel boot caches Oct 13 11:47:07 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 11:47:07 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 11:47:17 localhost bootlog[36]: BOOT_TIME: 1255459626 0 Oct 13 11:47:18 localhost DirectoryService[33]: Improper shutdown detected Oct 13 11:47:22 localhost mDNSResponder[24]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 11:47:22 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[20]): Exited with exit code: 71 Oct 13 11:47:22 localhost com.apple.usbmuxd[16]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 11:47:22 localhost configd[13]: network configuration changed. Oct 13 11:47:23 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[25]: Login Window Application Started Oct 13 11:47:27 localhost configd[13]: network configuration changed. Oct 13 11:47:28: --- last message repeated 1 time --- Oct 13 11:47:28 localhost WindowServer[56]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:47:28 localhost com.apple.WindowServer[56]: Tue Oct 13 11:47:28 localhost WindowServer[56] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 11:47:28 localhost loginwindow[25]: USER_PROCESS: 25 console Oct 13 11:48:08 localhost Setup Assistant[69]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture Oct 13 11:48:34 localhost com.apple.kextcache[79]: /System/Library/Extensions/fakesmc.kext is not authentic; omitting from prelinked kernel. Oct 13 11:48:40 localhost com.apple.kextcache[79]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.4607C9CD. Oct 13 11:51:22 localhost kextd[10]: updated kernel boot caches Oct 13 11:52:21 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/KextPropertyValues_OSBundleHelper_i386.plist.gz is out of date; not using. Oct 13 11:52:21 localhost com.apple.kextd[10]: Rescanning kernel extensions. Oct 13 11:52:24 localhost com.apple.kextcache[82]: fakesmc.kext is not authentic; omitting from mkext. Oct 13 11:52:25 localhost com.apple.kextcache[82]: JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0. Oct 13 11:52:28 localhost com.apple.kextcache[82]: fakesmc.kext is not authentic; omitting from mkext. Oct 13 11:52:31 localhost com.apple.kextcache[82]: Created mkext archive //System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext. Oct 13 11:52:31 localhost com.apple.kextcache[81]: /: no supported helper partitions to update. Oct 13 11:52:31 localhost kextd[10]: updated kernel boot caches Oct 13 13:41:08 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 13 13:41:08 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 13 13:41:18 localhost bootlog[36]: BOOT_TIME: 1255466467 0 Oct 13 13:41:19 localhost DirectoryService[33]: Improper shutdown detected Oct 13 13:41:23 localhost mDNSResponder[24]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 13 13:41:23 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[20]): Exited with exit code: 71 Oct 13 13:41:23 localhost com.apple.usbmuxd[16]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 13 13:41:23 localhost configd[13]: network configuration changed. Oct 13 13:41:25 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[25]: Login Window Application Started Oct 13 13:41:28 localhost configd[13]: network configuration changed. Oct 13 13:41:30: --- last message repeated 1 time --- Oct 13 13:41:30 localhost WindowServer[55]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 13:41:30 localhost com.apple.WindowServer[55]: Tue Oct 13 13:41:30 localhost WindowServer[55] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 13 13:41:30 localhost loginwindow[25]: USER_PROCESS: 25 console I have attempted a significant amount of jiggling. Moving kexts around from Extras/Extensions to System/Library/Extensions, different boot options, and so on. Nothing has been able to get me any further than this. Looking through the system.log file, one line in particular jumps out at me: Oct 13 11:52:28 localhost com.apple.kextcache[82]: fakesmc.kext is not authentic; omitting from mkext. Is my fakesmc.kext not getting loaded? Would that be why booting up hangs on this? Oct 13 13:41:30 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out So yeah, I've been digging through tons of guides and hacking away at this for days, but I'm stumped. Anyone got some advice? Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/ Share on other sites More sharing options...
DieBuche Posted October 14, 2009 Share Posted October 14, 2009 It can't boot because i can't access fakesmc.kext, becuase it's permissions are borked. Simply repair the kext permissions, delete the cache and reboot. The "stillwaitingfor" is not an error, but simply shows that the disabler is working sudo -s chown root:wheel /pathtokext chmod 644 /pathtokext Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/#findComment-1298302 Share on other sites More sharing options...
Hackenstein Posted October 15, 2009 Author Share Posted October 15, 2009 Hmmm, right you are it seems. I guess I forgot to rebuild the mkext when I was moving things around or something? Well whatever. I changed permissions, rebuilt the mkext, all that good stuff. Still not booting, but fakesmc does appear to be loading allright. Here is my kernel.log for this most recent boot. Oct 14 17:30:23 localhost kernel[0]: npvhash=4095 Oct 14 17:30:23 localhost kernel[0]: PAE enabled Oct 14 17:30:23 localhost kernel[0]: 64 bit mode enabled Oct 14 17:30:23 localhost kernel[0]: Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 Oct 14 17:30:23 localhost kernel[0]: vm_page_bootstrap: 969349 free pages and 79227 wired pages Oct 14 17:30:23 localhost kernel[0]: standard timeslicing quantum is 10000 us Oct 14 17:30:23 localhost kernel[0]: mig_table_max_displ = 73 Oct 14 17:30:23 localhost kernel[0]: NullCPUPowerManagement::init: properties=0x7546c00 Oct 14 17:30:23 localhost kernel[0]: NullCPUPowerManagement::start Oct 14 17:30:23 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled Oct 14 17:30:23 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled Oct 14 17:30:23 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled Oct 14 17:30:23 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled Oct 14 17:30:23 localhost kernel[0]: calling mpo_policy_init for Quarantine Oct 14 17:30:23 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Oct 14 17:30:23 localhost kernel[0]: calling mpo_policy_init for Sandbox Oct 14 17:30:23 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Oct 14 17:30:23 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Oct 14 17:30:23 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Oct 14 17:30:23 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Oct 14 17:30:23 localhost kernel[0]: The Regents of the University of California. All rights reserved. Oct 14 17:30:23 localhost kernel[0]: MAC Framework successfully initialized Oct 14 17:30:23 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Oct 14 17:30:23 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Oct 14 17:30:23 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Oct 14 17:30:23 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Oct 14 17:30:23 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device Oct 14 17:30:23 localhost kernel[0]: USBF: 0.450 AppleUSBOHCI[0x71ac000]::CheckSleepCapability - controller will be unloaded across sleep Oct 14 17:30:23 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Oct 14 17:30:23 localhost kernel[0]: USBF: 0.507 AppleUSBOHCI[0x7468000]::CheckSleepCapability - controller will be unloaded across sleep Oct 14 17:30:23 localhost kernel[0]: From path: "uuid", Oct 14 17:30:23 localhost kernel[0]: Waiting for boot volume with UUID 2322C5FF-F0CD-3B8A-B165-E909EA3EDEF4 Oct 14 17:30:23 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Oct 14 17:30:23 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Oct 14 17:30:23 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IDE1@1F,2/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AADS-00S9B0 Media/IOGUIDPartitionScheme/Untitled@3 Oct 14 17:30:23 localhost kernel[0]: BSD root: disk0s3, major 14, minor 3 Oct 14 17:30:25 localhost kernel[0]: systemShutdown false Oct 14 17:30:30 localhost kernel[0]: Waiting for DSMOS... Oct 14 17:30:36 localhost kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 Oct 14 17:30:36 localhost kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 Oct 14 17:30:37 localhost kernel[0]: Previous Shutdown Cause: 3 Oct 14 17:30:38 localhost kernel[0]: DSMOS has arrived Oct 14 17:30:38 localhost kernel[0]: ** Device in slot: SLOT--1 ** Oct 14 17:30:43 localhost kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out And my system.log Oct 14 17:30:20 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 14 17:30:20 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. *** Oct 14 17:30:24 localhost DirectoryService[15]: Improper shutdown detected Oct 14 17:30:27 localhost bootlog[37]: BOOT_TIME: 1255566619 0 Oct 14 17:30:28 localhost fseventsd[31]: event logs in /.fseventsd out of sync with volume. destroying old logs. (273 9 352) Oct 14 17:30:28 localhost fseventsd[31]: log dir: /.fseventsd getting new uuid: 9AE60EAC-BBEE-4E81-8B57-16299C4F2C68 Oct 14 17:30:32 localhost configd[13]: BUG in libdispatch: 10A432 - 1656 - 0x9407 Oct 14 17:30:32 localhost mDNSResponder[26]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting Oct 14 17:30:33 localhost com.apple.launchd[1] (com.apple.smb.sharepoints[22]): Exited with exit code: 71 Oct 14 17:30:33 localhost configd[13]: network configuration changed. Oct 14 17:30:36 localhost com.apple.usbmuxd[19]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit Oct 14 17:30:38 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[27]: Login Window Application Started Oct 14 17:30:39 localhost configd[13]: network configuration changed. Oct 14 17:30:42: --- last message repeated 1 time --- Oct 14 17:30:42 localhost WindowServer[54]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 14 17:30:42 localhost com.apple.WindowServer[54]: Wed Oct 14 17:30:42 localhost WindowServer[54] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Oct 14 17:30:44 localhost loginwindow[27]: USER_PROCESS: 27 console Oct 14 17:31:30 localhost Setup Assistant[65]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture This line jumps out at me in particular. Oct 14 17:31:30 localhost Setup Assistant[65]: Error loading /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: dlopen(/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common, 265): no suitable image found. Did find:\n /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/common.bundle/Contents/MacOS/common: mach-o, but wrong architecture But I don't know what would be causing it. By the by, I've noticed that I appear to be booting into the 64 bit kernel (according to the kernel log at least). I have no idea why. I'm booting with -x32 -f -v and my boot.plist has the line: Kernal Flags = i386 Shouldn't that force it to load the 32 bit kernel? Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/#findComment-1298874 Share on other sites More sharing options...
verdant Posted October 15, 2009 Share Posted October 15, 2009 @ Hackenstein If you are using Chameleon 2.0 RC3 boot into 32bit mode using arch=i386 but if using RC1 + PC_EFI V10.1 then -x32 Drag the Extensions folder from /Extra into a new folder on your Leopard Desktop named SL_Extension_Repair (or whatever name you wish) and copy KextUtility into it too.....then drag and drop the Extensions folder onto the Kext Utility icon and then copy the Extensions folder and the created Extensions.mkext file into /Extra to replace the original Extensions folder......BUT if you find that your kexts are not being loaded from Extensions.mkext, then delete Extensions.mkext from /Extra....... Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/#findComment-1298886 Share on other sites More sharing options...
Hackenstein Posted October 15, 2009 Author Share Posted October 15, 2009 I have all my kexts loading, I'm pretty sure. fakesmc.kext is most certainly loading, and I don't see any other messages in the log about kexts not loading. I'm using RC1 + PC EFI 10.4. I've tried it with just -x32 and with using arch=i386. Neither seem to be doing anything. Since I have Leopard and SL installed on 2 different partitions is it possible that chameleon is loading the wrong apple.com.bootlist (the one from Leopard)? I've seen some people mention that you can set a partition to be the primary partition for booting purposes or something, but I'm not entirely sure what all that entails. Also, I did some digging and it looks like my problem is a graphics problem (not shocking, to be honest). A couple of threads referenced it directly. http://www.insanelymac.com/forum/lofiversi...180954-150.html In the above thread, a guy named fragreaver had the same error as me and said managed to fix it. The directions are not clear, though, something about the ATI kexts being wonky and deleting some of them? http://www.insanelymac.com/forum/index.php...182510&st=0 This thread also makes mention of the problem. There's one reply in particular that's of interest. "I had the same problem and figured out that in my case it was caused by graphics card (Radeon HD 4870). After i entered dev and manufacturer ids into 4800controller.kext SL loading has finally made it to the desktop." Why that's the same graphics card that I have! I'm gonna give this a shot, but I don't know how to find my dev and manufacturer ids. Any hints? Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/#findComment-1298926 Share on other sites More sharing options...
verdant Posted October 15, 2009 Share Posted October 15, 2009 I have all my kexts loading, I'm pretty sure. fakesmc.kext is most certainly loading, and I don't see any other messages in the log about kexts not loading. I'm using RC1 + PC EFI 10.4. I've tried it with just -x32 and with using arch=i386. Neither seem to be doing anything. Since I have Leopard and SL installed on 2 different partitions is it possible that chameleon is loading the wrong apple.com.bootlist (the one from Leopard)? I've seen some people mention that you can set a partition to be the primary partition for booting purposes or something, but I'm not entirely sure what all that entails. Also, I did some digging and it looks like my problem is a graphics problem (not shocking, to be honest). A couple of threads referenced it directly. http://www.insanelymac.com/forum/lofiversi...180954-150.html In the above thread, a guy named fragreaver had the same error as me and said managed to fix it. The directions are not clear, though, something about the ATI kexts being wonky and deleting some of them? http://www.insanelymac.com/forum/index.php...182510&st=0 This thread also makes mention of the problem. There's one reply in particular that's of interest. "I had the same problem and figured out that in my case it was caused by graphics card (Radeon HD 4870). After i entered dev and manufacturer ids into 4800controller.kext SL loading has finally made it to the desktop." Why that's the same graphics card that I have! I'm gonna give this a shot, but I don't know how to find my dev and manufacturer ids. Any hints? OSx86Tools See Part I. of my Snow Leopard topic post #1 about booting Snow leopard from Leopard bootloader..... Link to comment https://www.insanelymac.com/forum/topic/191896-totally-stumped-on-this-sl-install/#findComment-1298931 Share on other sites More sharing options...
Recommended Posts