Jump to content
4 posts in this topic

Recommended Posts

So I did an install with a JAS 10.4.6 off a DVD-r and everything seemed to be going fine, I partioned the drive in advance and stuck the OSX partition at /dev/sda2 (first drive second partition) The installer took about 25 minutes to copy files and whatnot. I fiddled with Grub a little bit and got it to start the Darwin loader at which point the system begins booting osx and then it freezes on the screen with the progress bar. The mouse and keyboard are non-responsive and just the smallest sliver of blue is filled in the progress bar. The message line says "Starting Mac OSX"

 

Here's my entry in grub"

title OSX_X86
	rootnoverify (hd0,1)
	makeactive
	chainloader +1

 

I mounted the OSX partition from linux and navigated to /var/log, here's what system.log had to say:

May  2 02:19:31 localhost kernel[0]: hi mem tramps at 0xffe00000
May  2 02:19:31 localhost kernel[0]: PAE enabled
May  2 02:19:31 localhost kernel[0]: standard timeslicing quantum is 10000 us
May  2 02:19:31 localhost kernel[0]: vm_page_bootstrap: 250883 free pages
May  2 02:19:31 localhost kernel[0]: mig_table_max_displ = 71
May  2 02:19:31 localhost kernel[0]: CPU identification: Genuine Intel(R) CPU		   T2400  @ 1.83GHz
May  2 02:19:31 localhost kernel[0]: CPU features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM EST
May  2 02:19:31 localhost kernel[0]: HTT: 2 cores per package; 2 logical cpus per package
May  2 02:19:31 localhost kernel[0]: CPU extended features:
May  2 02:19:31 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
May  2 02:19:31 localhost kernel[0]: [RTCLOCK] frequency 1830000000 (1828703260)
May  2 02:19:31 localhost kernel[0]: ACPI CA 20051117 [debug level=0 layer=0]
May  2 02:19:31 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
May  2 02:19:31 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
May  2 02:19:31 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
May  2 02:19:31 localhost kernel[0]: The Regents of the University of California. All rights reserved.
May  2 02:19:31 localhost kernel[0]: using 2598 buffer headers and 2598 cluster IO buffer headers
May  2 02:19:31 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
May  2 02:19:31 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 0:23
May  2 02:19:31 localhost kernel[0]: Started CPU 01
May  2 02:19:31 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
May  2 02:19:31 localhost kernel[0]: Security auditing service present
May  2 02:19:31 localhost kernel[0]: BSM auditing present
May  2 02:19:31 localhost kernel[0]: disabled
May  2 02:19:31 localhost kernel[0]: From path: "uuid",
May  2 02:19:31 localhost kernel[0]: Waiting for boot volume with UUID 3AC88336-082D-386D-B1BA-F87E249FBFCE
May  2 02:19:31 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
May  2 02:19:31 localhost kernel[0]: error mapping module file com.apple.driver.AppleIntel8254XEthernet
May  2 02:19:31 localhost kernel[0]: can't map com.apple.driver.AppleIntel8254XEthernet in preparation for loading
May  2 02:19:31 localhost kernel[0]: Can't determine dependencies for com.apple.driver.AppleIntel8254XEthernet.
May  2 02:19:31 localhost kernel[0]: Couldn't alloc class "AppleIntel8254XEthernet"
May  2 02:19:31 localhost kernel[0]: IOPCCard info:   Intel PCIC probe: not found.
May  2 02:19:31 localhost kernel[0]: IOPCCardBridge::start failed
May  2 02:19:31 localhost kernel[0]: FireWire (OHCI) TI ID 803a PCI now active, GUID 00080da0d136daf8; max speed s400.
May  2 02:19:31 localhost kernel[0]: USBF:	  24.916  EHCI controller unable to take control from BIOS
May  2 02:19:31 localhost kernel[0]: USBF:	  24.916  AppleUSBEHCI[0x2b93000]: unable to obtain ownership: 0xe00002be
May  2 02:19:31 localhost kernel[0]: USBF:	  24.916  AppleUSBEHCI[0x2b93000]::UIMInitialize - Error occurred (0xe00002be)
May  2 02:19:31 localhost kernel[0]: USBF:	  24.918  AppleUSBEHCI: unable to initialize UIM
May  2 02:19:31 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPIIXATARoot/PRID@0/AppleIntelICHxSATA/ATADeviceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TOSHIBA MK1234GSX Media/IOFDiskPartitionScheme/Untitled 2@2
May  2 02:19:31 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
May  2 02:19:31 localhost kernel[0]: Jettisoning kernel linker.
May  2 02:19:31 localhost kernel[0]: Resetting IOCatalogue.
May  2 02:19:31 localhost kernel[0]: GFX0: family specific matching fails
May  2 02:19:31 localhost kernel[0]: display: family specific matching fails
May  2 02:19:31 localhost kernel[0]: Matching service count = 2
May  2 02:19:31 localhost kernel[0]: Matching service count = 4
May  2 02:19:31 localhost kernel[0]: Matching service count = 4
May  2 02:19:31 localhost kernel[0]: Matching service count = 4
May  2 02:19:31 localhost kernel[0]: Matching service count = 4
May  2 02:19:31 localhost kernel[0]: GFX0: family specific matching fails
May  2 02:19:31 localhost kernel[0]: display: family specific matching fails
May  2 02:19:31 localhost kernel[0]: GFX0: family specific matching fails
May  2 02:19:31 localhost kernel[0]: display: family specific matching fails
May  2 02:19:31 localhost kernel[0]: GFX0: family specific matching fails
May  2 02:19:31 localhost kernel[0]: display: family specific matching fails
May  2 02:19:31 localhost kernel[0]: AppleHDA.kext failed to load: unable to locate 'layout-id' property.
May  2 02:19:31 localhost kernel[0]: GFX0: match category IOFramebuffer exists
May  2 02:19:29 localhost memberd[59]: memberd starting up
May  2 02:19:29 localhost mDNSResponder-108 (Dec 25 2005 11: 57:53)[52]: starting
May  2 02:19:31 localhost lookupd[63]: lookupd (version 369.2) starting - Tue May  2 02:19:31 2006
May  2 02:19:32 localhost DirectoryService[68]: Launched version 2.1 (v352.1)
May  2 02:19:32 localhost configd[56]: com.apple.SystemConfiguration.DynamicPowerStep load failed
May  2 02:19:33 localhost diskarbitrationd[58]: disk0s2	hfs	  3AC88336-082D-386D-B1BA-F87E249FBFCE disk0s2				 /
May  2 02:19:34 localhost diskarbitrationd[58]: disk0s1	ntfs	 00000000-0000-0000-0000-000000000000 SQ004033P03			 /Volumes/SQ004033P03
May  2 02:19:35 localhost lookupd[83]: lookupd (version 369.2) starting - Tue May  2 02:19:35 2006
May  2 02:19:35 localhost configd[56]: WirelessAirPortDeviceNameCopy(): no AirPort driver found
May  2 02:19:37 localhost mDNSResponder: Couldn't read user-specified Computer Name; using default “Macintosh-000000000000” instead
May  2 02:19:37 localhost mDNSResponder: Couldn't read user-specified local hostname; using default “Macintosh-000000000000.local” instead

 

And finally here are my system specs:

 

Toshiba Satellite A105-S4014

Intel Core Duo 1.8

1 Gig ram

120 gig Sata HD

with the following devices as detected in "lspci":

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
07:06.0 CardBus bridge: Texas Instruments Unknown device 8039
07:06.1 FireWire (IEEE 1394): Texas Instruments Unknown device 803a
07:06.2 Mass storage controller: Texas Instruments Unknown device 803b
07:06.3 Class 0805: Texas Instruments Unknown device 803c

 

 

Any help would be greatly appreciated. I'm pretty good with linux stuff, but I haven't played with OSX at all before...

  • 1 month later...
×
×
  • Create New...