MAC OSX - setting a boot partition
Setting Your Partition "Active" Using Fdisk
Words in bold below are things you must type (followed by Enter).
1. Boot your Mac OS X install dvd
2. Once the installer is running, go to the Utilities menu and open Terminal
3. Determine which disk your MacOSX partition is on
8. Remove the install DVD and reboot
Words in bold below are things you must type (followed by Enter).
1. Boot your Mac OS X install dvd
2. Once the installer is running, go to the Utilities menu and open Terminal
3. Determine which disk your MacOSX partition is on
Type diskutil list4. Start using Fdisk
Verify which disk number holds your partition (disk0, disk1, etc.)
Assuming the MacOSX disk is the first disk ("disk0"), then5. Determine which partition for MacOSX needs to be set "Active"
type fdisk -e /dev/rdisk0 <== use "rdisk" with your disk number here !!
Ignore the error "fdisk: could not open MBR file ..."
6. Set the partition "Active"
Type p
Verify which partition is for MacOSX (1, 2, 3, etc.)
Assuming it is partition 1, then7. Save and exit
type f 1 <== use your partition number here !!
Type write
Type y (yes you are sure)
Type exit (to quit)
8. Remove the install DVD and reboot
Comment Form under post in blogger/blogspot