New user here, first Home Assistant installation and it does not want to boot on my purpose bought mini industrial PC (Nexcom Nife, AMI Bios )
Bios is set to UEFI and no Secure Boot.
Managed to flash the Sata SSD drive fine :
Disk /dev/sda: 238,47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: Samsung SSD 850
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F2E29D92-E79B-4F50-A81F-D272F0C649D8
Device Start End Sectors Size Type
/dev/sda1 2048 67583 65536 32M EFI System
/dev/sda2 67584 116735 49152 24M Linux filesystem
/dev/sda3 116736 641023 524288 256M Linux filesystem
/dev/sda4 641024 690175 49152 24M Linux filesystem
/dev/sda5 690176 1214463 524288 256M Linux filesystem
/dev/sda6 1214464 1230847 16384 8M Linux filesystem
/dev/sda7 1230848 1427455 196608 96M Linux filesystem
/dev/sda8 1427456 4048895 2621440 1,3G Linux filesystem
/dev/sda9 4048896 12580863 8531968 4,1G Linux filesystem
At boot however, the system drops into the recovery UEFI Shell because it cannot find anything bootable.
A Live Ubuntu shows :
sudo efibootmgr --verbose
BootCurrent: 0004
Timeout: 1 seconds
BootOrder: 0000,0004,0003
Boot0000* HAOS HD(1,GPT,b3dd0952-733c-4c88-8cba-cab9b8b4377f,0x800,0x10000)/File(\EFI\BOOT\bootx64.efi)
Boot0003 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)…BO
Boot0004* UEFI: USB DISK 2.0 DL07 PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(2,GPT,f45e2fa1-c5a6-4d79-876d-c8245af921e0,0x95f864,0x2754)…BO
The content of \EFI\BOOT is :
grub.cfg
grubenv
bootaa64.efi
The command
sudo efibootmgr --create --disk /dev/sda --part 1 --label “HAOS” --loader ‘\EFI\BOOT\bootx64.efi’
was executed successfully and HAOS indeed shows up as the first OS that should boot, but, after restart it does not boot.
Suggestions ?