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
No description
21 Replies
wolfyreload
wolfyreload2w ago
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
/dev/nvme0n1p7 123189248 74103752 47366456 99% /sysroot
/dev/nvme0n1p7 123189248 74103752 47366456 99% /sysroot
durborious
durboriousOP2w ago
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
asen23
asen232w ago
post rpm-ostree status
durborious
durboriousOP2w ago
No description
asen23
asen232w ago
try rpm-ostree cleanup -b and rpm-ostree cleanup -m and try again, also rebase to verified image lol
durborious
durboriousOP2w ago
this 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?
No description
asen23
asen232w ago
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/1326970076481720361
wolfyreload
wolfyreload2w ago
you 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
asen23
asen232w ago
try to fix the drive first btw if it actually corrupted you could get some data loss
durborious
durboriousOP2w ago
how would i go about fixing it?
asen23
asen232w ago
backup if you have anything important look at the thread i linked
durborious
durboriousOP2w ago
nothing important on this drive
durborious
durboriousOP2w ago
the btrfs scrub is aborting after 5 seconds but saying no errors found?
No description
asen23
asen232w ago
ujust logs-this-boot | fpaste
durborious
durboriousOP2w ago
No description
asen23
asen232w ago
uhh try journalctl -xe | grep btrfs | fpaste
asen23
asen232w ago
ok thats only captured the scrub command, try ujust logs-this-boot > ~/system-logs.txt and sending the file manually
asen23
asen232w ago
the only thing i can tell you is your error is this one
Jan 25 11:37:08 bazzite kernel: BTRFS warning (device nvme0n1p3): checksum verify failed on logical 202866688 mirror 1 wanted 0x8dab77c3 found 0xae80b267 level 0
Jan 25 11:37:08 bazzite kernel: BTRFS warning (device nvme0n1p3): checksum verify failed on logical 202866688 mirror 2 wanted 0x8dab77c3 found 0xae80b267 level 0
Jan 25 11:37:08 bazzite kernel: BTRFS warning (device nvme0n1p3): checksum verify failed on logical 202866688 mirror 1 wanted 0x8dab77c3 found 0xae80b267 level 0
Jan 25 11:37:08 bazzite kernel: BTRFS warning (device nvme0n1p3): checksum verify failed on logical 202866688 mirror 2 wanted 0x8dab77c3 found 0xae80b267 level 0
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
durborious
durboriousOP2w ago
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

Did you find this page helpful?