MAC: Falha na restauração: Ocorreu um erro (32) ao copiar a imagem. (Cano quebrado)

3

Eu tenho uma imagem de disco que criei da partição Bootcamp no meu antigo mac. Eu copiei essa imagem para o meu novo mac. Eu criei uma nova partição Bootcamp no novo mac e estou tentando restaurar a imagem usando o Utilitário de Disco. Quando faço isso, isso me dá o erro acima. Não consegui encontrar nenhuma informação sobre o motivo pelo qual eu estaria recebendo esse erro. Alguém tem alguma ideia?

    
por matthew 17.11.2010 / 16:36

2 respostas

1

Entre em suas configurações de economia de energia e selecione Computer Sleep (NUNCA) e desmarque a caixa que permite que ele durma em discos rígidos. É por isso que você obtém um cano quebrado porque o CPU e o disco desligam durante a restauração quando você o deixa ocioso.

    
por 30.05.2011 / 02:06
1

Encontrei isso aqui: link Parece que pode ser o que você está experimentando.

After analyzing and trying things out, I was able to solve this. It seems that Boot Camp does not flag the partition as ACTIVE immediately after Boot Camp creates the new partition from windows.

Assuming you already have a .dmg image of your previous Windows Boot Camp partition, do the following:

  1. Use Boot Camp to allocate the new space. Don't use Disk Utility because the MBR will not be configured properly

  2. Use Disk Utility to restore your .dmg image to the new Boot Camp partition you just created. Be sure to run IMAGES --> SCAN IMAGE FOR RESTORE in Disk Utility before restoring. You may need to unmount the Boot Camp partition in Disk Utility before it begins to restore.

  3. Use fdisk in Terminal to mark the Boot Camp partition active. First, enter the fdisk MBR edit mode by running the following:

    $sudo fdisk -e /dev/disk0
    

    Ignore the error "could not open MBR file /usr/standalone/i386/boot0: No such file or directory". Then, determine which partition number to mark active by running the following (in bold):

    fdisk: 1> show
    

    Your windows partition should be #3 labeled "Win95 FAT-32". Now, mark the partition active:

    fdisk: 1> flag 3
    Partition 3 marked active.
    fdisk:*1> write
    Device could not be accessed exclusively.
    A reboot will be needed for changes to take effect. OK? [n] y
    Writing MBR at offset 0.
    fdisk: 1> exit
    

Now, reboot and hold the OPTION key and Windows should be listed as a bootable option.

    
por 14.01.2011 / 06:26

Tags