Software dev, D&D DM, Dog Dad, Linux User, FOSS supporter, pc builder, cyclist, volleyball player, wannabe handyman, socialist, feminist, and ally.

Profile pic credit Backie and Banner pic credit System76

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

help-circle
  • Now that apple has their own silicon, all the older intel based MacBooks are pretty cheap. I just replaced my wife’s 2013 MacBook Airs battery, upgraded the drive, and installed Linux. It’s been a solid little laptop. Not the fastest but there’s probably a few pro models within your price range. Just make sure to get at least a 16gb model since the ram is soldered. Might have issues with the webcam, but the wifi drivers are pretty good.





  • slowbyrne@beehaw.orgtoLinux@lemmy.mlFedora or Mint for noob?
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    As a few have already mentioned, a Debian based distro is a good choice, and you Mentioned vanilla Ubuntu isn’t ideal do to prioritizing snaps, I would then suggest Pop!_OS or Mint. I like what System76 (Pop) is doing with their scheduler and the upcoming Cosmic DE (written in Rust and should see an alpha early next year).



  • Backup all your personal data on windows prior to attempting anything. On a separate disk and cloud if possible. For cloud backups, just pick the important stuff. No need to backup steam libraries since steam servers are the backup in this case.

    Like others have said, if you can use a separate disk, do that. If you can’t do that and you just want to try out Linux, use a USB live disk to test hardware compatibility and the user experience, or if you have an old laptop or desktop that isn’t being used, load Linux on that first.

    Pick a popular distro for better community support. If you have a recently released laptop (less than a year old) might want to pick a distro with newer kernel for better hardware support. My personal recommendations are Pop!_OS, Fedora (both gnome and KDE versions). Both work well on newer hardware. Others you might want to try are Linux Mint and Ubuntu.

    After getting Linux installed, try and keep your home partition backed up, especially if Windows is on the same disk.

    Try and use Flatpak for all your apps, flathub is the web “store” for Flatpak apps.

    Be open to trying the Linux alternative to apps since the windows version might not be available.

    This is a new OS so expecting things to work a certain way isn’t realistic.

    Most of the time a GUI is available for what you need to do, but learning the terminal is super helpful and a lot of people prefer it once they make the switch.

    When searching online, try to include your distro and its version. It will help narrow down results.

    If you’re gaming, check ProtonDB for game compatibility, and be willing to tinker a bit.

    If you do have Nvidia graphics, Pop!_OS and other distros that bake the drivers into the disk image or install process are better for beginners.

    Opinion portion: Firefox is a better holistic choice over chromium based browsers (see Google’s web environment integrity aka DRM for the web). KDE is a great desktop for people who like the Windows workflow, but I prefer Gnome. Nvidia graphics are much less problematic these days, but I still prefer amd and Intel hardware.

    Life is hard; everyone is doing their best; be hard on problems and soft on people.

    Good luck ;)





  • Well as long as you take a snapshot of your data and move that snapshot to another drive, you’re free to tinker without real worry. Arch Linux wiki should have lots of examples of what you’re trying to fix or modify. There’s always a fresh install as well, which isn’t ideal most of the time but as long as the data is safe, then its an option. Best of luck, hope you’re able to resolve the issue.


  • Only thing I can think of is the subvolumes left over might be causing an issue. I don’t know how snapper performs a rollback and I’ve seen a couple ways to do it. Sometimes its modifying the default subvolume to the snapshot you want to rollback to. This is fine IF your kernel params are NOT specifying the subvol. That would look like this rootflags=subvol=subvolume_name.

    Usually I just rename the subvols and make sure the snapshot I’m renaming to replace the current root subvol is not set to read only.

    So rename current root to root.broken Then rename snapshot to root Then set readonly prop to false.