Jump to content

OS X is not listed in GRUB


38 posts in this topic

Recommended Posts

ok, try this:

  • set your first partition (hdb1) active on the second drive (it may already be so, since I see the star* besides that partition in your list);
  • and then when you reboot, press the appropriate key to see the menu your BIOS gives to select which drive to boot first, and boot on that second drive.

If that works, then you may have to use the mapping as was done for your windows on third drive (which shouldn't really be necessary, but why not try).

If it doesn't work, well, I don't think grub is the problem.

Link to comment
Share on other sites

base on your partition table you should use

 

Title Mac OS X

root (hd0,1)

chainloader +1

 

no need for makeactive is you can see that /dev/sda2 is already active.

 

let me know if you still have problem

 

 

Here are the results of the fdisk:

 

Disk /dev/sda: 80.0 GB, 80000000000 bytes

255 heads, 63 sectors/track, 9726 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot Start End Blocks Id System

/dev/sda1 1 5 40131 de Dell Utility

/dev/sda2 * 6 9119 73208205 7 HPFS/NTFS

/dev/sda3 9120 9725 4867695 db CP/M / CTOS / ...

 

Disk /dev/sdb: 250.0 GB, 250059350016 bytes

255 heads, 63 sectors/track, 30401 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot Start End Blocks Id System

/dev/sdb1 * 1 15272 122672308+ af Unknown

/dev/sdb2 15273 29861 117186142+ 83 Linux

/dev/sdb3 29862 30401 4337550 82 Linux swap / Solaris

 

Disk /dev/sdc: 40.0 GB, 40060403712 bytes

255 heads, 63 sectors/track, 4870 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot Start End Blocks Id System

/dev/sdc1 * 1 4870 39118243+ b W95 FAT32

Link to comment
Share on other sites

his osx is on

 

dev/sdb1 * 1 15272 122672308+ af Unknown

so it's (hd1,0).

Confirmed by what he said earlier:

OS X is on my second drive, on my first partition. Linux is on my second drive on my second partition.

If the star means 'active', then indeed the makeactive line isn't necessary.

Link to comment
Share on other sites

  • 2 months later...

Hi, I have a problem that seems like really similar to this tread and I would like your help on this. I have 3 drives in my pc, one I installed osx entirely on, the other one I installed xubuntu on it entirely and the third for data (old windows ntfs partition without OS). After installing xubuntu I an not able to get back to osx.

 

I put the gparted cd in and here is the fdisk -l:

/dev/hdc1 boot -> osx

/dev/sda1 boot linux

/dev/sda2 extended

/dev/sda5 linux swap

/dev/sdb1 sfs (ntfs data)

 

I would like to know how to reconfigure grub so I can have osx in the choices at boot.

linux is actually configured as (hd0,0) in menu.lst

 

Thanks for your help.

Johnny

Link to comment
Share on other sites

So you mean there is a grub utility, a GUI? to verify the configuration?

is it in synaptic?

I could also make a fey copies like this...

title MacOSX(1)

root (hd1,0)

chainloader +1

 

title MacOSX(2)

root (hd2,0)

chainloader +1

 

title MacOSX(3)

root (hd3,0)

chainloader +1

 

Just until I find one what actually works then remove the others...

 

Thanks

Link to comment
Share on other sites

yes, trial and error should help you find the right one.

 

as for the "grub utility", well, i should have said "grub prompt" to be more exact...

when you boot with grub, from the menu there should be a way to get the grub prompt (eg pressing the 'c' key).

 

check this (old) article to get some info about what you can do with it (as it could help in the future, osx or not).

Link to comment
Share on other sites

 Share

×
×
  • Create New...