You probably forgot to set the MacOSX partition "Active"
Boot your Mac OS X install dvd
Once the installer is running, go to the Utilities menu and open Terminal
Determine which disk your MacOSX partition is on
[INDENT]
Type diskutil list
Verify which disk number holds your partition (disk0, disk1, etc.)
[/INDENT]
Start using Fdisk
[INDENT]
Assuming the MacOSX disk is the first disk ("disk0"), then
type fdisk -e /dev/rdisk0 <== use "rdisk" with your disk number here !!
Ignore the error "fdisk: could not open MBR file ..."
[/INDENT]
Determine which partition for MacOSX needs to be set "Active"
[INDENT]
Type p
Verify which partition is for MacOSX (1, 2, 3, etc.)
[/INDENT]
Set the partition "Active"
[INDENT]Assuming it is partition 1, then
type f 1 <== use your partition number here !!
[/INDENT]
Is it a B0 error? Does the system keep rebooting?
You probably forgot to set the MacOSX partition "Active"
Once the installer is running, go to the Utilities menu and open Terminal
Determine which disk your MacOSX partition is on
[INDENT]
Type diskutil list
Verify which disk number holds your partition (disk0, disk1, etc.)
[/INDENT]
[INDENT]
Assuming the MacOSX disk is the first disk ("disk0"), then
type fdisk -e /dev/rdisk0 <== use "rdisk" with your disk number here !!
Ignore the error "fdisk: could not open MBR file ..."
[/INDENT]
[INDENT]
Type p
Verify which partition is for MacOSX (1, 2, 3, etc.)
[/INDENT]
Set the partition "Active"
[INDENT]Assuming it is partition 1, then
type f 1 <== use your partition number here !!
[/INDENT]
Save and exit
[INDENT]
Type write
Type y (yes you are sure)
Type exit (to quit)
[/INDENT]