1

Just installed Ubuntu 16.10 on the new SSD (which worked, no problems during installation). I recieve the following error:

BootDevice Not Found
Please install an operating system on your hard disk.
Hard Disk - (3F0)

I tried to search AskUbuntu. Some options I have tried:

  • Refitting the SSD
  • Selecting Legacy and/or Uefi within the Bios
  • Changed the boot options in the bios
  • Factory reset of Bios
  • Checked with Live Ubuntu on USB stick if the installation files where on the HDD.
  • Preformed HP System diagnostic harddisk test and it succeeded
  • Did run Boot-Repair on default mode

I am using a Kingston SSD and a HP ProBook 6560b.

  • That depends on 1. How you installed (UEFI or Legacy) and 2. Selecting the correct boot device. –  Oct 20 '16 at 14:32
  • That sounds like a UEFI or BIOS error. If Secure boot is on, then it is because your install is not in Secure boot mode. But if an HP, if only is pre-configured to boot Windows using UEFI description. If only booting Ubuntu change description of UEFI entry from ubuntu to "Windows Boot Manager". That as # IV and other work arounds: http://askubuntu.com/questions/486752/dual-boot-win-8-ubuntu-loads-only-win/486789#486789 – oldfred Oct 20 '16 at 14:46
  • @CelticWarrior I did not install UEFI or Legacy as far as I know. This is what I mean with selecting the correct boot device. – JeroenDV Oct 20 '16 at 14:57
  • @oldfred The option provided at #IV return the follwoing EFI variabled are not supported on this system – JeroenDV Oct 20 '16 at 15:14
  • Did you boot in UEFI mode. efibootmgr only works with UEFI, not with BIOS. – oldfred Oct 20 '16 at 15:31
  • Ok I will enable the UEFI in the Bios and then try it again. Thanks for support. – JeroenDV Oct 20 '16 at 15:33
  • Hmm I think I do not understand it correctly. I have selectid UEFI mode within the Bios. Restarted the OS, ran the Ubuntu Live and filled it the sudo efibootmgr -c -L "Windows Boot Manager" -l "\EFI\ubuntu\shimx64.efi". But this still returns EFI variabled are not supported on this system. If I read it correctly the UFI should be a partition with some software on it. This partition is currently not present on my system. – JeroenDV Oct 20 '16 at 15:48
  • This is a screenshot after a installation. I tried it using DVD with 16.04 installed on it to see if it makes any difference. – JeroenDV Oct 20 '16 at 16:45

1 Answers1

0

@All, after reading some on the internet I decided to install an bios update. So I swapped back an old HDD containing windows. Installed the bios update using an HP tool found online. Swapped the HDD with the SSD. Made sure UFI boot was set up. On the new SSD I created an UEFI partition using Ubuntu live. Reboot and installed Ubuntu. It is working now. Thanks for the help!