View Single Post
 
Old 01-30-2008, 07:53 PM
xan xan is offline
Jaguar
 
Join Date: Jan 2008
Posts: 85
Quote:
[cite] Puttabong:[/cite]you have to boot DVD install routine to access terminal and diskutil! no -s or something like this!

This is how to fix booting for GUID + EFI! <----- not working with guid!

fdisk said that it cant finde MBR bla bla... so i decided to reinstall the whole sys with MBR! (remeber: now i'm on MBR!!!)
Quote:
mount -uw /
Quote:
diskutil list

fdisk -e /dev/rdiskX

p

f X (x = 1 ? for active?)

w

y

q
Quote:
diskutil unmount /dev/diskXsY

cd /usr/i386/standalone/ (you mean /usr/standalone/i386)

umount -f /dev/diskXsY

./startupfiletool /dev/rdiskXsY ./boot_v8 (hat to use this command from USB flash drive, have no boot_v8 in the /usr/standalone/i386/ ! )

dd if=boot1h of=/dev/rdiskXsY bs=512 count=1

diskutil unmount /dev/diskX

dd if=boot0 of=/dev/diskX bs=400 count=1
reboot
after this procedere i have a darwin loader (YES! first success)
but then i have a still waiting for rootdevice!

what do i miss? is my step by step wrong? Puttabong can u give a step by step for MBR? thnx in advance
Reply With Quote