As stated, I tried following the uefi guide for installing. That means that I copied haiku_loader.efi to EFIBOOT pictured above into EFI → BOOT. My computer doesn’t appear to have an efi shell included in the UEFI BIOS. I have tried booting into a Q4OS (Debian) install USB pen drive, and installed efibootmgr. I have mounted/dev/nvme0n1p1 at mount point /haiku From there, I am somewhat unclear. I can run efibootmgr, and as far as I understand, the “-c” option will create a new entry, while “-p” will refer to the partition number that Haiku is on, and “-d” would refer to the disk that Haiku is on.
Currently, efibootmgr gives me the following:
$ efibootmgr
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0002,0001,2001,2002,2003
Boot0000* EFI USB Device (VendorCoProductCode)
Boot0001* Linpus lite
Boot0002* Linux
Boot2001* EFI USB Device
Boot2002* EFI DVD/CDROM
Boot2003* EFI Network
Boot2004* Huawei Firmware Update Program
Should I use the following?
$ efibootmgr -c -d /dev/nvme0n1p1
I am unsure if booting from a live USB drive changes the nvme drive number so that it will not correctly identify where Haiku is installed…