I’ve been having a lot of trouble doing a fresh installation of HAOS onto an SSD as my old install onto a bootable SD was giving me a lot of problems.
See here for original thread for what I had to do, and the background
I finally managed to get HAOS onto my SSD using this guide:
I now have an SSD with HAOS on it installed on it, but it won’t boot.
It just brings up a generic message saying that it can’t find the boot medium when I remove the Ubuntu SSD from the slot and reboot.
I’ve tired going into the bios and doing a forced boot to the SSD but it keeps coming up with the same error message. I’m lead to believe that this means that my SSD either doesn’t have a boot loader or has an error in it.
The installation instructions contain this section which is supposed to resolve the issue that I’m having:
If the machine complains about not being able to find a bootable medium, you might need to specify the EFI entry in your BIOS. This can be accomplished either by using a live operating system (e.g. Ubuntu) and running the following command (replace
<drivename>
with the appropriate drive name assigned by Linux, typically this will besda
ornvme0n1
on NVMe SSDs):efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS" \ --loader '\EFI\BOOT\bootx64.efi'
The efibootmgr command will only work if you booted the live operating system in UEFI mode, so be sure to boot from your USB flash drive in this mode. Depending on your privileges on the prompt, you may need to run efibootmgr using sudo.
Or else, the BIOS might provide you with a tool to add boot options, there you can specify the path to the EFI file:
\EFI\BOOT\bootx64.efi
The problem is that I know pretty much nothing about Linux. I don’t really understand what it’s asking me to do or how I’m supposed to do it.
For example where it says
replace
<drivename>
with the appropriate drive name assigned by Linux
I don’t have the faintest idea of where I’m supposed to find it.
Are there some much simpler instructions that I can use, or some screen shots of what I need to do?
I’m using a Great Wall clone of 2016 American Megatrends bios, with EUFI 2.1. Secure boot doesn’t appear to exist on this MB so I can’t disable (or enable) it.
I’m on a budget of around zero so I can’t really go out and buy new hardware. I have confirmed that this platform will run HAOS as someone set me up a bootable SD card for it last year and it’s been running on this hardware OK, but I’ve had some problems with upgrades and the answer that I get back fro everyone is “you need to do a fresh install”.