project-trident / trident-installer Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
efibootmgr: No such bootvar BootFFFFFFF4 #46
Comments
|
I just got this too, here is some more context from the log: is this an issue with the latest image perhaps? |
|
This is caused by trying to activate a bootvar prior to that var being created. The "-a" is the error. Also could the UEFI partition directory structure be change from the default location to "/EFI/True0s/BOOTX64-TRUEOS.EFI? The /EFI/BOOT/xxxxxxx.efi structure is only required for removable media. Linux and Win10 already use their own directory. The update programs will need to be fixed to look for the correct location of the UEFI partition data. Doing the directory change will alleviate other program installs from trashing the UEFI data. |
|
I think the problem is that no BootVarNum is specified after the “-a” option. According to the manual page of efibootmgr it is required:
|
|
I tried installing in legacy mode with CSM, but then the scfb xorg driver does not work and there is no way to start the installer. The vesa driver does not work, says something about an error opening vbios. Why is the intel driver not on the installer image? |
|
So as I found out from the telegram group, this
mount_msdosfs /dev/nvd1p1 /mntreplace
cd /mnt/EFI/BOOT
efibootmgr -c -l BOOTX64-TRUEOS.EFI -L "Project Trident"
Hope this helps anyone who comes across this. |
|
Very nice, thanks for the solution, however it would be better if the issue gets fixed in the next update. |
|
Updated pc-sysinstall upstream, the -a has been removed. |
|
Thank you! |
|
I have updated the trident installer to pull in the newer version of pc-sysinstall from ports and use that (instead of the one in the base system). Marking issue as fixed. |
I get the following error when I try to install project trident on my laptop:

The text was updated successfully, but these errors were encountered: