Jump to content

ElCapitan Clover Boot0af : error


Ludox
 Share

5 posts in this topic

Recommended Posts

Amici del forum, sto riscontrando un problema con un hdd 2,5 da 320GB.

Su questo HDD ho installato ElCapitan, quanto avvio con hdd mi da questo errore

 

Boot0af: error

 

Per avviare devo usare il boot della pendrive

 

Chiedevo cortesemente, la procedura per risolvere questo problema

 

Grazie

 

Luigi

Link to comment
Share on other sites

Amici del forum, sto riscontrando un problema con un hdd 2,5 da 320GB.

Su questo HDD ho installato ElCapitan, quanto avvio con hdd mi da questo errore

 

Boot0af: error

 

Per avviare devo usare il boot della pendrive

 

Chiedevo cortesemente, la procedura per risolvere questo problema

 

Grazie

 

Luigi

 

 

if u use usb boot for mac

 

 

newfs_msdos -v EFI -F 32 /dev/disk1s1
Link to comment
Share on other sites

fix boot boota0f: error

 

Copy boot1h from usr/standalone/i386 to usb boot

 

diskutil list

 

cd /Volumes/"Installer" (usb boot mac os x install name Installer )

 

dd if=boot1h of=/dev/diskXsY bs=4096 (diskXsY: partition Mac OS X)

Link to comment
Share on other sites

fix boot boota0f: error

 

Copy boot1h from usr/standalone/i386 to usb boot

 

diskutil list

 

cd /Volumes/"Installer" (usb boot mac os x install name Installer )

 

dd if=boot1h of=/dev/diskXsY bs=4096 (diskXsY: partition Mac OS X)

 

DON'T DO THIS, AS IT WILL BRICK YOUR MBR !!

boot1h from usr/standalone/i386

is not compatible with clover.

 

Follow this guide instead:

http://www.insanelymac.com/forum/topic/301255-how-to-fix-the-boot0af-error-using-clover/

 

 

ps

if you want a more direct and technical answer you can also:

 

download this file

extract Clover_v2.3k_r3270_Legacy.pkg using unpkg ( http://github.com/downloads/timdoug/unpkg/unpkg-4.5.zip )

search and copy boot1h2 to your usb drive

then reboot the target hackintosh booting from your usb drive (mac os installation)

then open utilities -> terminal

then -> diskutil list

then -> cd /Volumes/NAME OF YOUR USB DRIVE (to discover, just cd /Volumes/ and then ls

then -> dd if=boot1h2 of=/dev/diskXsY bs=4096 (diskXsY: partition Mac OS X, usually disk0s2 if you have only one HD and only MAC OS installed)

Edited by ludox
Grazie gnappoman ma non usare link di tonymac e contro il Regolamento grazie
Link to comment
Share on other sites

Risolto ecco come

copio boot1h dentro la pendrive di installazione

Faccio partire il boot pendrive pre-installazione

All'arrivo della schermata di installazione apro diskutil smonto hdd dove c'è OSX installato e poi esco dal diskutil

Apro il terminale

 

diskutil list

cd /Volumes/ nome della pendrive es. INSTALL

dd if=boot1h of=/dev/nome del hdd OSX esempio disk0s1 bs=4096

riavviate e il boot vi parte hdd normale

 

grazie  a tutti gli intervenuti su questo Topic

 

Luigi

Link to comment
Share on other sites

 Share

×
×
  • Create New...