I want to make the switch but I want to test run first before fully committing. My PC has an M.2 SSD. I was thinking I could buy another one, swap them out and put Linux on that. In an emergency, I can swap the SSD back. Does this seem like a viable/sensible path toward Linux? I don’t really have too many files on my PC that I care about. I don’t want to dual boot. I did that on a laptop back in the day and it was annoying.

  • tiramichu@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    OP specifically said they don’t want to dual boot, and I honestly understand why they would say that.

    When you dual boot you need to worry about what bootloader is in use and how it is set up. You might find yourself in a situation where you later decide to move fully to Linux and use the old Windows drive as storage but you can’t because if you wipe it then everything stops working.

    Windows has even been known to destroy dual boot setups occasionally during Windows updates.

    All very solveable if you have the right knowledge, but if you want to keep your life simple then swapping hardware has guaranteed safety (nothing can go wrong with the contents if a drive if it’s not plugged in, after all) and it’s very predictable and understandable.

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      You just need to run the installation with one drive at a time if you want to be extra sure, then each will have its own boot partition and they can still work together, for example I have 3 drives, one Linux, one Windows and one storage, the Linux one has GRUB on it and it detects the bootloader on the Windows drive just fine so you can select either from that or the UEFI boot selector. Never had updates scramble anything for neither of the two systems

      • JillyB@beehaw.orgOP
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        I’m not sure what all those words mean so I’m not gunna do that. I might learn these things later but I’m trying not to frontload a lot of the learning.

        • QuazarOmega@lemy.lol
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 days ago

          That’s fair, I won’t say that it’s not as complicated as it sounds because I don’t know what you know, but if you want it put into simple words, it’s the following:

          1. Install drive 1 in PC
          2. Install Windows
          3. Remove drive 1 from the PC and put drive 2 in its place
          4. Install any Linux distro that comes with GRUB as bootloader (most of them, personally recommend Fedora if you want a suggestion)
          5. Install drive 1 into the second slot that was left empty up to now
          6. Start boot, your motherboard will have a specific key to launch the boot selector, e.g. F10, or go into the UEFI settings to put the Linux option first
          7. Boot into Linux and trigger the GRUB detection for other OSes so it updates the list of entries
          8. Reboot
          9. Now without having to smash a random key to get the built-in boot selector, you will instead be able to choose comfortably from GRUB.

          Anyways don’t pressure yourself into doing any of that if you don’t feel comfortable with it, of course.
          One step at a time, the important thing is you’re satisfied with what you have and that it’s functional to your workflow