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

help-circle





  • If you’ve recently installed Linux, you’re probably going to be making a lot of changes and installing a lot of stuff over the next couple of weeks. I recommend using TimeShift (comes pre-installed on Linux Mint) to make a snapshot of your system. (It works like System Restore on Windows). The first snapshot takes up the most space but later snapshots only contain the changes you make to your system.

    It’s a good idea to take a snapshot before you update things like graphics card drivers or additional desktops. Then, you can always go back to where you were if something gets messed up. You can even rescue a system that won’t boot by booting from your Live Linux USB and running Time shift. It will find your hard drive backups and restore them for you.



  • I recommend downloading the latest Linux Mint .iso file and using Rufus to create a bootable, live USB drive. Also, if your computer has an internal d: drive, I would recommend using that entire drive, instead of dual-booting from c: (I had a bad experience removing Linux from a dual boot system and getting the partitions back to normal). This way, you’re not touching anything on your windows (c:) drive.

    If you’re really worried about messing up your c: drive, you can physically disconnect it while you’re installing Linux, so the Live installer only has one choice for installation. After you’ve installed Linux, change your boot order in BIOS to boot from your d: drive first. Once you’re sure Linux is working correctly, you can run “sudo update-grub” which will add your c: drive to the boot menu on the d: drive. This allows you to dual boot into either OS without touching anything on your c: drive (so the boot menu will be on d:, your linux drive). Grub will let you choose between continuing to boot from d: or to boot windows on c: without you having to change the boot order every time in BIOS.

    If you use Steam to manage your games library, you’re really going to like that Steam has been developing a proprietary Wine wrapper, called Proton, which lets you run all your Steam games from Linux. Steam also has a native linux client. So all the Steam games you backed up on windows, you can restore on Linux. I’ve run everything from Unreal Gold, to Witcher 3 to Techtonica to Fallout 4 without any problems.