Installation fails in "ostree container image deploy"

I have the exact same issue as in https://github.com/ublue-os/bazzite/issues/1016
  • with every attempt to install failing. I previously had Nobara installed, but I used efibootmgr to completely wipe away any entries (as well as cleaning up all partitions).
had the same issue on a laptop as well, which suddenly started working after several attempts, so I'm not sure what else to try. Is there anywhere beyond the efibootmgr entries that stuff could somehow survive between installations to cause issues at this point?
GitHub
Describe the bug When installing the OS it fails with the command "ostree container image deploy --sysroot=/mnt/sysimage --image=/run/install/repo/bazzite/nvidia-stable --transport=oci --no-si...
Solution
I would double check if the /efi/boot/fedora folder is there or not, even if you remove the entries from the bios, if the physical files are still in the efi for some reason you'll still get the error. Let me see if I can reproduce in a VM. Granted the error is "Code 1" and the only known issue is duplicate /efi files, there might be other things that cause that error code.
Was this page helpful?