Has anyone seen this or know how to resolve?
Didnt touch the pc for a few days, came back and it did a steam deck style of update upon boot. I went to desktop mode and used the system update app and am seeing this now. The pc seems to be working fine, just cant update. Thanks for any help
21 Replies
You might be running low on disk space. Try running
df
from the terminal and see how much space you have.
If you see something like the below, your issue is low disk space
This is what I am seeing, so i dont think that is the issue: ~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/nvme0n1p3 1951850496 603905752 1346000776 31% /sysroot
devtmpfs 4096 0 4096 0% /dev
tmpfs 16386312 163132 16223180 1% /dev/shm
efivarfs 128 12 112 10% /sys/firmware/efi/efivars
tmpfs 6554528 2696 6551832 1% /run
tmpfs 1024 0 1024 0% /run/credentials/systemd-journald.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-network-generator.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-udev-load-credentials.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-sysctl.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-tmpfiles-setup-dev.service
tmpfs 16386316 17296 16369020 1% /tmp
/dev/nvme0n1p3 1951850496 603905752 1346000776 31% /var
/dev/nvme0n1p3 1951850496 603905752 1346000776 31% /var/home
/dev/nvme0n1p2 996780 162224 765744 18% /boot
tmpfs 1024 0 1024 0% /run/credentials/systemd-vconsole-setup.service
/dev/nvme0n1p1 613184 12856 600328 3% /boot/efi
tmpfs 1024 0 1024 0% /run/credentials/systemd-tmpfiles-setup.service
tmpfs 1024 0 1024 0% /run/credentials/systemd-resolved.service
/dev/sda1 976760832 317758752 657917504 33% /run/media/christiandurban/IntDrive
tmpfs 3277260 3460 3273800 1% /run/user/1000
post
rpm-ostree status
try
rpm-ostree cleanup -b
and rpm-ostree cleanup -m
and try again, also rebase to verified image lolthis is what im seeing when trying the ostree cleanups then retrying the update. How do i rebase to the verified image? also why would my image be unverified? I followed the instructions on the bazzite website when I installed?
brh rebase stable
should do it, the website gave unverified rebase command so you can do it from non ublue image
btw your drive might be corrupted
follow this thread https://discord.com/channels/1072614816579063828/1326970076481720361/1326970076481720361you can also try explicitly rebasing to the verified image. Not sure it it will help
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
try to fix the drive first btw
if it actually corrupted you could get some data loss
how would i go about fixing it?
backup if you have anything important
look at the thread i linked
nothing important on this drive
the btrfs scrub is aborting after 5 seconds but saying no errors found?
ujust logs-this-boot | fpaste
uhh try
journalctl -xe | grep btrfs | fpaste
ok thats only captured the scrub command, try
ujust logs-this-boot > ~/system-logs.txt
and sending the file manuallythe only thing i can tell you is your error is this one
im not knowledgeable enough in btrfs to help you any further
you can ask around here or try r/btrfs for more support i guess
thanks for the help you could provide. This is much more than I would have been able to discover on my own. It is very much appreciated