Hi, Thanks for the installation disc.
In return I'd like to contribute to this thread. I installed OSX via Ubuntu instead of Windows. Here's what I did.
First create 2 partitions with GParted (Gnome Partition Manager). One for OSX (20 GiB) and one for the DVD image. (5 GiB)
Next was following these instructions:
I found them here:
http://forums.msiwind.net/mac/installing-f...inux-t6488.html- Set ID of the partition to Darwin-Boot
sudo fdisk /dev/sda
repeat for both partitions:
options: t #PARTITIONNUMBER
Use id: AF
(Check this with option p)
- Format partitions:
sudo mkfs.hfsplus /dev/#PARTITIONNUMBER. you'll need to install the hfs packages of your distro beforehand.
- Copy ISO to DVD partition:
mount the installer iso as "installer" directory (sudo mount -t hfsplus -o loop installer.iso installer)
mount the installation partition (sudo mount -t hfsplus /dev/partition install_partition)
sudo cp -a installer/* install_partition
- Edit GRUB to boot your ISO.
add boot_v9 to your grub menu (download
http://www.mediafire.com/?rdonkiqyzlz , put in /boot, rename the file to boot_v9)
append this to /boot/grub/menu.lst:
title Mac OSX Leopard
kernel /boot/boot_v9
boot
- Reboot and press escape to enter the GRUB menu and select Mac OSX Leopard
When seeing the (2nd) timer press F8, select het ISO partition and enter at the prompt: rd=disk0s?, where ? is the number of your ISO partition.
The OSX installer shoudl now load correctly.
I hope I remembered all correctly, otherwise just ask around.
Good luck!