View Single Post
 
Old 01-17-2008, 10:52 PM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
What partition scheme are you using MBR or GUID?

If you want to use a guid partiton scheme , boot into install dvd and before the install open a terminal and install EFI

I suppose that you are using a pendrive to install efi

diskutil list

umount -f /dev/diskXsY

cd /volumes/"name of your pendrive"/boot_v80

./startupfiletool /dev/rdiskXsY ./boot_v8

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

dd if=./guid/boot0 of=/dev/diskX bs=400 count=1 (very important at this point unmount all partitions on your guid drive if the b0 error persist, repeat this step)
Reply With Quote