Kernel panic after nvidia-570 upgrade
I have a kernel panic, I saw Kyle ( https://discord.com/channels/1072614816579063828/1087140957096517672/1335305162050244648 ) advising to switch to the nvidia open, but I can't because I have a Pascal (1080Ti). What to do?
Someone helped me to rollback and stop auto update to "fix" it for the moment.
Vincent

12 Replies
ideally? switch to newer card or amd, alternatively you can wait and hope the issue is resolved
Ideally, I know but
Select ostree 1 from grub, update
There was a problem with that image
Okay, thanks
how do i clear the newer grub option?
If you update it will be removed
── 02:09:22 - System update ────────────────────────────────────────────────────
[sudo] password for tray:
Note: This system is image (rpm-ostree) based. Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:stable error: While checking against deployment timestamp: Upgrade target revision 'd098010ebb80cb6d5508eaaa37e25e39c21735eb7c273f4e43f6256ee70a5ab3' with timestamp 'Mon 27 Jan 2025 05:43:17 AM UTC' is chronologically older than current revision 'a38a087aa9f7e0e65b58f955c7a84529854a1a57538a1172d990450bec5f5d1c' with timestamp 'Fri 31 Jan 2025 05:19:58 AM UTC'; use --allow-downgrade to permit System update failed: 0: Command failed:
Note: This system is image (rpm-ostree) based. Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:stable error: While checking against deployment timestamp: Upgrade target revision 'd098010ebb80cb6d5508eaaa37e25e39c21735eb7c273f4e43f6256ee70a5ab3' with timestamp 'Mon 27 Jan 2025 05:43:17 AM UTC' is chronologically older than current revision 'a38a087aa9f7e0e65b58f955c7a84529854a1a57538a1172d990450bec5f5d1c' with timestamp 'Fri 31 Jan 2025 05:19:58 AM UTC'; use --allow-downgrade to permit System update failed: 0: Command failed:
/usr/bin/sudo /usr/bin/dnf upgrade -y
1: /usr/bin/sudo
failed: exit status: 1
Location:
src/steps/os/linux.rs:259
Retry? (y)es/(N)o/(s)hell/(q)uit
i should just manually do itAdd allow downtrade
tray@bazzite:~$ /usr/bin/sudo /usr/bin/dnf upgrade -y --allow-downgrade
[sudo] password for tray:
error: unexpected argument '--allow-downgrade' found Usage: yum upgrade --assumeyes For more information, try '--help'.
error: unexpected argument '--allow-downgrade' found Usage: yum upgrade --assumeyes For more information, try '--help'.
Use rpm ostree directly
thanks