Ran upd this morning, laptop froze, nothing responded, Ctrlc, alt-f4, mouse, keyboard frozen
Held power off 10 sec to reboot.
Grub - only option was to load snapshot, Tried many with different kernels.
All black screen
CtrlAltf1 Which I think is tty1
stops at same place
CtrlAltf2 tty2
can log in.
Not sure how to restore snapshot from terminal
Found related thread
sudo btrfs subvolume list
output very long last line is
ID 2692 gen 1988206 top level 263 path @/.snapshots/2034/snapshots
none of the lines have a " restore_backup_@_ " in it
Posting from different laptop, can’t share output of commands
findmnt /
/ /dev/nvme0n1p1[/@/.snapshots/2034/snapshot] btrfs rw.notime.compress=zstd:3,ssd,discard=async.space_cache=v2.subvolid=1692.subvol=/@/.snapshots/2034/snapshot
I assume the solution may be simliar to below but not sure what I should change for line 2 and 4
sudo mkdir -p /mnt/btrfs
sudo mount /dev/sda2 /mnt/btrfs -o subvolid=5
sudo rmdir /mnt/btrfs/@/.snapshots
sudo mv /mnt/btrfs/restore_backup_@_202148186/.snapshots /mnt/btrfs/@/.snapshots
sudo umount /mnt/btrfs
Any help would be very appreciated. Id rather not reinstall.