Jump to content
16 posts in this topic

Recommended Posts

I installed Mac OS X 10.4.6 JaS using Vmware whit this guide to help me http://blog.adonias.cl/leer.php?id=78&Lang=EN. No problems at the install.

 

But how do I do to boot Mac whit GRUB?

I have tried putting this into meny.lst:

title APPLE Mac OS X
root (hd0,5 and 4) #Yes I tried them both. Not at the same time.
chainloader +1
boot

 

But I just get an error that it is an unknown file system and that is not a file system.

Link to comment
https://www.insanelymac.com/forum/topic/20991-can-install-it-but-cant-run-it/
Share on other sites

This what I have done so far:

Edit meny.lst to

title APPLE Mac OS X
root (hd0,4)
chainloader +1
makeactive
boot

That gave me; "Error 12: Invalid device reguested"

 

 

I even tried to re-install mac on a primary partition but that gave me GRUB Error 15 and I even did not get to the list of installed OS. So I decided to remove Mac OSX partition using a Live CD. And now I dont have a clue wat to do :/

I culd try to convet the partition to primary with Partition Manenger but GRUB will show me error 15. Or do I have to make a clean install when the partition is primary?

If it´s not working to convert it, just delete it and create a primary one. XP is your first primary so OSX86 will probably be the 2nd primary (hd0,1). This Grub setup works for me:

title OSX86

root (hd0,1)

chainloader +1

Ok I'll try to re-install it now...

I´ve seen that your 2 Linux partitions are also primary on your system, so OSX86 will probably be the 4th (only 4 are possible without a extented) primary partition (hd0,3):

title OSX86

root (hd0,3)

chainloader +1

I have re-installed mac now but the problem are staying :/

I edit how mac will boot in GRUB http://img232.imageshack.us/my.php?image=nr11xq.png

And all I get is http://img209.imageshack.us/my.php?image=nr23jp.png

 

I have tried with:

rootnoverify (hd0,3)

chainloader +1

boot

with the same result :/

I have re-installed mac now but the problem are staying :/

I edit how mac will boot in GRUB http://img232.imageshack.us/my.php?image=nr11xq.png

And all I get is http://img209.imageshack.us/my.php?image=nr23jp.png

 

I have tried with:

rootnoverify (hd0,3)

chainloader +1

boot

with the same result :/

Strange, the error message says that your partition is type 0x83 (linux), it should be 0xAF (HFS+). Take a look with fdisk -l in your Linux on what partition you have installed OSX and if it´s really a AF.

Disk /dev/hda: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot	  Start		 End	  Blocks   Id  System
/dev/hda1   *		   1		5226	41973088+   7  HPFS/NTFS
/dev/hda2			5226		6181	 7673400   af  Unknown
/dev/hda3			6181		7291	 8913240   83  Linux
/dev/hda4			7291		7297	   52920   83  Linux

 

Hmmm... I looks like it (hd0,1) and now have it break kubuntu so I have to use my kubuntu live-cd as arrived today.

 

Back to win...

Well now I can boot up mac but noting shows up all I see is blue bakground and a mouse. Whats the problem?

Press quickly F8 and you´ll get the Darwin bootloader. Enter a ? and you´ll see all bootoptions. Try everything, if nothing works boot with -v (verbose) and take a look where it hung.

I think it´s better to open a new topic for this, it´s not a Grub issue anymore. Don´t forget to post every detail about your hardware, it might be important.

×
×
  • Create New...