Jump to content

Leopard GM 9a581 Patched for Intel PCs (SSE3 ONLY)


mirko.sartor
 Share

3 posts in this topic

Recommended Posts

Ciao ragazzi,

ho cercato una risposta sul forum ma a quanto pare non mi funziona la ricerca e quindi sono qui a farvi una domanda che magari è già stata fatta ed alla quale probabilmente avete già risposto.

Ho "installato" la versione in oggetto ed applicata la patch come descritto nelle istruzioni (contenute nel package).

Al boot mi da il fatidico errore "Error loading operating system".

Ho letto in giro che probabilmente è un problema derivante dal fatto che il boot loader non è stato correttamente installato nel disco di avvio ed

ho trovato alcuni comandi per copiare il "boot1h" nei primi 512 bytes del disco.

Purtroppo la stessa procedura ora richiede un'applicazione che si chiama "Clonetool" e che io non trovato nel sistema.

Cosa posso fare?

Qualcuno ha qualche soluzione?

Vi posto qui di seguito la procedura che ho raccattato in rete con evidenziato il punto dove mi sono arenato

Grazie a chi avrà la compassione di aiutarmi.

 

Mirko

 

-------------------QUESTA CHE SEGUE è LA PROCEDURA CHE HO TROVATO-------

diskutil list

## write down the volume name and disk identifier info example: (disk1s1)

 

 

## unmount the disk that needs the boot loader

## remove quotes if you do not have space

diskutil unmount "/Volumes/volume name"

 

## replace out 1s1 with your disk# and partition #

## this installs boot1h in the 1st 512 blocks

dd if=/usr/standalone/i386/boot1h of=/dev/rdisk1s1 bs=512 count=1

 

## replace out 1s1 with your disk# and partition #

## this installs the 2nd stage boot loader to the target disk

/Applications/Clonetool/sbin/startupfiletool /dev/rdisk1s1 /usr/standalone/i386/boot ----> sono bloccato qui <------

 

## bless the target device

sudo /Applications/Clonetool/sbin/bless -device /dev/disk1s1 -setBoot -verbose

 

## replace out 1s1 with your disk# and partition #

## note this entry is NOT a raw disk

## mount device

diskutil mount /dev/disk1s1

 

## remove quotes if you do not have space

## Bless the mount

sudo /Applications/Clonetool/sbin/bless -mount "/Volumes/volume name" -setBoot -verbose

 

-------------------------------------------------------------------------------------------

Link to comment
Share on other sites

 Share

×
×
  • Create New...