Jump to content

hfs+partition error


anon_
 Share

16 posts in this topic

Recommended Posts

after installing, i get b0 error, so i just reinstall grub

then i boot from the mac partition, and the the hfs+ partition error

 

i tried something like this:

fdisk -e /dev/rdisk0

flag 1

update

write

quit

 

then tried (for linux):

su

fdisk /dev/hda

p (lists partitions)

t (assigns a type)

(Choose the Mac Partition)

af (changes type to af)

w (writes the changes to the disk)

 

both doesnt work

Link to comment
Share on other sites

too bad my os' are all on the same hd

 

bump

Having them on same HD is no problem.

 

Tell us what your grub entry for OS X looks like.

Are you using pc_efi?

 

Should be something like:

 

title Mac OSX Leopard

root (hd?,?) (replace with same values grub uses for Linux partition, not ones for OSX partition)

kernel /boot/boot_v8

boot

Link to comment
Share on other sites

i have the same problem when i tried the fdisk fix it came up with file or directory not found. Any ideas would be great. My specs are Asrock4coreDualvista MOBO, E6600 core2, Maxtor Diamondmax 60Gb HDD,Xpertvision8500GTSonic GFX card. Thanks in advance for the help.

Link to comment
Share on other sites

I spent an hour yesterday helping a user troubleshoot this problem. Turns out that he had a MBR disk using the GPT bootloader files. Exact same symptoms mentioned as this thread. I'm not sure exactly how Kalyway determines which bootloader to use but its either user error or a flaw in the script.

Link to comment
Share on other sites

Having them on same HD is no problem.

 

Tell us what your grub entry for OS X looks like.

Are you using pc_efi?

 

Should be something like:

 

title Mac OSX Leopard

root (hd?,?) (replace with same values grub uses for Linux partition, not ones for OSX partition)

kernel /boot/boot_v8

boot

 

not sure pc_efi, just whatever the kal dvd was

 

the grub menu is:

 

title mac osx86 leo

root (hd0,1)

makeactive

chainloader +1

 

this is what i did to boot to [ToH] installation

grub is in my ubuntu partition

Link to comment
Share on other sites

not sure pc_efi, just whatever the kal dvd was

 

the grub menu is:

 

title mac osx86 leo

root (hd0,1)

makeactive

chainloader +1

 

this is what i did to boot to [ToH] installation

grub is in my ubuntu partition

That didn't work for me, although it did with earlier versions of OS X.

 

Try this instead:

 

1) Get PC_EFI. This post among many has a link.

http://forum.insanelymac.com/index.php?s=&...st&p=499367

Easiest is to download it in Linux, as that where you are going to use it.

2) Copy boot_v8 to /boot in your Linux partition

3) Edit (as su) menu.lst in /boot/grub, changing your entry to read:

 

title Mac OSX Leopard

root (hd?,?) (replace with same values grub uses for Linux partition, not ones for OSX partition)

kernel /boot/boot_v8

boot

 

Next time you reboot, Leo will be on grub men and it will work.

Link to comment
Share on other sites

  • 1 month later...
after installing, i get b0 error, so i just reinstall grub

then i boot from the mac partition, and the the hfs+ partition error

 

i tried something like this:

fdisk -e /dev/rdisk0

flag 1

update

write

quit

 

then tried (for linux):

su

fdisk /dev/hda

p (lists partitions)

t (assigns a type)

(Choose the Mac Partition)

af (changes type to af)

w (writes the changes to the disk)

 

both doesnt work

 

try with flag2 after dvd -s boot

 

fdisk -e /dev/rdisk0

flag 2

update

write

quit

Link to comment
Share on other sites

 Share

×
×
  • Create New...