I’m having issues with ujust commands on a fresh install of bluefin. Possibly has something to do with secure boot recently being enabled (i have 2 hard drives with bluefin, same pc) so each was using secure boot. Anyways long story short, simple commands like ujust bluefin-cli aren’t properly working. It says it installs, but things like atuin don’t even work. Other issues in ujust choose on both hard drives. I went into my bios, disabled secure boot, but still having issues. My other hard drive won’t even rebase via ujust rebase-helper, it’s stuck on late December version. bluefin-nvidia-open:stable
Update with more details on the Atuin part (since ujust bluefin-cli runs but Atuin doesn’t integrate properly):
Atuin binary is there (v18.11.0), but no shell init in ~/.bashrc → Ctrl+R is plain bash, atuin search fails with $ATUIN_SESSION error.
atuin doctor shows preexec: null (bash-preexec detected but not active).
Full atuin doctor JSON:
{
“atuin”: {
“version”: “18.11.0”,
“commit”: “”,
“sync”: null,
“sqlite_version”: “3.46.0”
},
“shell”: {
“name”: “bash”,
“default”: “bash”,
“plugins”: [
“bash-preexec”
],
“preexec”: null
},
“system”: {
“os”: “Bluefin”,
“arch”: “x86_64”,
“version”: “43”,
“disks”: [
{ “name”: “composefs”, “filesystem”: “overlay” },
{ “name”: “/dev/nvme0n1p3”, “filesystem”: “btrfs” },
{ “name”: “/dev/nvme0n1p3”, “filesystem”: “btrfs” },
{ “name”: “/dev/nvme0n1p2”, “filesystem”: “ext4” },
{ “name”: “/dev/nvme0n1p3”, “filesystem”: “btrfs” },
{ “name”: “/dev/nvme0n1p1”, “filesystem”: “vfat” }
]
}
}
rpm-ostree status (booted deployment):
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-nvidia-open:stable
Digest: sha256:3e46394c06c9e05e60b494c4e40dfd63bac284e74fa7f4092a4b2da860e139b0
Version: 43.20260113 (2026-01-13T01:41:15Z)
~/.bashrc has no Atuin lines (stock with bling.sh).
atuin status: Error: You are not logged in…
atuin search test: ERROR: Failed to find $ATUIN_SESSION…
This is on another fresh install.
Sorry if this is the wrong place to post. Everything else seems to work so far except atuin.
Then ujust rebase-helper fails with:
error: Old and new refs are equal: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-nvidia-open:stable
error: Recipe rebase-helper failed with exit code 1
It thinks it’s already on the latest stable, but clearly isn’t (missing the Jan 13 2026 build).