On my Ubuntu system VirtualBox 5.0 is unable to locate the virtual optical image of Kali Linux 2.0. This is the message:
Failed to open the disk image file /home/saiyad/Downloads/Kali-Linux-2.0.0-vbox-amd64.7z.
Could not get the storage format of the medium '/home/saiyad/Downloads/Kali-Linux-2.0.0-vbox-amd64.7z' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: MediumWrap
Interface: IMedium {4afe423b-43e0-e9d0-82e8-ceb307940dda}
Callee: IVirtualBox {0169423f-46b4-cde9-91af-1e9d5b6cd945}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)How can I get VirtualBox to use this image?
12 Answers
Firstly, you should extract the image file. It's still a 7z file.
7z x Kali-Linux-2.0.0-vbox-amd64.7zThen VirtualBox should recognize the extracted file (should be an ova file, based on Neil's answer).
If 7z is not installed, run sudo apt-get install p7zip-full first before running the above file.
You need to extract the compressed File.
- Right Click on
Kali-Linux-2.0.0-vbox-amd64.7z Click on extract here. "extracting can take a long time."
Open up
VirtualBoxthen press Ctrl + iclick on
to navigate to your extracted file and select it then click Open.
Click Next >
Click Import
now you are all Good to go to start Kali-Linux.