macintosh

You are currently browsing the archive for the macintosh category.

If you have an old G4 sitting around that’s at the 800mhz mark, you probably should try installing Leopard, because most people agree it actually runs FASTER than Mac OS X 10.4 Tiger. Weird, huh? I guess they’ve optimized the code pretty well.
However, when you try to install the operating system, you are warned that Leopard cannot be installed on your G4. There are a few reasons for this:
1) Leopard requires 512MB of RAM – you have RAM, right?
2) Leopard requires over 867mhz processor

We can fix number 1 by simply getting more RAM. I find Craigslist to be of great use here. Number two is a bit more difficult as G4 processor upgrades are ridiculously expensive once you consider the cost of a Mac Mini, and also requires a bit of tech savvy under the hood as you’d be swapping CPUs.
Not to worry, though. Here’s a way to convince OpenFirmware that your CPU is 867mhz, and allow the installer to boot, install, and get you off and running:
Boot into Open Firmware, I have covered this extensively here:
Once in OpenFirmware, issue the following commands (for single CPU):
dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
boot cd:,\\:tbxi

For dual CPU:
dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
dev /cpus/PowerPC,G4@1
d# 867000000 encode-int " clock-frequency" property
boot cd:,\\:tbxi

Note that all we are doing is over-writing the CPU clock-frequency (speed) property for each CPU installed, at boot time.
Also, if you need to boot another device, try:
printenv boot-device
This will return a list of boot devices to use when booting the installer. I used this in order to boot a Firewire device that had had a disc image (DMG) restored to it, making things a bit easy and faster.

Good luck!

I hear this a lot, and I myself have also gone looking for it…

So without  further ado, here is the script that will install kext files for you – be warned – you’ll need to know how to get the kext file in the first place, as well as the filename.

Easy right?

Let’s get started.

Open the Terminal application by going to Applications / Utilities / Terminal.app – you will see it in the Utilities folder – it looks like a command prompt.

Once terminal has launched, type in the following command:

sudo -s

Enter the root or first user password that you inputted during the setup process.

This tells it to run any other commands after this one as the root or superuser account, allowing you to edit files you normally would not have permission to edit.

Here’s an example using IOATAFamily.kext, a popular ATA driver. You’ll want to replace this by your own driver name. Also, you’ll want to make sure the file is unzipped, and sitting on your desktop. Oh one more thing, you’ll want to edit YOURUSERNAME with… your username :)

mv /Users/(YOUR USERNAME)/Desktop/IOATAFamily.kext /System/Library/Extensions
chmod -R 755 /System/Library/Extensions/IOATAFamily.kext
sudo chown -R root:wheel /System/Library/Extensions/IOATAFamily.kext
cd /System/Library/Extensions
rm -rf Extensions.mkext
rm -rf Extensions.kextcache

Hope that helps!

VMware has just announced support for their 61st OS supported by Fusion 2.0 – Mac OS X Server 10.5 (Leopard). This is great news for those looking to test things like the new Active Directory wizards, calendar server and enterprise blogging that come with the new version of the server. Not to mention that because it’s supported by Fusion 2.0, you can do it on your laptop.

Check out the full blog post on Fusion 2.0 Leopard Server support at the VMware VMTN blog site here.

Backlit 13.3″ widescreen display

Instant-on

1.8″ hard drive – 80GB

Option for 64GB solid state drive

Full size keyboard – backlit

Weight – 3.0lbs

Thickness – 0.16″

1.8Ghz Core 2 Duo

Optional 99$ optical drive

2GB RAM

802.11n Wifi

5 hour battery life

The VMware Fusion team recently announced that the new beta version of VMware Converter (beta 2) will allow importing of Virtual PC 2007 based virtual machines, as well as Parallels Desktop 2.5 and Parallels 3.0 based virtual machines.

This means that you can now easily convert old virtual machines that you might have running on G3/G4/G5 PowerPC Macs, as well as convert newer virtual machines on Intel Macs running Parallels to VMware Fusion – the better product in my honest opinion.

The operating systems supported are Windows XP Home and Pro, Windows Sever 2003, Windows 2000 and you also get the added bonus of being able to import Microsoft Windows Vista virtual machines from Parallels.

Take that with a grain of salt though… I do currently work for a VMware partner :) On the other hand, VMware Fusion did just receive the annual MacWorld Editors’ Choice Award – you be the judge.
Here are the release notes from the VMware blog:

“The VMware Fusion team is proud to announce the release of VMware Importer Beta 2, for the importation of third-party Mac-based virtual machines to run using VMware Fusion.We’re especially excited about this release, as users can now import virtual machines created with Virtual PC 7.0 for Mac! Even though we live and breath Intel-based Macs here on Team Fusion, it’s important to remember that Intel-Macs have only been around for a little under two years now.That means there’s a lot of Mac users out there using Virtual PC 7.0 on their trusty PowerBook, iBooks, G4 and G5 Towers, and more. When it comes time to upgrade to a shiny new Intel-Mac, well, we on Team Fusion want those users to have a smooth upgrade process to the most seamless way to run Windows on a Mac.

VMware Importer Beta 2 allows for the importation of Virtual PC 7.0-based virtual machines with the following operating systems:

  • Windows 2000 Service Pack 4
  • Windows XP Service Pack 2
  • Windows Server 2003

VMware Importer Beta 2 also lets users import virtual machines created using Parallels Desktop for Mac 2.5 and 3.0, including:

  • Windows 2000 Service Pack 4
  • Windows XP Service Pack 2
  • Windows Server 2003
  • Windows Vista

Check out the VMware Importer Beta 2 landing page here, and give it a whirl!

And, as always, users looking to convert a physical PC to run as a virtual machine under VMware Fusion can use VMware Converter Starter Edition to do just that in a snap.

Questions and comments are always welcome at the VMware Fusion community forums, where Fusion users come to talk Mac virtualization.”

« Older entries