Transferindo o sistema operacional da VM para o sistema físico

6

Eu tenho o Ubuntu 13.04 em execução em uma VM no VirtualBox. Originalmente, eu estava apenas tentando, mas agora eu comecei a usá-lo muito, e eu tenho muitos dos meus programas e arquivos nele. É possível transferir isso para uma partição no meu disco rígido? Além disso, (isso seria muito mais preferível), é possível para mim transferi-lo para um USB inicializável?

Meu sistema: Ubuntu 13,04 64 bit em execução no VirtualBox Windows 8.1 Pro 64 Bit

    
por hkk 25.11.2013 / 04:04

1 resposta

6

A terminologia que você está procurando é freqüentemente chamada de virtual para virtual ou virtual para físico. Muitas vezes é encurtado para P2V e V2P.

Há um tutorial sobre como fazer isso no VMware e no Virtualbox no site do AskUbuntu. O Q & A é intitulado: Migrar de uma máquina virtual (VM) para um sistema físico .

Migrando um convidado do Windows

Encontrei estas instruções para migrar uma VM do Windows V2P. Eles não foram testados por mim, mas parecem plausíveis. O tutorial é intitulado: V2P virtual para físico .

This is an easy tutorial on how to take a Windows installation in Virtual Box, or any other Virtual software for that matter, and turn it into a physical machine. This has been tested on Windows XP x86 and x64 as well as Windows Vista,7 X86 and x64. This tutorial is assuming you have advanced knowledge of installing Windows/Virtual OSes/changing boot settings…etc etc OK? Now let’s get started.

Estes são os passos, literalmente.

1) First off, make sure you have the machine configured the way you want before making an image of it. This is assuming you are using it to test software or make an image for multiple computers. Install the software you want and the updates you need as well as any antivirus software. An important note when installing software: Do not install the Virtual Machine Add On’s (VirtualBox) or VMware tools (VMWare) as this is almost always likely to cause a bluescreen due to the IDE Controller driver being totally, and not even remotely the same, as a physical IDE controller.

2) Download Macrium Reflect Free Edition. (do a Google search, everyone knows how!) Then install it on your Virtual Machine. Right click on the virtual drive you installed Windows too and right click and choose "Create Image of this Disk" Some Side notes: I would recommend mapping an external drive as the place of backup for this image. Plug in a USB hard drive or map a network drive in the Virtual Machine settings. (maybe I’ll do a tutorial on this). I say an external drive because making a backup on the same drive the virtual machine is running off of could cause the time it takes to copy the backup increase drastically.

3) After the image has been successfully created, restore that image to the hard drive you will be using to install in your physically machine. To do this, right click on the image that Macrium has created and choose "Restore Partition". When you go through the steps, one of the options asks you to assign a drive letter. Click "Do Not assign a drive letter" If you Assign it anything other than C, it’ll causes issues since that’s what your virtual machine drive letter was to being with. You can’t assign it ‘C:/’ anyways because the computer you are on most like has that drive letter taken already. The other option to look out for is when it asks if you want to restore the MBR with a default one. ALWAYS choose to restore the MBR with the one from the backup.

4) After that has completed successfully, go into Windows Disk management in Windows and right click the drive you just restored the image too as "Active". This will tell the BIOS of the machine you are placing this drive in that it has a bootable partition on it. If you don’t set it to active, the BIOS will tell you that there is no boot device available.

5) Go ahead and put the hard drive in the computer you wish to boot it from. Make sure all the plugs are in the proper place and IDE is configured properly (AKA Master and Slave jumpers if on IDE)

6) Next step, before you even turn on the computer, is to pop in your windows CD. Whether is be Windows XP or Windows Vista/7. Always remember to use the right version of the architecture that corresponds to the one you used when installed in a virtual machine. I.E. if you installed Windows 7 x86 then use a Windows 7 x86 USB/DVD for the next step.

7) Boot from the proper DVD/CD and choose "Repair your Computer"and choose Command Prompt (Both Windows XP an Vista/7)

8) now type "bootrec /fixboot"

9) Restart your laptop/desktop and windows should start booting up!

    
por 25.11.2013 / 04:20