View Single Post
 
Old 05-21-2010, 02:35 AM
flackend's Avatar
flackend flackend is offline
Cheetah
 
Join Date: Sep 2009
Location: Ohio
Posts: 4
Fixed!

fdisk manual page

Boot to OS X installation disk.
Boot to OS X installation disk.
Open Terminal.
Code:
# fdisk -e /dev/rdisk0
-e Edit MBR interactively.
rdisk0 0 is the disk number. If you only have one hard drive 0 is most likely the correct number.
Code:
# print
Prints the disk partition map.
Note the number (#) of the partition to be changed.
Code:
# setpid 1
1 The partition number.
Code:
# AF
AF The ID for HFS+.
Code:
# write
Code:
# exit
Reboot.

Dell Inspiron 1525  OS X
Mobile Intel® GM965 Express Chipset
Mobile Intel® Graphics Media Accelerator X3100
Dell Wireless 1390 WLAN MiniCard (BCM4312)
2.0GHz Core 2 Duo T7250 processor
3 GB 667 MHz DDR2 SDRAM

Last edited by flackend; 05-21-2010 at 08:01 PM.
Reply With Quote