• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle



  • rImITywR@lemmy.worldtoLinux@lemmy.mlConsidering Starting Linux
    link
    fedilink
    English
    arrow-up
    30
    ·
    5 months ago

    You don’t even need any hardware to get started. Fire up a virtual machine in VirtualBox or VMWare or use WSL. Start playing around, find a distro/DE you like and start learning.

    After some time, look into dual booting your existing machine. You can try this in a virtual machine first before making any changes to you hardware.




  • Do you have an earlier snapshot that you can roll back to? If not then this is a learning experience about how you should take a snapshot before doing any configuration changes/updates. And also maybe some automatic ones on a schedule (daily/weekly).

    As far as recovering files, you could try the Windows recovery environment (or whatever they call it). Take a snapshot first, in case it makes things worse.

    You could also try mounting the virtual disk to your host system. https://www.baeldung.com/linux/mount-qcow2-image

    Or try booting the VM with a live boot environment of your favorite distro, similar to how you would do recovery from a dead physical machine.