You might be familiar with the Linux shell aliases that you can use to run complicated commands by typing a more convenient one.
But did you think of using aliases to automatically fix typos? For example, why not save yourself from going "Gerp" by defining `alias gerp=grep`?
Today, I spent hours trying to install #Bluefin on an older laptop. The process always failed with "Failed to write boot loader configuration". I tried vanilla #Fedora Silverblue; same result. Finally, I installed Fedora Workstation and booted it successfully.
Following a tip found on the Bluefin Discord, I did "fwupdmgr refresh && fwupdmgr update", boosting the UEFI firmware from something like v54 to v379. And just now, the Bluefin installer says "Complete!"
Always update the BIOS first.