Hi all,
i have installed HomeAssistant OS on an old pc (compatible UEFI) by using Ubuntu installed on a USB drive.
Installation went fine, I see HomeAssistant files on my drive when using Ubuntu but it doesn’t boot, my computer cannot find an operating system to boot.
In the installation instructions from HAOS, I see that it may happen and it most likely caused by the EFI file not being found/loaded but I’m stuck there. I have tried to point to the EFI file by using efibootmgr in the terminal but it doesn’t work.
Here is what I have done:
- Boot the computer with UBUNTU installed on a USB key and by selecting UEFI mode
- I installed HomeAssistant from the image provided on the website. I can see it has installed it on /dev/sda1/ where I can see multiple partitions.
- Partition status was “not mounted” so I clicked on “play” button to mount it. I see the EFI boot file is in /media/ubuntu/efi/boot
- I used the efibootmgr like this:
efibootmgr --create --disk /dev/sda1 --part 1 --label “haos2” \ –loader ‘\EFI\BOOT\bootx64.efi’
and I get the following:
I’m not super familiar with Linux so I may have missed something at some point. I pointed to SDA1 but was that the right thing to do? Is there anything else I should change?
Thanks