Importing on Windows Not Showing in Application
Posted: 14. Jan 2022, 18:18
Hi,
I am importing 3 ova files using the command line interface as I need these 3 images on over 100 computers. I made a batch file to run all 3 lines. The script works in importing and creating the vmdk in the directory I specified but when I go to launch VirtualBox, there are no images in the application. However when I run the command line manually it shows up in the application. Any ideas or if I am missing something in my command?
Command:
Thank you
I am importing 3 ova files using the command line interface as I need these 3 images on over 100 computers. I made a batch file to run all 3 lines. The script works in importing and creating the vmdk in the directory I specified but when I go to launch VirtualBox, there are no images in the application. However when I run the command line manually it shows up in the application. Any ideas or if I am missing something in my command?
Command:
Code: Select all
"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" import "C:\VM\Kali\Kali.ova" --vsys 0 --unit 13 --disk "C:\VM\Kali\Kali-disk001.vmdk"
"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" import "C:\VM\Ubuntu\Ubuntu.ova" --vsys 0 --unit 14 --disk "C:\VM\Ubuntu\Ubuntu-disk001.vmdk"
"C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" import "C:\VM\UbuntuServer\Ubuntu Server.ova" --vsys 0 --unit 14 --disk "C:\VM\UbuntuServer\Ubuntu Server-disk001.vmdk"