InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Will this work? Adding Mac OSX to GRUB. (http://infinitemac.com/showthread.php?t=930)

WinLinMac01 04-11-2008 02:50 PM

Okay, I've decided to install Windows Vista, Mac OSX Leopard, and on top of them, Sabayon Linux with GRUB Bootloader. If GRUB fails to add Mac OSX to its boot list, can I add the following below to the grub.conf file to make Mac OSX bootable?

Below is the script-

title Mac OSX Leopard
root (hd0,1)
chainloader +1

Change root(hd0,1) with your OSX86 partition!

Please let me know. Thank you to all! I am also planning to stick with a MBR Partition Table and install Sabayon in one whole partition. I am installing these three O/S's on a single hard drive.

WinLinMac01 04-11-2008 02:51 PM

Users have also stated that the following simply works:

title Mac OSX Leopard
chainloader /etc/chain0

Is this true?

This will be my install order- Mac OSX-->Windows Vista--> Sabayon Linux--> Edit GRUB, and then all set to go.

farcaller 04-11-2008 05:52 PM

To make GRUB boot OSX do the following.

First grab pc_efi_v80 (google for it)
copy boot_v8 to something like /boot/efi
Update your GRUB with:
title MacOS X
rootnoverify(hd0,3)
makeactive
kernel (hd0,1)/efi

where (hd0,3) is your OSX partition (I hope your OSX is already MBR) and (hd0,1) is your linux /boot partition (or / if you don't have separate /boot. Fix the path too in this case).
Windows is more simple:
title Windows XP SP2
rootnoverify (hd0,0)
makeactive
chainloader +1

where (hd0,0) is your windows partition.

farcaller 04-11-2008 05:54 PM

btw, Tiger is ok with same setup as Windows

monsieur.d 04-12-2008 12:20 AM

If you install linux on a different disk, you may not need to copy the efi_v8 file to the /boot/grub.

I have a triple boot Mac OS X, Win XP, Ubuntu 8.04 and my entry for Mac OS X (with EFI/Vanilla) is

<pre>
title Mac OS X 10.5.2 Leopard
root (hd1,0)
makeactive
chainloader +1
</pre>

monsieur.d 04-12-2008 12:22 AM

By the way, this code goes into the file /boot/grub/menu.lst

WinLinMac01 04-12-2008 05:43 AM

Yep, I know that, thanks. Have you tried this on the same disk? Also, how would go about on installing Mac OSX? Should I install that before Windows Vista or afterwards?

Quote:

[cite] monsieur.d:[/cite]By the way, this code goes into the file /boot/grub/menu.lst

monsieur.d 04-12-2008 01:06 PM

I am sorry, but I donīt know how to do it with the three systems on the same disk.

Hopefully, someone who did it will help...

D.

Ianxxx 04-12-2008 01:20 PM

I'm interested in this too, I want to get windows xp and osx running on the same disk. I understand I will have to use mbr, and I don't mind using fat32 for windows. But how do I get them all installed?
I can install osx and make a fat32 partition, but then how do I get xp on to it? Will it work if I copy it from another disk using diskutil restore?

monsieur.d 04-13-2008 04:46 PM

You might want to check this website:
http://www.digitmemo.com/articles/658/howto-the-complete-mac-leopard-installation-and-windows-multi-boot-setup-guide/

D.