ola.
Yo lo hice bastante tiempo, debes arrancar desde un cd con una Linux Live,
conectar un disco USB externo y utilizar DD (te recomiendo dd3c, viene en
la backtrack si mal no recuerdo y la ventaja que tienes que te va mostrando
el progreso). Haces la imagen en tu HD externo. Con esto tienes una imagen
tipo RAW

Arrancas nuevamente tu sistema a migrar, te recomiendo que tenga virtualbox
instalado. Ahora conviertes de RAW a VDI

https://blog.sleeplessbeastie.eu/2012/04/29/virtualbox-convert-raw-image-to-vdi-and-otherwise/
(Por si no te carga la web, aqui va resumido:

VirtualBox <http://www.virtualbox.org/> command-line interface (VBoxManage)
provides an easy way to convert raw disk image to the VDI/VMDK format and
otherwise.

Let's assume that we have raw image of the *sdb* device:

$ sudo dd if=/dev/sdb of=./sdb.raw

To use it with VirtualBox we need to convert it to the VDI format:

$ VBoxManage convertdd sdb.raw sdb.vdi --format VDI
)


Ahora ya tienes tu imagen de HD convertida a VDI, ya puedes en virtualbox
crear una maquina nueva y decirle que vas a usar una unidad de disco ya
creada.

Saludos

El 17 de febrero de 2016, 15:44, Ismael L. Donis Garcia<
sli...@citricos.co.cu> escribió:

> Es posible crear una imagen del sistema y restaurarla en una maquina
> virtual con virtualbox dentro del mismo sistema?
>
> De ser posible que debo hacer?
>
> Gracias y disculpen por las preguntas talvez tan simples para ustedes.
> ========
> | ISMAEL |
> ========
>
>
>

Responder a