Antynea / grub-btrfs

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

Debian default grub option, not select default snapshot or last rollback. #295

Closed chriztheanvill closed 11 months ago

chriztheanvill commented 11 months ago

Hi. After making default snapshot or rollback, booting with grub and do not select any snapshot (just leave the count down finish and boot), does not boot with default snapshot or last rollback.

Example:

My config:

@
@home
@opt
@root
@tmp
@var-cache
@var-log
@var-tmp
@snapshots
Schievel1 commented 11 months ago

I am not quite sure what you are trying to achieve here. Rolling back a snapshot is not a feature of grub-btrfs. We just provide that snapshot subfolder. Rolling back is done manually or by some btrfs-snapshot programs like snapper or timeshift.

chriztheanvill commented 11 months ago

I am not quite sure what you are trying to achieve here. Rolling back a snapshot is not a feature of grub-btrfs. We just provide that snapshot subfolder. Rolling back is done manually or by some btrfs-snapshot programs like snapper or timeshift.

Yeah, my mistake, I thought it was fault of grub-btrfs, but even without installing it, I had this issue.

arashsm79 commented 10 months ago

I've been trying to set up an Ubuntu/Debian installation with functioning rollbacks that allows grub to boot into the rolled back system by default. This post might be helpful for who ever winds up in this issue.