View Single Post
 
Old 02-26-2008, 02:43 AM
Puttabong's Avatar
Puttabong Puttabong is offline
 
Join Date: Jan 2008
Location: South Korea
Posts: 933
If you installed with MBR and without EFI, then this is the right way:

// Hit enter after each terminal line to execute the command. //

1 -> Launch with DVD
2 -> At boot prompt, type
Code:
-s
(single user mode)

3 -> Type:
Code:
fdisk -e /dev/rdiskX
update
f 1
w (yes)
q
4 ->
Code:
cd /usr/standalone/i386

./startupfiletool -v /dev/rdisXsX ./boot
5 ->
Code:
mount -uw /
mount -t hfs /dev/diskXsX /Volumes
6 ->
Code:
bless -device /dev/diskXsX -setBoot -verbose
7 -> Reboot, hopefully without any dvd inserted.
Reply With Quote