How to convert an ISO file to VDI for VirtualBox on Windows 10

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

c:\Program Files\Oracle\VirtualBox

VBoxManage convertfromraw --format VDI "Complete-path-to-ISO-file" "Complete-path-to-VDI-file"

In the path make sure there are 2 dashes before format and that the paths both include the ISO & VDI file names. Thank me later.

DerickMasai
Автор

You are awesome! Thanks for this. It opens up a lot of possibilities.

ruckboger
Автор

conversion done but the result disk wouldn't boot !!

samy
Автор

I'm trying to grab an old laptop hard drive (and, if that's successful, the hard drive out of an old PC I've got stashed away) and make it into virtual machine. Do I need to make and image file, then a bootable ISO, then convert it to a VDF?

ImgBurn has the option of creating an ISO out of a group of files (like a HDD) but it needs an ISO file (or something) to reference when doing so?

petermiddo
Автор

copy below script to "converter.bat" file and run with administror permission.

@echo off
setlocal enableDelayedExpansion
echo
echo.
cd C:\Program Files\Oracle\VirtualBox
VBoxManage.exe convertfromraw --format VDI "file.iso" "file.vdi"
pause

satheeshbabu
Автор

Hey buddy add thumbnail to get views on your video

divitvaghani