Jump to content
25 posts in this topic

Recommended Posts

Ciao ragazzi ho appena finito di installare iAtkos ML sul mio notebook (installazione pulita), dopo il riavvio come al solito incorro nell'errore "boot0 error" bensi io abbia spuntato l'opzione bootloader nell'installazione...

Ho provato inizialmente a utilizzare altri bootloader installati su usb/dvd ma avviando Mountain Lion mi appare sempre "USB SMC IDENTIFIER NON UNIQUE" che non so come risolvere; poi ho anche provato tramite l'installazione a copiare il file boot1h nella Partizione con Mountain Lion ma niente da fare :(

Mi aiutate voi??

Link to comment
https://www.insanelymac.com/forum/topic/286618-boot0-error/
Share on other sites

ok, this is the second option for install it, download binarios chameleon folder i386

1. open the folder i386 and copy boot1h for your USBInstaller.

2. boot from USBinstaller and go for utilities and open app Terminal

3. type diskutil list for identified your disk and partition were you installed of system ML = "(i.e: disk0s2)"

4. type diskutil unmount disk0s2

5. type cd /

6. type dd if=boot1h of=/dev/disk0s2 bs=4096

7. reboot

in steep 6 put your disk and partition "(i.e disk0s2 "), see your

  • Like 1
Link to comment
https://www.insanelymac.com/forum/topic/286618-boot0-error/#findComment-1891689
Share on other sites

reinstall the last chameleon for your disk, and try again, if this not work can be what your partition is not active, for this you can try this from app Terminal

 

 

fdisk -e /dev/rdisk0 <-----> (edit disk0) see your disk

p <-----> (print a list on screen)

f 2 <-----> (makes partition 2 active) see your partition

w <-----> (write to disk)

y <-----> (yes)

reboot

 

or this, is the same

 

http://www.macbreaker.com/2012/02/hackintosh-boot0-error.html

Download Binaries chameleon folder i386 and put in your Desktop

open Terminal app

Look for your boot partition's identifier (diskXsY):

IE: disk0s2

diskutil list : IE: disk0s2

Get root access:

sudo su

cd /Users/your user/Desktop/i386

Install boot0 to the MBR:

./fdisk440 -f boot0 -u -y /dev/rdisk0

Install boot1h to the bootsector of the boot partition:

dd if=boot1h of=/dev/rdisk0s2

Copy the file "boot" to the partition:

cp boot /

Set the partition active:

./fdisk440 -e /dev/rdisk0

p <-----> (print a list on screen)

f 2 <-----> (makes partition 2 active) see your Partition

w <-----> (write to disk)

y <-----> (yes)

reboot

Link to comment
https://www.insanelymac.com/forum/topic/286618-boot0-error/#findComment-1891770
Share on other sites

Collega la penna USB, vai nel BIOS e selezioni come opzione di boot la penna, dopodiché avvii mac usando il bootloader della penna.

 

Se nella penna non ce il bootloader installarlo attraverso il tuo macbook...ovviamente mettendo come destinazione la penna XD

 

Poi una volta avviato mac da penna, installi chameleon (meglio ancora enoch bootloader) e hai finito.

Link to comment
https://www.insanelymac.com/forum/topic/286618-boot0-error/#findComment-1891850
Share on other sites

1-Installi il sistema da usb;

2-riavvi e selezioni la usb MA da li fai partire l'hardDisc dove hai appena installato il sistema, magari prova con -x -f -v ...

3- se dovessi arrivare al sistema dell'hardDisc poi installi enoch bootloader ..... e dovrebbe risolvere il problema ......

Link to comment
https://www.insanelymac.com/forum/topic/286618-boot0-error/#findComment-1891914
Share on other sites

×
×
  • Create New...