Jump to content
23 posts in this topic

Recommended Posts

Hi everyone

 

i installed mac os x in my pc and restarted. but i didnt see any option for macos.

I already have a tri boot pc with ubuntu dapper, win32 and win64. I have installed

grub boot loader in the mbr. So if anyone can help me to bring the menu for macosx

in grub, that would be very helpful

 

othe details:

 

install type - sse2 (sse3 is possible)

partition - 10gb, hfs journaled case-sensitive

m/b - 915gav

processor - intel 3.0 ht

ram - 1g

media -dvd rw

hdd - sata 120gb

mouse - ps2

k/b - ps2 windows kb

monitor - samsung 17"

 

Thanks in Advance

 

werty37

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/
Share on other sites

Hi everyone

 

i installed mac os x in my pc and restarted. but i didnt see any option for macos.

I already have a tri boot pc with ubuntu dapper, win32 and win64. I have installed

grub boot loader in the mbr. So if anyone can help me to bring the menu for macosx

in grub, that would be very helpful

 

othe details:

 

install type - sse2 (sse3 is possible)

partition - 10gb, hfs journaled case-sensitive

m/b - 915gav

processor - intel 3.0 ht

ram - 1g

media -dvd rw

hdd - sata 120gb

mouse - ps2

k/b - ps2 windows kb

monitor - samsung 17"

 

Thanks in Advance

 

werty37

Do it like here:

http://forum.osx86project.org/index.php?s=...ndpost&p=106364

Your OSX86 should be a primary partition (else it don't work) and you have to change root (0,2) with your OSX86 partiton. If joe is not installed in your Ubuntu just use another editor to change the file.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107422
Share on other sites

Hi

Thanks for the reply

But you see i ve insatalled mac os x in the 7th partition.

Is there no way i can boot mac os from it.

 

sujith@SUJITH:~$ sudo fdisk -l

 

Disk /dev/sda: 120.0 GB, 120034123776 bytes

255 heads, 63 sectors/track, 14593 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot Start End Blocks Id System

/dev/sda1 * 1 1216 9767488+ 7 HPFS/NTFS

/dev/sda2 1217 14593 107450752+ 5 Extended

/dev/sda5 1217 2432 9767488+ 7 HPFS/NTFS

/dev/sda6 2433 12158 78124063+ b W95 FAT32

/dev/sda7 12159 13374 9767488+ 83 Linux

/dev/sda8 13375 14529 9277506 83 Linux

/dev/sda9 14530 14593 514048+ 82 Linux swap / Solaris

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107432
Share on other sites

Hi

Thanks for the reply

But you see i ve insatalled mac os x in the 7th partition.

Is there no way i can boot mac os from it.

 

sujith@SUJITH:~$ sudo fdisk -l

 

Disk /dev/sda: 120.0 GB, 120034123776 bytes

255 heads, 63 sectors/track, 14593 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot Start End Blocks Id System

/dev/sda1 * 1 1216 9767488+ 7 HPFS/NTFS

/dev/sda2 1217 14593 107450752+ 5 Extended

/dev/sda5 1217 2432 9767488+ 7 HPFS/NTFS

/dev/sda6 2433 12158 78124063+ b W95 FAT32

/dev/sda7 12159 13374 9767488+ 83 Linux

/dev/sda8 13375 14529 9277506 83 Linux

/dev/sda9 14530 14593 514048+ 82 Linux swap / Solaris

 

No, the OSX86 partiton should be a primary partition located BEFORE the extented with the logical drives.

The solution is to delete every logical and the extented partition, then create a primary /dev/sda2 partiton for OSX86. Once it's done you can recreate your extented with the logical drives.

BTW, where is your partition with type AF? You have only this partitions 07 (NTFS), 0b (FAT32), 83 (Linux) and 82 (Swap).

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107434
Share on other sites

Hi

fdisk is giving incorrect information.

i ll tell u the exact partition in order..

10g win32 ntfs

10g win64 ntfs

80g fat32 (approximate)//share between os es

10g hfs journaled case-sensitive

10g ext3 linux

500mb linux swap

 

This is the error i get when i try to boot macos form grub menu:

______________________________________________________________

root(hd0,6)

Filesystem type unknown, partition typr 0x83

makeactive

 

error 12: Invalid device requested

_______________________________________________________________

 

thanks in advance

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107440
Share on other sites

Hi

fdisk is giving incorrect information.

i ll tell u the exact partition in order..

10g win32 ntfs

10g win64 ntfs

80g fat32 (approximate)//share between os es

10g hfs journaled case-sensitive

10g ext3 linux

500mb linux swap

 

This is the error i get when i try to boot macos form grub menu:

______________________________________________________________

root(hd0,6)

Filesystem type unknown, partition typr 0x83

makeactive

 

error 12: Invalid device requested

_______________________________________________________________

 

thanks in advance

 

root (hd0,6) is the 3rd logical drive in your extented partition (/dev/sda7) with type 83 (Linux). That can not work for OSX86 because the partition is type 83 AND a logical

If fdisk gives you incorrect infos, try sudo cfdisk /dev/sda . If it also shows 83 for /dev/sda7, you can change the type in AF and make it bootable. But you will probably still have the problem that your partition is not a primary.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107445
Share on other sites

This is what cfdisk shows

 

sda1 primary ntfs (boot flag on)

sda5 logical ntfs

sda6 logical w95 fat32

sda7 linux

sda8 linux ext3

sda9 linux swap / solaris

 

i dunno why sda7 shows linux. but i installed macos in

the 7th partiton.

Anyway all i have do is to make the 7th partiton primary

is tht it.

Can i do it with the ubuntu installer disk. But i ll have to

reinstall macos then.

 

Thanks

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107451
Share on other sites

This is what cfdisk shows

 

sda1 primary ntfs

sda5 logical ntfs

sda6 logical w95 fat32

sda7 linux

sda8 linux ext3

sda9 linux swap / solaris

 

i dunno why sda7 shows linux. but i installed macos in

the 7th partiton.

Anyway all i have do is to make the 7th partiton primary

is tht it.

Can i do it with the ubuntu installer disk. But i ll have to

reinstall macos then.

 

Thanks

Do tried you to change change the type (83->AF) and make it bootable with cfdisk?

But I think the best is to reinstall OSX86 in a primary partition located before the extented that it works. You can't change /dev/sda7 in a primary, a primary is from /dev/sda1 up to /dev/sda3.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107453
Share on other sites

i made the partition bootable.

But ther is no af partiton type in cfdisk

what am i suppossed to do.

There is hpfs/ntfs and darwin boot filesystems...

edit: and darwin ufs filesystem

 

edit:

i have win32 in the primary partiton. do i have to reinstall

macos over win32. i dont mind losing win32 or win64

but i cannot lose my linux partiton and the 80gb fat32 partition

 

thanks a lot

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107457
Share on other sites

i made the partition bootable.

But ther is no af partiton type in cfdisk

what am i suppossed to do.

There is hpfs/ntfs and darwin boot filesystems...

edit: and darwin ufs filesystem

thanks a lot

In cfdisk click on /dev/sda7 go to type and click enter. Now you see all supported types and just type AF. Now go to write and you have change the type.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107459
Share on other sites

There is some error.

 

-------------------------------------------------------------------------------------------------------------

More than one primary partition is marked bootable. DOS MBR cannot boot this.

Toggle bootable flag of the current partition

-------------------------------------------------------------------------------------------------------------

should i remove the boot flag off win32 partiton

 

thanks

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107461
Share on other sites

There is some error.

 

-------------------------------------------------------------------------------------------------------------

More than one primary partition is marked bootable. DOS MBR cannot boot this.

Toggle bootable flag of the current partition

-------------------------------------------------------------------------------------------------------------

should i remove the boot flag off win32 partiton

 

thanks

It's OK, that happens when more than one partition is bootable. You can leave it.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107462
Share on other sites

Thanks

The file system has changed to 0Xaf

but still the error is there

 

Invalid device requested

So you have probably to reinstall it on a primary partition:

http://forum.osx86project.org/index.php?showtopic=6462&hl=

Use cfdisk to delete the logical drives and the extented, create a /dev/sda2 with type af and recreate you logical drives after that.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107468
Share on other sites

you mean like this...

mac

win32

fat32

linux

linux swap

Yeah,

/dev/sda1 (you still have XP, you can leave it)

/dev/sda2 (OSX86)

from /dev/sda5 up to /dev/sda?? for Linux, swap, another Windows, your data and what you want.

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107472
Share on other sites

i have another doubt.

will windows install if it is not in the primary

partiton.

And please refer me to some help files for triple booting

(mac, linux, win)

 

Thank you very much

One Windows installation must also be a primary partition, the 2nd or 3rd Windows installation can be done with a logical.

Here is an exemple for a tri-boot:

http://forum.osx86project.org/index.php?s=...indpost&p=24632

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107474
Share on other sites

My cfdisk shows that there is no sda2..

it is like this

sda1, sda5, sda6, sda7, sda8, sda9

 

thanks

 

My cfdisk shows that there is no sda2..

it is like this

sda1, sda5, sda6, sda7, sda8, sda9

 

thanks

delete sda5 to sda9. you should have only sda1 left. Now create in the free space a primary partition it will be /dev/sda2

Create logical partitions ONLY when you have done all primarys. The logicals will begin then with /dev/sda5

If XP is already installed, install OSX86 as 2nd OS and Linux as 3rd (it comes with the bootloader)

Link to comment
https://www.insanelymac.com/forum/topic/16674-grubmenu/#findComment-107476
Share on other sites

×
×
  • Create New...