Problema dopo aver clonato un Mac con dual boot

1

Ho acquistato un SSD per aggiornare il mio MacBookPro (fine 2011) e ho clonato l'HDD con CloneZilla. Ho un doppio avvio con OS X Yosemite e Windows 7 Pro.

Tuttavia, ora sull'SSD, non riesco ad avviare la partizione Windows. Non viene visualizzato quando tengo premuto il tasto opzione e se provo a riavviarlo con la partizione Windows come disco di destinazione, non viene caricato nulla.

Ho creato un disco di ripristino di avvio di Windows utilizzando la partizione HDD di Windows, ma dice che la versione non è compatibile.

Ecco gli output di alcuni comandi che possono essere utili:

$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE   IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            400.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:       Microsoft Basic Data Windows HD              99.2 GB    disk0s4

anche

sudo fdisk /dev/disk0
Disk: /dev/disk0    geometry: 60801/255/63 [976773168 sectors]
Signature: 0xAA55
     Starting       Ending
 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
------------------------------------------------------------------------
 1: EE    0   0   1 - 1023 254  63 [         1 -  976773167] <Unknown ID>
 2: 00    0   0   0 -    0   0   0 [         0 -          0] unused      
 3: 00    0   0   0 -    0   0   0 [         0 -          0] unused      
*4: 07    0   0   0 -    0   0   0 [         0 -          0] HPFS/QNX/AUX

e

sudo gpt -r -vv show disk0
gpt show: disk0: mediasize=500107862016; sectorsize=512; blocks=976773168
gpt show: disk0: Suspicious MBR at sector 0
gpt show: disk0: Malformed MBR at sector 0
gpt show: disk0: Pri GPT at sector 1
gpt show: disk0: Sec GPT at sector 976773167
      start       size  index  contents
          0          1         MBR
          1          1         Pri GPT header
          2         32         Pri GPT table
         34          6         
         40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
     409640  781249984      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
  781659624    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  782929160        760         
  782929920  193843200      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
  976773120         15         
  976773135         32         Sec GPT table
  976773167          1         Sec GPT header

Può essere risolto in modo da poter avviare la partizione di Windows?

    
posta Joseph 31.08.2015 - 14:59
fonte

1 risposta

1

La tua tabella MBR è incasinata. Un modo per risolvere questo problema è scaricare e utilizzare il comando gdisk .

In una finestra dell'applicazione Terminale, inserisci il comando sudo gdisk /dev/disk0 . Se richiesto, inserire la password di accesso. Quindi, immettere i seguenti comandi. (Se la linea è vuota, premi il tasto Invio per utilizzare l'impostazione predefinita.)

r
h
2 3 4
y

n

n

y
o
w
y

Un esempio di cosa aspettarsi è mostrato sotto. Alcuni valori, che potrebbero essere diversi da quelli che vedrai, sono stati sostituiti con quelli di X.

GPT fdisk (gdisk) version 1.0.0

Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
  MBR: hybrid
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with hybrid MBR; using GPT.

Command (? for help): r

Recovery/transformation command (? for help): h

WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
just hit the Enter key at the below prompt and your MBR partition table will
be untouched.

Type from one to three GPT partition numbers, separated by spaces, to be
added to the hybrid MBR, in sequence: 2 3 4
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y

Creating entry for GPT partition #2 (MBR partition #2)
Enter an MBR hex code (default AF): 
Set the bootable flag? (Y/N): n

Creating entry for GPT partition #3 (MBR partition #3)
Enter an MBR hex code (default AB): 
Set the bootable flag? (Y/N): n

Creating entry for GPT partition #4 (MBR partition #4)
Enter an MBR hex code (default 07): 
Set the bootable flag? (Y/N): y

Recovery/transformation command (? for help): o

Disk size is 976773168 sectors (XXX.X GiB)
MBR disk identifier: 0xXXXXXXXX
MBR partitions:

Number  Boot  Start Sector   End Sector   Status      Code
   1                     1       409639   primary     0xEE
   2                409640    781659623   primary     0xAF
   3             781659624    782929159   primary     0xAB
   4      *      782929920    976773119   primary     0x07

Recovery/transformation command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/disk0.
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Warning: The kernel may continue to use old or deleted partitions.
You should reboot or remove the drive.
The operation has completed successfully.

Se dopo aver inserito il comando o , i valori visualizzati non corrispondono a quanto mostrato sopra, quindi è stato commesso un errore. In questo caso, inserisci un q anziché w per uscire senza apportare modifiche.

Se l'operazione è andata a buon fine, l'output di sudo fdisk /dev/disk0 dovrebbe essere simile a quanto mostrato di seguito.

Disk: /dev/disk0    geometry: 60801/255/63 [976773168 sectors]
Signature: 0xAA55
         Starting       Ending
 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
------------------------------------------------------------------------
 1: EE    0   0   2 -   25 127  14 [         1 -     409639] <Unknown ID>
 2: AF   25 127  15 - 1023 254  63 [    409640 -  781249984] HFS+        
 3: AB 1023 254  63 - 1023 254  63 [ 781659624 -    1269536] Darwin Boot 
*4: 07 1023 254  63 - 1023 254  63 [ 782929920 -  193843200] HPFS/QNX/AUX

Nota: potrebbe essere necessario riavviare il Mac dopo aver utilizzato il comando gdisk .

    
risposta data 02.09.2015 - 00:29
fonte

Leggi altre domande sui tag