#Issues while trying to update
1 messages · Page 1 of 1 (latest)
I have the same issue.
what version are you currently on ?
3.1.2
throws same
is it showing some proper error or the same as the image you shared above ?
exactly same error
maybe it has to do with creating snapshots
since a snapshot is not being created it is causing issues in the update
maybe try creating a snapshot yourself if that is the issue
to mentions
sudo pacman -Syu
works well
i tried but everytime im getting
'Creating snapshot failed'
yup then that is the issue ig
is there smt we can do now or i just need to google some stuff?
maybe check your limine config
check for what?
If limine-snapper is functioning
there is nothing about
i have done some research and find out that in snapper/plugins missing 10-limine-snapper-sync file
now i have encounterd this and can not resolve.
ig your limine config is messed up
You need to add ROOT_SUBVOLUME_PATH=/@root and ROOT_SNAPSHOTS_PATH=/@root/.snapshots to /etc/default/limine, as stated by the Arch wiki Limine
after adding these line the warning disappears but yet snapshot dont being created
as i found limine is fine the problem is in snapper ig
check sudo limine-snapper-info
1 red line
UUID : no UUID
Try to create a snapshot sudo snapper -c root create
and check sudo limine-snapper-info again
same
Did you enable sudo systemctl enable --now limine-snapper-sync.service ?
What does systemctl status limine-snapper-sync say?
Is sudo snapper -c root list empty?
No, your snapper list has no snapshots. Snapper ignores /boot and only works with BTRFS.
Does sudo snapper -c root create works?
no throws only
Creating snapshot failed.
There’s something wrong with your Snapper config. Can you show what sudo btrfs subvolume list / says?
This list looks OK.
I think your Snapper root config is probably broken. I would delete the broken config then create a new root config for Snapper.
nvm snapper do not creates any snapshots
Delete rm /etc/snapper/configs/root
Remove root from /etc/conf.d/snapper
Unmount sudo umount /.snapshots
Delete sudo btrfs subvolume delete /.snapshots
At the end, you create a new Snapper config for root by sudo snapper -c root create-config /
have done multiple times already
also when i create/delete an snapper config getting this
I would uninstall limine-snapper-sync, then try to fix snapper config
After that, install limine-snapper-sync back