Replies: 1 comment 4 replies
-
Hello,
According to all the information you have provided (thank, this is helpful), |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've installed snapper on Fedora 35 and tweaked it such that I can successfully roll back from a previous snapper snapshot. When I installed grub-btrfs, I noticed that I couldn't boot into a snapshot from grub-btrfs menu.
I'm getting the error
error: ../../grub-core/fs/btrfs.c:2041:file '/@/.snapshots/1/snapshot/boot/vmlinuz-5.14.xxx' not found
The reason I found this was because the grub-btrfs script appends '/@' to the beginning of the kernel/initrd path. I could boot into a snapshot if I could only delete '/@' at the beginning from the kernel/initrd path.
It would be really helpful if you could tell me what I need to do to get rid of the '/@' in the kernel path.
My Setup:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions