#14530 closed defect (worksforme)
Not able to Install a Cent OS VM on Virtual Box(Host Mac OS X)
Reported by: | sirshakd | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.2 |
Keywords: | iso storage format | Cc: | |
Guest type: | OSX Server | Host type: | other |
Description
Failed to open the disk image file ~/Downloads/OS/CentOS-7-x86_64-DVD-1503-01.iso.
Could not get the storage format of the medium '~/Downloads/OS/CentOS-7-x86_64-DVD-1503-01.iso' (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)
Change History (4)
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 years ago
Replying to frank:
Could you provide the output of
ls -l ~/Downloads/OS/CentOS-7-x86_64-DVD-1503-01.iso
Seeing same issue as above with VirtualBox 5.0.4 on Windows 7.
Output of ls -l:
-rw-r--r-- 1 gekko Domain Users 2147486066 Sep 10 10:24 /c/Users/gekko/Downloads/CentOS-7-x86_64-DVD-1503-01.iso
comment:3 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
As I expected. The image is not supported. CD/DVD images must have a size which is dividable by 2048. I guess the image download aborted before it was complete.
Could you provide the output of
?