
4 days full of patient downloading 4.4GB Mac OS X image from my office was not too worthless. Suddenly, I got interested in Mac after seeing from a site on internet how beautiful is their Mac desktop installed in x86 Intel machine. For somehow, my curiosity was shows up on that time. After 2 tired sick days trying to install & re-install, now I feel totally satisfied having triple boot system between Windows XP, Fedora 7 & Mac OS X in my Acer laptop.
As like usual, the very first action to do before installing an OS is preparing the partition storage. For this requirement, I tried to provide 10GB of new blank partition I made successfully after
resizing partition from Linux Fedora 7. I then formatted this logical partition with FAT32 type since I don’t have any idea what the OS X will fits, either the partition tool seems not support to create the Mac journalized file system format (HFS+ or 0xaf).
Installing this such OS was very simple & quick. No frequent question window displayed like any other OS installation session & total time needed to starting installation was less than 30 minutes. After it first boot, Mac get started on it’s way replacing the grub boot menu from Fedora 7 & begun to showing it very artistic desktop. But wait… how the hell I can get switch back log on to Windows or Linux? Okay, I’ll think of it later. Now, it’s the time to taste my fresh Mac OS X sensation.

On my laptop, the display adapter was correctly installed & shows high quality WXGA 1280x800 resolution. The boot time to get the desktop was also quite fast. It was surprised me. Anyway, some hardware devices were not recognized successfully such as the web cam, MMC reader & even the sound card. It most worst than Linux, I thought. But, it’s fine for me for now.

Let’s take a look at about form you can find on left side of Finder menu bar. This Intel OS X86 required a specific processor to work. It needs at least SSE2 or SSE3 capable instruction set such as Intel Core 2 Duo.

The control panel window known as System Preferences are located on the dock. Some of tweaks can be done from here.

This is my partition table displayed from the same command as Linux has in a terminal.

Got tried OpenOffice 2.2 over Mac after
downloading 133MB from internet. It’s an alternative cheapest office productivity solution.

The Mac start menu, very unique than any other common OS.

Widget are one of my favorite desktop session. It’s fancy appearance shows with F12 keyboard shortcut.

Also had VirtualBox for Mac & tried to run a Windows XP image. Quite interested but without any network interface enabled.

One for sure, this Mac was equipped with Apache web server installation. You have to download php module & also MySQL for Mac to enabled the MAMP (Mac Apache Mysql PHP) integration.

Only Bluetooth wireless networking technology has been recognized & working fine. I have been tested it for pairing into another device such as PDA.

Enough for my short review about insides the OSX sensation. Now, the odd questions are back. How the hell I can get switch to boot Windows or Linux or Mac? Actually, my existing Mac installation was located on 3rd partition on logical partition. This situation are bad based on
osx86 online documentation. It was impossible to repair Fedora 7 boot grub menu automatically since grub doesn’t recognized the 0xaf type partition & won’t attach it normally. So, here is my first trial & error with /boot/grub/grub.conf files sampled by forum over the internet:
default=2
timeout=5
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title MacOS X (Tiger)
root (hd0,7)
chainloader –force +1
title Fedora 7
root (hd0,7)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Save the changes, re-run the below command before reboot the system:
grub-install /dev/sda
The grub boot menu was back. Select the first menu, but it won’t boot. So, I tried to change into 2nd alternative boot choice. Tried to boot with NTLDR XP boot loader. For this experience, I did exactly what others forum told me. Copying chain0 file got from Mac DVD root & adding a new line in
c:\boot.ini:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
c:\chain0=”Mac OS X”
Save the changes & restart. After it shows XP boot loader menu, Mac boot choice still won’t boot. I was so confused until these steps. It seems that they were right. The 3rd testing session was based on Linux boot loader again, but with chain0 file copied under /boot/grub folder. Make a change on grub.conf so that it pointed to chain0 file to boot:
…
title MacOS X (Tiger)
root (hd0,7)
chainloader /boot/grub/chain0
…
Still failed with error booter message displayed. Finally, based on my own trial, I then copied all the 9 files (4.34MB) from root DVD installer into /boot/grub/i386.

Make changes to grub.conf liki below:
default=2
timeout=5
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title MacOS X (Tiger)
rootnoverify (hd0,7)
chainloader /boot/grub/i386/boot0
title Fedora 7
root (hd0,7)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Save & reboot. Vice versa!... the MacOS X from grub boot menu are now work to boot the OSX with boot0 file chainloader & booting from logical partition. Any comment are open since I’m a Mac newbie.
Labels: Apple, Mac OSX86