Posts Tagged ‘upgrade’
Snow Leopard upgrade surprise
My work recently ordered our Snow Leopard DVD so we can upgrade our iMacs. I did my usual Time Machine backup and upgraded. I didn’t worry much about compatibility since my personal 13″ MBP has been running SL for a few months now and it had the same apps installed – no problems at all.
After I upgrade my work’s iMac, there were problems. I kept getting errors from my Symantec antivirus (I had to install it, work policy even though it isn’t necessary). I reinstalled it and it warned me to install Rosetta. I thought that would be the “aha” so I installed it. It looks like it fixed that problem, but now my Adobe CS3 apps crashes when I launch them. I Googled and it turns out there is an existing compatibility issue with CS3 and SL. It’s weird though since my MBP runs CS3 without a problem.
So now I got another external firewire hard drive. What I’m going to do is restore a backup that I made in Time Machine before upgrade onto an external hard drive. This way I can make sure that’s a clean copy before formatting and restoring it onto my iMac’s hard drive. This is why I love using Macs. When running into problems, I have several options to restore without losing data – as long as you back up data.
Once this is complete and I’m satisfied with the restored data, I will restore the backup onto the iMac. Then I’ll format the external drive and install a clean copy of SL and migrate my Leopard over to see if it’s SL or just my iMac configurations.
Snow Leopard UTD finally arrived
After 6 days since the release of Snow Leopard, my UTD discs finally came in the mail yesterday. I was somewhat upset during launch day when my order status said backordered. It’s puzzling that the company who made the software and distributes it, is backordered. I could’ve gone to the store and bought a full version. I heard they had a ton there.
My co-worker got his full version copy 10am that day. I couldn’t wait so I borrowed it from him after he upgraded his MBP and upgraded my MBP. So far I’ve gotten a few app crashes but it seems after the first crash, they tend to run normal again. I hear 10.6.1 is around the corner so it should fix some stuff.
Anyways, here are some pics I took.



As you can see from the 3rd pic, the UTD (Up to date) discs are upgrade only. The retail $30 ones should be full versions. Another thing I noticed is there is a Optional Install folder now on the disc. It has OS X applications such as Mail, iCal, Address Book, etc. Also has Rosetta. This is great coz in the past, if any of the apps needs to be reinstalled, you can either copy it from another working OS X and fix the permissions or reinstall OS X. Now just pop in the Snow Leopard disc and you can install it anytime.
Here’s a before and after pic of my hard drive on my Mac Mini MB138LL/A. Notice the changes to the hard drive size.

Here’s an article that explains about the capacity change – http://blogs.zdnet.com/storage/?p=589.
Updating PHP 5 with Godaddy and a Dedicated server
Jeff called me up asking for help with his dedicated server on Godaddy. He needed to update his PHP 5.1.6 to the latest stable version. His server is running Centos 5.2 (Final). He tried to call Godaddy for assistance and of course they were no help. I’m no expert myself but have played around with different systems. I found out that you can use the yum command to manage the installed packages. The problem is that the current repositories yum looks at does not contain new versions of PHP. This is why you get an error that says something like – cannot find PHP. What you need to do is add a repository that does have a newer version of PHP. We’re going to add Jason Litka‘s repository.
- Log in to the Simple Control Panel
- Log in using SSH
- Type “su – ” to log in with root privileges
- Type “nano -w /etc/yum.repos.d/utterramblings.repo”. If you’re not comfortable with nano, use whatever editor you’re more comfortable with.
- In the utterramblings.repo file type the following
[utterramblings]
name=Jason’s Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka - Save the file and close it
- Now you can use “yum update php” and it should update it to the latest that the repositories have
- Restart Apache
This tutorial is based on the one found at http://www.jasonlitka.com/yum-repository/. It took awhile for me to find the solution. I hope this helps out people who had the same problem as I did.
Upgrading my iMac MB324LL/A
My 320GB hard drive is starting to fill up on my iMac so I decided to get a 1TB hard drive. I knew opening the iMac is going to be a pain. I’ve seen videos from YouTube on how to open the previous plastic models and it looked hard. Nevertheless, I needed to upgrade my hard drive and I want someone else to do it. Besides, I wanted to know how to do it and do it myself. So the first thing I needed to do is look for videos on YouTube. I kept getting the plastic iMac model but kept searching. I found 2 pretty good videos: by lexusnut and by Zenn3k. Those were my starting point.
It took my cousin and I two hours to finally access the motherboard area. I cannot stress enough on how careful you must be. Apple has placed wires in many areas where if you lift something quickly, you may pull it out of place or unplug it – leading to damaging your device. We documented the process and uploaded it on YouTube to help others.
So now I got the new 1TB hard drive installed. How do I get my old system on the new drive? There are 2 ways to do this. The first way is to use Time Machine (if you actually did use it). You can install a fresh copy of Leopard on the new hard drive. After installation, you get an option to use a Time Machine back up to restore. I’ve tried this but since I have over 200GB of data, my iMac ends up sleeping while trying to load the data to restore.
The second option is the image the old hard drive and restore it on the new one. This option took me about a day to complete. What you will need is an external hard drive, your old hard, and the new hard drive. If you image your old drive before installing the new one, you don’t need a second external enclosure. The first thing you’ll do is to boot your computer using the Leopard DVD. Open Disc Utility on the Leopard DVD. Do not do this while booted on the hard drive. It’s possible that it will not work because the drive you are imaging is in use. The external hard drive is where you will save the image file. Once finished, restore the image onto the new hard drive. That’s pretty much a brief summary of what I did.
I did run into some errors while formatting the new hard drive. This post helped me out http://macosx.com/forums/hardware-peripherals/290989-disk-utility-problem-erasing-large-external-hard-drive.html.
The image/restore process took most of the day. It may be quicker or longer for you, depending on the size of the data. Make sure you take any necessary precautions before working on your expensive Apple hardware