Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

How to convert from IMG to VDI to use in VirtualBox

Leer en espanol
How to convert from IMG to VDI to use in VirtualBox

Table of contents

For this we are going to use the VBoxManage command textVBoxManage convertdd ce-2017.07.20-st ===

This time we will see how to convert an IMG image into VDI format so that we can use it in VirtualBox.

For this we are going to use the VBoxManage command

text
VBoxManage convertdd ce-2017.07.20-stable.img ce-2017.07.20-stable.vdi

Captura de pantalla de 2017 11 26 16 39 06

Once converted we create a new virtual machine in VirtualBox:

Captura de pantalla de 2017 11 26 16 43 56

We assign the appropriate memory.

Captura de pantalla de 2017 11 26 16 44 05

On the disk we click Use an existing virtual hard disk file and select our .vdi file

Captura de pantalla de 2017 11 26 16 44 48

If everything worked correctly, the boot should appear.

Captura de pantalla de 2017 11 26 16 44 57

all the best

:wq!

Comments