
01-31-2010, 08:13 PM
|
 |
Jaguar
|
|
Join Date: Dec 2009
Location: Bucharest,Romania,EU.
Posts: 30
|
|
 So far I tried with Grub2 and Grub-legacy(0.97) from Ubuntu to boot Mac too in all the possible and impossible ways and still nothing.Purely and simply I can't multiboot on my old system,I just can't have them all together.
It's for the first time when I give up for something.I'll try later when I'll buy a new system for me. 
Edit:Finally got it with Grub2 adding this entry in the grub.cfg file by grub custom_d40 file:
Quote:
menuentry "MacOSX". {
insmod hfsplus
set root=(hd0,8)
multiboot /boot
}
|
By this entry it starts the Mac's bootloader first,in my case chameleon2rc1 from where I can boot the Mac now.
System specs: Desktop PC,
Nvidia GeForce 210,1GB,GDDR3,PCI-E 16x gpu,
6GB Ram(4x2GB),DDR3,1333mhz,
Ubuntu 12.10 x86_64/Windows 8 Pro x64/Mountain Lion 10.8.2,
Intel Core i3 3.1Ghz, cpu,
Gigabyte H61MA-D3V motherboard.
Last edited by stanca; 02-07-2010 at 08:28 PM.
Reason: Solved
|