
02-26-2008, 02:43 AM
|
 |
|
|
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 (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.
|