can’t install Bazzite or rebase from Kinoite
I first attempted to use the installation media to install the Bazzite Deck image, but I got hit with the black screen after selecting which edition I wanted to install. After this I tried installing Kinoite which did work, but after running
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:latest
all I get is at least one PACKAGE must be specified
I saw someone else’s issue where they had to run rpm-ostree
update first which made no difference.9 Replies
Just use the command in the readme on GitHub
This is a much older one
Sorry, tried that too and I get
containers-policy.json specifies a default of insecureAcceptAnything ; refusing usage
You're on a stock Kinoite install right now?
Yep
I think what's happened here is half the command you ran initially worked, and you're in this midway state
rpm-ostree status
Anything layered?
actually already started the reinstall process for it since I still have the install USB plugged in. I’ll let you know what happens after a clean install and only using the simplified command
kk
worked this time, pretty sure when I originally tried the simplified command I forgot the unsigned portion of it.
nice, glad to hear it