I've modified /etc/fstab to mount my game drive automatically.
Now the
OSTREE:0
doesn't boot, how do I recover from this.
The rootfs was mount as RW, I've never worked with silverblue, had no idea how to enable doing changes on rootfs and just saw that the rootfs as RW.
Thankfully I can boot into OSTREE:1
, but I want to fix OSTREE:0
.Solution:Jump to solution
The easiest is just boot ostree 1 then
rpm-ostree rollback
Then do an update
Manually fixing would require booting into emergency mode and fix your fstab manually.
You can find how to do it in the documentation https://docs.bazzite.gg...Home
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
4 Replies
Solution
The easiest is just boot ostree 1 then
rpm-ostree rollback
Then do an update
Manually fixing would require booting into emergency mode and fix your fstab manually.
You can find how to do it in the documentation https://docs.bazzite.gg
And search for either "rescue" or "emergency"Home
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
I didn't think of modifying the grub cmdline.
Thought it would just let me go into emergency mode after failing to boot up, just like on a regular distribution, haven't used silverblue before.
Thanks a lot for the link to the docs.
Booting to Rescue & Emergency Mode - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
Np!