Hello All Im here again
luckily that I have an extra machine on my side sitting, previously running on Windows XP.
I guess my hands got itchy so I decided to wipeout XP and tried to install Kalyway 10.5.2.
I have read on Insanely MAC that some people has successfully installed OS X on this machine but using JAS release and Kalyway old release.
I haven't found a step by step procedures on Installing Kalyway 10.5.2
Thanks
to : Insanelymac.com for the continuing support for this project and all contributors, testers and users.
So here it goes.
:!: First of all before you wipeout your current OS running on this machine make sure to get the LAN Mac Address or you may boot using ubuntu live CD to get your Mac Address
Audio Full function out of the BOX
Video Intel 950 at 1280x1024 Resolution Out of the BOX !!!
Auto mount USB Device ( still working on this ) Found Solution See Below
LAN MAC Address is 00:00:00:00:00:00 Found Fix See Below
:!: Lets get started this you will need :
1. Make sure you have a USB DVD rom drive since GX520 come only with CD rom Drive while our Kalyway Installation is a DVD format
2. or you can install DVD Rom drive in replacement to the existing CD Rom drive
3. A DVD containing Kalyway 10.5.2 install (you can find this on the usual 'torrent sites')
4. The Kalyway 10.5.3 ComboUpdate (you can find this on the usual 'torrent sites')
5. The Official 10.5.4 DELTA update from here
6. The Official 10.5.5 update from here
Editing your BIOS on your GX520 when using External USB DVD Drive
1. When GX520 boot-up press F2You can skip this procedure if you are using internal IDE DVD Drive and you can just enable the settings back again to ON once you can successfully login to OSX
2. Goto Drives > Disable PATA-0 and PATA-1 ( off )
3. Goto Onboard Devices, goto USB Controller and Front USB Ports make sure to set it 'ON'
4. Save and Restart GX520
Step by Step installation of OSX on your GX520
1. Insert the Kalyway 10.5.2 disk into your DVD drive
2. Start your GX520
3. When prompted to hit a key to boot from CD/DVD, hit a key.... you'll see a ton of text scroll up the screen - just sit tight
4. You'll next be presented with your language select screen. I imagine you want English, so just hit enter! It'll then sit doing 'Preparing Installation' for a while.
5. When you get the 'Welcome' screen, don't hit continue straight away! Move your point to the 'Utilities' menu, and select 'Disk Utility'.
6. When the Disk Utility application has loaded, click your main drive in the left hand pane (probably the very top entry is your HDD manufacturer's name')
7. Click 'Partition' on the right hand pane.
8. Under 'Volume Scheme', click '1 partition'. ( this varies on your desire on how many partition you want )
9. Give your disk a name.If you already have a prepared partition you can Goto > Disk Utility > choose selected partition > choose erase > use MAC OS extended Journaled
10. Click 'Apply'
11. Wait for it to do it's thing, then select 'Quit Disk Utility' from the 'Disk Utility' menu.
12. You'll now be taken back to the installer welcome page. Click 'Continue'.
13. Click 'Agree' when the legalese blurb pops up.
14. Choose a destination drive - obviously the one you just partitioned! Click 'Continue'.
15. Click 'Customize'.
16. Completely uncheck 'Language Translations'.
17. Expand 'Kernels' and select ONLY 'Kernel 9.2 Sleep'
18. Expand 'Graphics_Drivers', expand 'Intel GMA' and select ONLY 'GMA950'
19. Expand 'Audio_Drivers', choose only 'AC97'
20. Expand 'Networks_Drivers'. and select ONLY 'AppleBMC5751Ethernet'.
21. Completely uncheck 'Mobo_Chipsets'.
22. Expand 'Thirds_Applications', choose 'Kext Helper b7' ( or you can choose which application you want to add, but make sure to add Kext Helper b7 you will need it on the next steps )
23. completely uncheck 'Patches'.
24. Click 'Done'
25. Click 'Install'
:!: The install will now take place, if you want to speed it up, you can 'Skip' the installation DVD check.
Updating from Kalyway 10.5.2 to 10.5.3
1. Insert the disk containing the Kalyway 10.5.3 update in a USB or CD
2. Run '1_Kalyway_UpdCombo10.5.3.pkg' this wil upgrade the system from 10.5.2 to 10.5.3 and step through the installation process. Do NOT hit restart when prompted!
3. After the above install has completed, run '2_kalyway_10.5.3_kernel.pkg' and step through the installation process.
4. Select 9.3 Modbin Kernel and click 'Continue'
34. Restart your GX520.
35. When prompted to do so, press F8 to interrupt the Darwin startup.
36. Type 'update -v' (without the quotes obviously), and press enter. Your GX520 may reboot a couple of times during this update process. Don't panic!
Restoring Intel 950 Video Card to 1280 x 1024 back
1. Download the Intel GMA950 Kext from here
2. Unzip the file
3. Open Applications > Koolsoft > Kext Helper b7
4. Select all kext file inside the Intel950kext Folder and drag it to Kext Helper b7
5. type in your password and click 'Easy Install'
6. Open Terminal at Applications > Utilities > terminal
7. type 'sudo DiskUtil repairpermissions /' without the '' and press enter ( let it finish )
8. restart your GX520
You can check the Version details by clicking on the Apple logo on the upper left hand corner> choose about this Mac.
Im sorry to inform that we cannot use Apple Vanilla Kernel for this system since its incompatible, system will reboot itself, Im still looking for solution out there maybe other users, testers can give light on this.
On the next procedures I will remind you that there are some issue's you will encounter when updating from Kalyway 10.5.3 to Apple Update 10.5.4 and 10.5.5
You will have a problem with auto mounting the USB devices. You can read some insights discussions on the following link below :
http://forum.insanel...showtopic=85241
http://forum.insanel...showtopic=95789 >> Thanks to LioNEXT on the Solution to this problem.
Anyways I didn't use LioNEXT Solution to the problem but he gave me an insight on how i can find workaround using my own kext as per alternative solution you can also use his FIX, you can download the fix by reading the forum.
The LAN card doesn't work for now since you MAC address would be 00:00:00:00:00:00
Video Card will on be 1024x768 but you dont need to worry all of this will be fixed later on this tutorial.
Upgrading from Kalyway 10.5.3 to Apple upgrade 10.5.4 and 10.5.5
1. Back-up current 9.3.0 Kernel File and System.kext file by going to Application > Utilities > Terminal
2. On Terminal type
cd / ( enter )
sudo mkdir backup ( enter )
sudo cp -Rp mach_kernel /backup ( enter )
cd / ( enter )
cd /System/Library/Extensions ( enter )
sudo cp -Rp System.kext /backup ( enter )
3. Double check the backup kernel file by typing on the same terminal
cd / ( enter )
cd /backup ( enter )
ls -la ( enter ) There will be 2 files found on that folder mach_kernel and System.kext
4. Insert the disk containing the 10.5.4 update.
5. Double click the 'MacOSXUpd10.5.4.dmg' to mount the image.Before you run the downloaded file, open up Terminal and type “sudo su -” without the quotes. Enter your user password and then type “while sleep 1 ; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext ; done” without the quotes.
Keep this window open while you run the downloaded update and install it
6. After the image has mounted, run 'MacOSXUpd10.5.4.pkg' and step through the installation process.
7. When prompted press F8 and use "update -v" to boot without quotes ( a lot of text msg comming out dont worry system will boot it self soon, the system may reboot another time):!: Before you reboot, exit the Terminal script by holding down Ctrl and pressing C (Ctrl + C) and Copy back your Original Kernel and Kext File on the same Terminal window do :
cd / (enter)
cd /backup (enter)
sudo cp -Rp mach_kernel / (enter)
Close Terminal and hit the button on the Update to reboot your computer.
Upgrading from Apple upgrade 10.5.4 to 10.5.5
8. When you have booted back into OSX, insert the disk containing the 10.5.5 update.
9. Double click the 'MacOSXUpd10.5.5.dmg' to mount the image.Before you run the downloaded file, open up Terminal and type “sudo su -” without the quotes. Enter your user password and then type “while sleep 1 ; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext ; done” without the quotes.
Keep this window open while you run the downloaded update and install it
10. After the image has mounted, run 'MacOSXUpd10.5.5.pkg' and step through the installation process.
:!: Before you reboot, exit the Terminal script by holding down Ctrl and pressing C (Ctrl + C) and Copy back your Original Kernel File on the same Terminal window do :
cd / (enter)
cd /backup (enter)
sudo cp -Rp mach_kernel / (enter)
Close Terminal and hit the button on the Update to reboot your computer.
System will take a long time to reboot let the system be until it will restart. If in case you run out of patience it will not reboot you have to do hard reboot on the system and use "update –v" - Your GX520 will restart after the update -v process
Quick Fix on Intel GMA 950 Video Card
1. Open Applications > Koolsoft > Kext Helper b7
2. Select only AppleIntelIntegratedFramebuffer.kext file inside the Intel950kext Folder and drag it to Kext Helper b7
3. type in your password and click 'Easy Install'
4. Open Terminal at Applications > Utilities > terminal
5. type 'sudo DiskUtil repairpermissions /' without the '' and press enter ( let it finish )
6. restart your GX520 ( this will fix back the Video Display since updating to 10.5.5 will replace the Framebuffer )
Fixing About this MAC :
1. Download this File from this link
2. Follow the Installation Procedures
3. You can check the correct Processor Specs on About this MAC by clicking on the Apple Icon on the Upper left hand corner
4. Choose About this MAC, it should now say Version 10.5.5 and Processor will display the current Processor type and speed.
Fixing USB auto mount
1. Goto Terminal
2. type 'cd /' (enter)
3. type 'cd /backup' (enter)
4. type 'sudo cp -Rp System.kext /System/Library/Extensions/' (enter)
5. type 'sudo DiskUtil repairpermissions /' without the '' and press enter ( let it finish )
6. restart your GX520 ( this will fix USB Auto mount issue )
Fixing Broadcom Ethernet
1. you can test to manually add your Lan Card Mac address by opening TerminalIf you go to Terminal and type 'ifconfig' you may notice that the en0 has no mac address it states 00:00:00:00:00:00, your LAN card has been detected by OS X but not functional due to this issue.
2. type 'ifconfig en0 ether xx:xx:xx:xx:xx:xx' ( xx - stands for your own mac address ) without ''
3. at Terminal type ifconfig, you should be able to see your mac address now, you can test by opening Safari and browse for any website.
4. Download this script file I have created here Thanks to http://www.gizmolabs.../Main/OSXSetMacOnce tested that putting the mac address has resolved the LAN issue, you may need to create a script so that you dont need to manually type in the step 2 command.
5. Extract the file and copy whats inside to /Library/LaunchDaemons
Editing SetMac.sh
1. Open Terminal
type 'cd /' (enter) without ''
type 'cd /Library/LaunchDaemons/riots.darkbb.com/' (enter) without ''
type 'sudo vi setmac.sh' (enter) without ''
type 'i' for insert
2. modify the mac address after the word ether xx:xx:xx:xx:xx:xx
3. type in your own mac address
4. press 'esc' then type ':wq' without '' this will Write to file and Quit
5. on Terminal type 'cd /''
6. on Terminal type 'cd /Library/LaunchDaemons/'
7. on Terminal type 'sudo chown -R root:wheel SetMACAdd.plist'
8. on Terminal type 'sudo chown -R root:wheel riots.darkbb.com'
9. on Terminal type 'sudo DiskUtil repairpermissions /' without the '' and press enter ( let it finish )
10. Restart your GX520, to test if the changes has been successful you can goto Terminal after system reboot and type 'ifconfig' to see if the mac address has been automatically added.
Enjoy your OS X GX520 :lol!:



Sign In
Create Account








