Antynea / grub-btrfs

Include btrfs snapshots at boot options. (Grub menu)
GNU General Public License v3.0
688 stars 73 forks source link

Failed to start Remount Root and Kernel File Systems #298

Open D3vil0p3r opened 10 months ago

D3vil0p3r commented 10 months ago

I'm using Arch Linux with Zen Kernel and I'm using grub-btrfs + snapper-support package.

I tried to restore a snapshot by GRUB by:

If I select the first entry with snapshot name, nothing happens so I select the entry with the kernel name.

When I do this, during the boot I get an error saying:

[FAILED] Failed to start Remount Root and Kernel File Systems.

and after some seconds I can land on the system. Effectively, the snapshot worked because the removed package are still here. The problem is that, if I try to run a command like sudo grub-mkconfig -o /boot/grub/grub.conf, I get the following error:

/usr/bin/grub-probe: error: failed to get canonical path of `rootfs'.

and it seems related to the error I get at the boot.

Then, if I reboot the system and I choose my usual GRUB entry, the system state is not continuing from the one of the previous selected snapshot, indeed I see my removed package actually removed.