Aggiornamento a Yosemite non riuscito - MBR e GPT non corrispondono?

1

Aggiornamento a Yosemite in modo da poter installare la versione più recente di xCode.
Poco dopo aver iniziato ho ricevuto questo errore:

HoprovatoadaccedereaUtilityDiscoeariparareipermessi,maanchesedicechestariparandoqualcosa,quandoloeseguodinuovovengonovisualizzatiglistessierrori.

Nonsaicosafarequi.

Modifica:Gestionedisco

Modifica2:GPTeFDisk:

Modifica 3: in risposta a n1000

Command (? for help): v

Warning! Mismatched GPT and MBR partition! MBR partition 4, of type 0x07,
has no corresponding GPT partition! You may continue, but this condition
might cause data loss in the future!

Identified 1 problems!

Command (? for help): ?
b   back up GPT data to a file
c   change a partition's name
d   delete a partition
i   show detailed information on a partition
l   list known partition types
n   add a new partition
o   create a new empty GUID partition table (GPT)
p   print the partition table
q   quit without saving changes
r   recovery and transformation options (experts only)
s   sort partitions
t   change a partition's type code
v   verify disk
w   write table to disk and exit
x   extra functionality (experts only)
?   print this menu

Command (? for help): r

Recovery/transformation command (? for help): ?
b   use backup GPT header (rebuilding main)
c   load backup partition table from disk (rebuilding main)
d   use main GPT header (rebuilding backup)
e   load main partition table from disk (rebuilding backup)
f   load MBR and build fresh GPT from it
g   convert GPT into MBR and exit
h   make hybrid MBR
i   show detailed information on a partition
l   load partition data from a backup file
m   return to main menu
o   print protective MBR data
p   print the partition table
q   quit without saving changes
t   transform BSD disklabel partition
v   verify disk
w   write table to disk and exit
x   extra functionality (experts only)
?   print this menu
    
posta AndyD273 04.08.2015 - 21:17
fonte

1 risposta

1

Questo post spiega la procedura. Ora è probabilmente un buon momento per fare un backup. Quindi procedi a tuo rischio ...

  1. Scarica gdisk
  2. Nel terminale: sudo gdisk /dev/disk0
  3. Premi v per verificare il tuo MBR
  4. Premi r e poi o per elencare la tabella delle partizioni MBR
  5. Premi m e poi p per visualizzare le informazioni della tabella delle partizioni GPT
  6. Confronta i numeri per la partizione 4 dalle tabelle MBR e GPT. I numeri di partenza dovrebbero corrispondere, ma i numeri finali probabilmente saranno spenti.
  7. Premi d per eliminare la partizione GPT 4 (Bootcamp). " Nota: questo non elimina la partizione effettiva dal disco, ma elimina solo la rappresentazione in-memory di gdisk del GPT. "
  8. Premi n per creare una nuova partizione 4 (Bootcamp) utilizzando i valori del settore iniziale e finale dalla partizione MBR 4
  9. Cambia il nome della nuova partizione 4 in BOOTCAMP
  10. Premi v per verificare
  11. Se non si sono verificati errori : premi w per scrivere la nuova tabella delle partizioni
  12. Se si sono verificati errori : premi q e riprova
  13. Reboot

La parte importante è il passaggio 7 in cui sincronizzi GPT e MBR. Nota che alcuni dei comandi (ad esempio disk0, partition 4) potrebbero essere diversi nel tuo caso. Si prega di adattarli di conseguenza.

    
risposta data 04.08.2015 - 22:00
fonte

Leggi altre domande sui tag