![]() |
|
#1
|
||||
|
||||
aevange, you'll need 10.5.6 seatbelt.
Sent you a PM Last edited by eMatoS; 01-10-2009 at 05:29 AM. |
#2
|
|||
|
|||
I installed the kernel and now all my ppc apps now crash before they load with "EXC_BAD_ACCESS (SIGBUS)"
![]() GA-Z68XP-UD3: Lion 10.7.3, Windows 7 Professional 64bit SP1 and FreeBSD 9-RELEASE, Core i5 2500K @ 3.3GHz, 16GB 1333 Mhz DDR3 ram(Soon), 1GB GDDR5 Nvidia Geforce GTX 560 Ti, 2X 1TB Samsung F3 SATA HDDs, 1X WDC Blue 500GB HDD; Dell Mini 10v: Obsidian Black, 2GB DDR2 533MHz Ram, 1.6GHz Intel Atom N270, 120GB HDD, 6-Cell, Mac OS X Snow Leopard 10.6.8 Build 10K549 |
#3
|
||||
|
||||
You don't by any chance have -force64 in your com.apple.boot.plist do you?
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#4
|
||||
|
||||
Quote:
And like eMatoS suggested, you'll need the 10.5.6 seatbelt... Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz) Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz ALC888 • nVidia GeForce 8600 GT 256 MB 2 x WDC WD5000AAKS 500 GB SATA HDD Last edited by pαuℓzurrr.; 01-10-2009 at 07:04 PM. |
#5
|
||||
|
||||
@pαuℓzurrr
Quote:
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#6
|
|||
|
|||
I tried Andy's installer because I had a 9.5.0 kernel and a 9.6.0 system.kext. I believe this prevented my USB key from mounting. Still have a 9.5.0 kernel and by the way, couldn't find the com.apple.boot.plist file on my machine???
Any ideas Thanks Louise I'm new to this so I'm not sure what info you need but here goes: Chameleon 1.0.11 4 GB RAM SATA 500 GB HD Used iDeneb 10.5.5 to install Upgrading the kernel with this file: http://www.feelingentity.com/2008/11...ase-candidate/ Apple software update to Leopard 10.5.6 |
#7
|
|||
|
|||
Several apps no longer work
Also noticed that after the kernel upgrading using Andy's package installer, several apps no longer work. Most notably, Microsoft Word, Excel and Powerpoint and Filemaker give me the message "The Application Microsoft Word quit unexpectedly". Trashing the prefs didn't solve the problem. My new mantra, a couple of weeks into this experience is "It's not a computer, it's a hobby"!
Louise |
#8
|
||||
|
||||
Quote:
Open Terminal and type: uname -a Reply back with what it says your kernel is. It should look something like: 9.5.0 Darwin Kernel Version 9.5.0 Voodoo; Release 1.0 :xnu-1228.7.58/BUILD/obj/RELEASE_I386 The DMG you downloaded should have a folder called "Files" in this folder you will have the 9.5.0 System.kext. We can install it manually. Open the DMG and drag system.kext to your desktop and type the following in Terminal (These commands rely on the system.kext being on your desktop: 1. Give yourself root privileges to modify files. Code:
sudo -s Code:
cd /System/Library/ Code:
rm -rf Extensions/system.kext Code:
cp -r ~/Desktop/system.kext Extensions/system.kext Code:
chmod -R 755 Extensions/ Code:
chown -R root:wheel Extensions/ Code:
touch Extensions/ Code:
rm -rf Extensions.mkext Code:
diskutil repairpermissions / You should now have matching kernel and system. There are shorter ways of doing these commands but this should give you a better understanding of the process. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#9
|
|||
|
|||
[quote=lanceomni;20877]How did you update to 10.5.6?
Open Terminal and type: uname -a Reply back with what it says your kernel is. It should look something like: 9.5.0 Darwin Kernel Version 9.5.0 Voodoo; Release 1.0 :xnu-1228.7.58/BUILD/obj/RELEASE_I386 In answer to your question, I used Apple software update to upgrade to Leopard 10.5.6 (but previously I had done the update included in Voodoo_Kernel_Release_1.0_Rev_A.dmg.) I was not able to do what you suggested because I could no longer mount disk images but I realized from your question and from reading the docs that accompanied the voodoo image above that my problem was that Apple's software update installed a new kernel called mach_kernel but that was not the kernel in the com.apple.boot.plist (yeah I found it finally...as I said, I'm new to this). I renamed mach_kernel to mach_kernel.apple (just to remember where it came from), edited the plist and now "uname -a) says 9.5.6 and this is also the version of the system.kext. Now MS Office (Word, Excel, Powerpoint) and Filemaker quit unexpectedly when I try to load them) but so far so good for everything else. Since I need these to do some "real work", I'll go and do some more reading to solve this issue quickly. If you think you can help with this, I would appreciate it. Thanks. |
#10
|
|||
|
|||
Reinstalling "Rosetta translation" didn't work
I thought my problem regarding opening word, filemaker (and several other "older" apps) was a rosetta translation problem and I reinstalled the "translate" file from a package I found here:
http://hosted.filefront.com/iSynic When this didn't work, I copied the file from my Apple MacBook Pro running Leopard 10.5.6 and this didn't work either. When trying to open these "older" apps, the console reports a "bus error". |