2

While installing Ubuntu 16.04 LTS on a machine which previously had 15.04, I selected to install third-party libraries. The 16.04 installer prompts to shut off Secure Boot and install via BIOS, so I did that.

After the install, I reboot and receive the following message...

Checking media [FAIL] Checking media [FAIL]

And then...

No bootable medium found. Please restart your system.

How do I fix this?

1 Answers1

0

WARNING: This may cause problems on a dual-boot system where Windows relies on Secure Boot! Only follow these steps if you do not have any UEFI operating systems installed.

Because I had specifically opted to turn off Secure Boot during the install, Ubuntu was installed to boot via BIOS instead of UEFI. However, the computer was still configured to boot via UEFI.

To fix this, go into your BIOS settings and change a couple of things:

  • Turn off Secure Boot
  • Switch from UEFI to CSM (on Toshiba Satellite, it was under System Configuration)...

Immediately after saving the settings and restarting, Ubuntu 16.04 came up for me.