I have my first hackintosh - a Thinkpad T60
in the forums (generic.iso), installed to an external disk and cloned it back to an internal partition.
So far, I'm quite happy with the results, with one snag: I still need the boot cd to start it.
As I'm dual booting with a Gentoo Linux, I already have GRUB 0.97 installed and would
like to use it to start the boot-132 loader.
My partition layout (all are primary):
1. 100 MB ext2 - boot
2. 1.9 GB Swap
3. 70 GB ext2 - Linux root
4. 20 GB hfs+ - Leopard
I've copied the files "boot" and "initrd.img" from the cd to my boot partition and tried the following
GRUB entry:
CODE
title=Leopard
root (hd0,0)
initrd /boot/initrd.img
kernel /boot/boot
root (hd0,0)
initrd /boot/initrd.img
kernel /boot/boot
However, when using this entry, GRUB only aborts with an error along the lines of
"Linux kernel must be loaded before initrd".
I tried to look in the forums for this problem, but the search seems broken.
Can somebody give me a hint on how to fix this?
Many thanks in advance,
Yours, Florian
