Athena-OS / athena

Athena OS is a Arch/Nix-based distro focused on Cybersecurity. Learn, practice and enjoy with any hacking tool!
https://athenaos.org
MIT License
1.05k stars 82 forks source link

[QUESTION]:How to recover more older snapshots #74

Closed Olegeekk closed 1 year ago

Olegeekk commented 1 year ago

Question

Hello guys, I have system fall when try to install bumblebee and Optimus-manager and reinstall nvidia drivers for my quadro.

Now I can use only terminal be course X don't see screens )))

So I need to recover more older snapshot nether have in grub list. How I can do this in right way ?

Thanks.

Olegeekk commented 1 year ago

P.S using AthenaOS like as host os

p134c0d3 commented 1 year ago

@Olegeekk You might give http://snapper.io/manpages/snapper.html a look and see if you can list them all or by number and date (my preferred option). The command is sudo snapper list -t all (lists all snapshots available to the user), or sudo snapper list --columns number,date if you want to simplify the results.

p134c0d3 commented 1 year ago

On the login screen, can you hit Alt + F2? Should load up a tty session. Then you could login there and perform the commands given.

D3vil0p3r commented 1 year ago

Closing for inactivity. If needed we will reopen it.