InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 04-11-2008, 02:50 PM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
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.
Reply With Quote
  #2  
Old 04-11-2008, 02:51 PM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
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.
Reply With Quote
  #3  
Old 04-11-2008, 05:52 PM
farcaller farcaller is offline
Jaguar
 
Join Date: Mar 2008
Posts: 67
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.
Reply With Quote
  #4  
Old 04-11-2008, 05:54 PM
farcaller farcaller is offline
Jaguar
 
Join Date: Mar 2008
Posts: 67
btw, Tiger is ok with same setup as Windows
Reply With Quote
  #5  
Old 04-12-2008, 12:20 AM
monsieur.d monsieur.d is offline
Jaguar
 
Join Date: Feb 2008
Location: France
Posts: 40
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>

Gigabyte P35C-DS3R
Intel Core2Duo Quad 6600 OC@3GHz
3GB RAM
nVidia 9800 GTX+ 1GB
2 x 1 TB Samsung F1 (SATA)
Reply With Quote
  #6  
Old 04-12-2008, 12:22 AM
monsieur.d monsieur.d is offline
Jaguar
 
Join Date: Feb 2008
Location: France
Posts: 40
By the way, this code goes into the file /boot/grub/menu.lst

Gigabyte P35C-DS3R
Intel Core2Duo Quad 6600 OC@3GHz
3GB RAM
nVidia 9800 GTX+ 1GB
2 x 1 TB Samsung F1 (SATA)
Reply With Quote
  #7  
Old 04-12-2008, 05:43 AM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
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
Reply With Quote
  #8  
Old 04-12-2008, 01:06 PM
monsieur.d monsieur.d is offline
Jaguar
 
Join Date: Feb 2008
Location: France
Posts: 40
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.

Gigabyte P35C-DS3R
Intel Core2Duo Quad 6600 OC@3GHz
3GB RAM
nVidia 9800 GTX+ 1GB
2 x 1 TB Samsung F1 (SATA)
Reply With Quote
  #9  
Old 04-12-2008, 01:20 PM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
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?
Reply With Quote
  #10  
Old 04-13-2008, 04:46 PM
monsieur.d monsieur.d is offline
Jaguar
 
Join Date: Feb 2008
Location: France
Posts: 40
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.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Gigabyte P35C-DS3R
Intel Core2Duo Quad 6600 OC@3GHz
3GB RAM
nVidia 9800 GTX+ 1GB
2 x 1 TB Samsung F1 (SATA)
Reply With Quote
Reply