Many VirtualBox users have experienced at least once the message ‘FATAL: Could not read from the boot medium! System halted.‘ Sometimes it is also shown ‘No Bootable Medium Found! System halted‘.

This error is more common when trying to start a new virtual machine, but it is not impossible to happen at an existing virtual machine if the virtual hard drive is missing.

Note: This problem has to do purely with VirtualBox, and can be experienced on any host operating system be it Windows, Mac OS or Linux.

1.no Bootable Medium Found Virtualbox

What causes this “Could not read from the boot medium” error?

There are two main reasons behind this issue:

  • VirtualBox doesn’t point to an operating system, either a mounted iso or a virtual hard disk with a bootable OS. When you create a virtual machine for a first time, you need to mount a bootable iso like Ubuntu. If you mount a bootable iso before you start your virtual machine, you will be successful booting up the system.
  • The CD/ DVD storage device controller is configured as SATA. Another issue can be appeared, if you mount accidentally the bootable iso to a SATA storage device controller instead of IDE. VirtualBox works without any problems when a SATA storage device points to a virtual hard drive, but this is not the case for a bootable iso.

How to solve it?

If you are not sure which of the 2 reasons apply to you, I can show you a solution that covers both, and finally stop receiving the error message.

Step 1: Right click on the virtual machine that isn’t a bootable state and click on settings.

2 Virtualbox Settings

Step 2: Once the settings menu is open, follow the steps access storage > Controller:IDE > Choose the bootable iso and click ok.

3 Virtualbox Ide Controller

Step 3: Start your virtual machine and you should be able to boot normally from the mounted iso.

4 Virtualbox Gentoo Boot

Conclusion

VirtualBox boot issue is very common, and easy to fix but can be frustrating if you don’t know what to do. If you are a regular reader of It’s FOSS, you know already that virtualization technology is among my interests. If you discovered us recently and you are curious to start exploring the features of VirtualBox, I suggest to start experimenting with this guide that covers Fedora installation on VirtualBox, as you can go beyond a simple installation.

Similar Posts