View Single Post
 
Old 01-21-2008, 02:04 AM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
Boot over install DVD, plug your pendrive and open a terminal and try this

diskutil list (take note of your device)

cd /volumes/efi/pc_efi_v80

diskutil unmount /dev/diskX (X=device)

umount -f /dev/rdiskXsY (X=device Y=leo partition)

dd if=./guid/boot0 of=/dev/disk0 bs=400 count=1

reboot
Reply With Quote