![]() |
|
#1
|
|||
|
|||
iatkos 5i not booting after update to 10.5.6
I think i must have misunderstood, but i read that iatkos 5i can be updated like a regular mac..so i applied the update from inside the OS, and on reboot, it hangs.
Any ways to make it work or at least rever to 10.5.5 without reinstalling from scratch? |
#2
|
|||
|
|||
My update attemp to 10.5.6 went wrong too. I could restore my system with the installation dvd using my timemachine backup. After reinstalling chameleon bootloader everything is working like before.
Good luck! |
#3
|
|||
|
|||
what if i dont have any backups on timemachine?
|
#4
|
||||
|
||||
Tell us where it hangs. If your getting a blank screen with Apple logo use -v on boot and tell us where it stops.
Place your specs in your signature will help us too. 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 |
#5
|
|||
|
|||
it hanged once after mounting the other hard disks, and once i dont remember where...
anyway meanwhile i reinstalled it and i will keep it to 10.5.5 . also i have changed my video card since i was on VESA with my GTX 280. Now im on a 7200 GS 128 RAM , im not on vesa anymore, but one of the main reasons for installing mac, LOGIC (audio application) still detectes 0 MB VRAM. i have chosen at installation the Titan drivers for nvidia and i might have chose the NVinject also (im not sure though). In System Profiler at Graphics there are 128 MB Vram, and at ROM says NVinject 0.2.1 ...maybe anyone can help me with this ? ![]() Thanks Last edited by eemerge; 01-10-2009 at 04:54 PM. |
#6
|
||||
|
||||
You don't want to select multiple graphics drivers.
Lets try this for your graphics card. 1. Go to http://nvinject.free.fr/ and download Latest_NVinject.0.2.1.zip 2. Go to the /System/Library/Extensions folder and remove existing graphic's kexts. (NVinject, NVkush, NVdarwin & Titan) You may want to back them up to a folder on your desktop or a USB thumb drive. 3. Unzip the file you downloaded and drop NVinject.kext into the /System/Library/Extensions folder. 4. Open Terminal and type the following to correct permissions to the Extensions folder. Code:
sudo chmod -R 755 /System/Library/Extensions && chown -R root:wheel /System/Library/Extensions Code:
diskutil repairpermissions / Code:
sudo rm -R /System/Library/Extensions.mkext Check to see if QE/CI is supported. 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 |