(This question is related to this, this, this and this one, but neither answers this specific question / offers a solution for this case).
Problem: The system stopped being able to boot the Ubuntu installation (after several months), displaying Reboot and select proper boot device or insert boot media
.
What we've¹ tried:
- Reorder boot device priority
- Boot a live-usb installation and:
- install boot-repair
- run boot-repair: Did not work, since the usb key could only be booted when UEFI was disabled in BIOS settings, while the installation on hdd has been done with UEFI enabled (and boot-repair doesn't do any repairwork if boot modes don't match). We did however obtain the boot info paste from boot-repair.
- ensure the boot and esp flag are set for
/dev/sda1
(the EFI partition) (both flags were set, nothing to be done here)
What I've gathered might be possible solutions:
- Try to get the live-usb to boot in UEFI mode (no luck so far; the usb drive has been written to using etch, btw.), run boot-repair.
- Disable UEFI in BIOS, somehow migrate the UEFI setup to a BIOS setup.
Boot the live-usb in legacy mode, trigger Ubuntu installation, hope that it recognizes the old installation and just install on top(Won't work since root and home are on the same partition, i.e. would overwrite user data and settings)
Miscellaneous information and thoughts:
- Laptop model:
Samsung NP305E7A-A03DE
- BIOS:
Aptio setup utility 2010, 2.11.1210
(does not have any secure boot related options, obviously, since that first appeared around 2012) - Initial Ubuntu 17.10 installation was done on an empty hdd, so no cruft from previous operating systems.
¹The problem is complicated by the fact that I cannot access the laptop myself but have to do all debug work via phone.