VirtualBox Fatal: no bootable medium found! System Halted

I just downloaded and tried to add new virtual machine, but it gives me an error. I couldn't find the solution. it seems that VM can not find the OS. I don't know how to resolve.

Error is:

FATAL: No bootable medium found! System Halted.

I have Vista and latest version of Sun VirtualBox.


This is now working fine. The virtual machine should point to the .iso image of the OS. This can be done by following steps:

In the Virtual Machine window (where this error is appearing), go to "Devices" tab --> CD/DVD Devices --> More CD/DVD images --> select the location where the .iso image for this OS is stored.

Now Power off the machine and again start from the Virtual box. Your Machine should start.


The reason that VirtualBox can't find the OS is that there is no OS.

In order to boot a virtual machine to an OS, you have to install an OS first by mounting an ISO or physical CD with a bootable OS install (eg, an Windows or Linux installation disc)


Hi the Answer is simple.

Go to settings > Storage > Storage Tree

and mount your image/CD/DVD drive under Controller: IDE (Don't use SATA)

Either add a new CD/DVD device or use the existing one.


When you first create a Virtual Machine with VirtualBox, there is no OS installed on the HD image. You have to have the VM mount a bootable ISO image to install the OS from.


In my instance, I needed to have two .iso images attached as optical devices during an install. I found that after adding the second image to the IDE controller, VirtualBox ceased to recognize the first image as bootable.

After much trial and error, I was able to boot once again by choosing Settings > Storage, selecting the bootable .iso image and changing its attributes to IDE Primary Slave.

For what it's worth, I also had to change the attributes of the other .iso image device to IDE Secondary before the Primary Slave option was available for the bootable image. I imagine the order in which you add the images to the storage tree may determine which attributes are assigned to them.