VirtualBox verr_not_supported

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
alexander
Posts: 20
Joined: Wed May 22, 2013 12:02 am
Location: The Netherlands

VirtualBox verr_not_supported

Post by alexander »

I went through the Barebones tutorial on the wiki and I created a os.iso file with grub-mkrescue. I then uploaded the file to my ftp server and downloaded it to the computer I run VirtualBox on. When I tried inserting the iso file into the dvd/cd drive of my virtual machine it gave the error code VERR_NOT_SUPPORTED
Full error message:
[spoiler]
Resultaat code:
VBOX_E_IPRT_ERROR (0x80BB0005)
Component:
Medium
Interface:
IMedium {53f9cc0c-e0fd-40a5-a404-a7a5272082cd}
Callee:
IVirtualBox {c28be65f-1a8f-43b4-81f1-eb60cb516e66}
[/spoiler]

I have also tried it with a .img file. But no luck.

These are my specs:
VirtualBox version 4.1.0 r73009
Selected Options for the virtual machine
Operating System: Other, Other/Unkown
RAM: 128mb
Processors: 1
VT-x/AMF-V: on
Nested Paging: on
Video Memory: 9mb
Monitors: 1
Storage Tree:
+IDE controller
|
+--TestOs.vdi(1gb)
+--Empty CD/DVD station

Network: off
Usb: off
Shared Directories: off

Does anybody have any ideas.
The OS I developed in was running inside the same virtualbox instance just a different virtual machine it runs Debian.
jnc100
Member
Member
Posts: 775
Joined: Mon Apr 09, 2007 12:10 pm
Location: London, UK
Contact:

Re: VirtualBox verr_not_supported

Post by jnc100 »

Its often an issue with a corrupted iso image (not a multiple of sector size etc). Anything else it at least tries to run and then comes up with an unbootable disk error from the bios. Did you upload and download from your ftp server in binary rather than text mode?

Regards,
John.
User avatar
alexander
Posts: 20
Joined: Wed May 22, 2013 12:02 am
Location: The Netherlands

Re: VirtualBox verr_not_supported

Post by alexander »

My ftp client can switch between the modes but doesn't show me in which it is currently. I'll try it with it switched.
User avatar
alexander
Posts: 20
Joined: Wed May 22, 2013 12:02 am
Location: The Netherlands

Re: VirtualBox verr_not_supported

Post by alexander »

Nope doesn't work. I made sure to both upload and download in binary mode. No such luck D:
User avatar
alexander
Posts: 20
Joined: Wed May 22, 2013 12:02 am
Location: The Netherlands

Re: VirtualBox verr_not_supported

Post by alexander »

Now here's something interesting. I installed KDE and qemu to test it on the VM I made it in. On QEMU it works perfectly. Strange...
ExeTwezz
Member
Member
Posts: 104
Joined: Sun Sep 21, 2014 7:16 am
Libera.chat IRC: exetwezz

Re: VirtualBox verr_not_supported

Post by ExeTwezz »

AFAIK, virtualization is supported only for 64-bit OSes. If you've selected 32-bit type of OS in VBox, it wouldn't be available. If your OS isn't 64-bit, check the type of OS in VBox and change it to 32-bit.
User avatar
alexander
Posts: 20
Joined: Wed May 22, 2013 12:02 am
Location: The Netherlands

Re: VirtualBox verr_not_supported

Post by alexander »

VirtualBox is set to Other/Other. I also tried with Linux/Ubuntu(32 bit) my host pc is 32bit.
Post Reply