Jump to content

Triple Booting Using GRUB


DennisOS2
 Share

4 posts in this topic

Recommended Posts

Breaking into Linux (openSUSE 10.2 64bit) and MAC at the same time. I'm trying to get everything to work off the same drive. Here's the set-up:

 

XP in C:

Vista in D:

MAC in E:

OpenSUSE in a logical partition.

 

Using GRUB as the loader. Menu selections:

SUSE 10.2

MAC OSX

Windows

 

When I select Windows, it goes to the Windows loader where XP or Vista can be selected ......... both work fine. Of course, SUSE works fine. When you select MAC, nothing happens. GRUB loader statement:

 

blockoffset=1, chainloader=/dev/sda3, noverifyroot, root= (it is set to activate the MAC partition when starting MAC.)

 

ERROR Message: HFS+ Partition Error

 

Has anyone been able to boot MAC OSX using GRUB?

Link to comment
Share on other sites

Yes, its possible and many use it.

Show us your menu.lst file content (inside code tags).

EXCELLENT!! Here it is:

 

# Modified by YaST2. Last modification on Sat Mar 31 19:53:20 EDT 2007

default 0

timeout 10

gfxmenu (hd0,4)/boot/message

 

title SUSE v10.2

root (hd0,4)

kernel /boot/vmlinuz-2.6.18.8-0.1-default root=/dev/sda5 resume=/dev/sda6

initrd /boot/initrd-2.6.18.8-0.1-default

 

###Don't change this comment - YaST2 identifier: Original name: windows 1###

title Windows

rootnoverify (hd0,0)

chainloader (hd0,0)+1

 

title MAC OSx

rootnoverify (hd0,0)

chainloader (hd0,2)+1

Link to comment
Share on other sites

 Share

×
×
  • Create New...