• afos@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      You can definitely dual boot but you will probably need to shrink your windows partition or install it on a separate drive. Linux can read and write in NTFS format but it shouldn’t be installed on it.

      Definitely through USB. I recommend checking out Ventoy for creating USB install media, you can just chuck a bunch of live ISO images of different distros on there to try them and find what you like.

      • starman@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        1 year ago

        Fedora linux has dedicated media writer and it’s the easiest way I have ever installed linux, I’d recommend you to try it @Legendsofanus

        • KubeRoot@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I would definitely recommend trying Ventoy if you haven’t. Instead of flashing one image on your USB stick, it creates a small bootable EFI partition and a storage partition. You can then drop .iso images on the storage partition, and when booting Ventoy from the stick, it scans the isos and shows a simple interface to select which one you want to boot.

          This means you can keep multiple installation media and/or tools on the same stick, with management being as simple as adding/removing files, while also being able to use it as storage in a pinch.

      • Legendsofanus@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        So I should probably install it on a USB and then what, side-boot ig? Will I still have windows? Or are you talking about installing to the drive through USB

        • KubeRoot@discuss.tchncs.de
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          Somebody else already replied, but for clarity: Installing an OS is usually done without an OS already running. To this end, installation media comes on a disk image - in the past, you’d burn that on a CD, but these days you can flash it on a USB, and then reformat/reflash it if you want the stick “back”. You can also check out Ventoy, which basically lets you instead drop the .iso files on a stick instead of having to flash a specific one.

          Afterwards, you can boot up the installation media from your USB. This is probably another peculiarity, coming from windows, because Linux installation media often comes in the form of a live image - it’s basically just the distribution you’re installing, set to load itself into memory from the USB stick, alongside all the tools needed to install it onto permanent storage in your computer. This means you can just boot it off off a USB stick and try it out without installing. Performance might suffer and any changes won’t be saved (by default), but that’s what the other commenter is talking about.

          Anyways, once you’ve booted into the live image you can actually install it. This is where it gets more complicated, since the exact steps depend on distribution, especially when dealing with dual-booting. If you have two drives in your computer (SSD or HDD), I’d recommend installing Linux on a separate one from Windows, for simple reasons - it makes it harder to accidentally wipe your other system by mistake, and windows likes to overwrite the bootloader with its own one.

          Also, personal recommendation - if you use a Linux bootloader as your main one (that is, the one where you select whether you’re booting into Linux or Windows), I’d recommend rEFInd - it has a simple graphical interface and automatically detects boot options on launch, so it requires very little configuration. And if you actually install on the same drive, you might want to look up a way to add Linux as a boot option in Windows’s bootloader, since that helps avoid hassles with the bootloader being overwritten.

        • CasualGoalie@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          There are live images where you can test and run Linux out of an USB, but most of those are not persistent (start from scratch once you reboot), the other option is called dual boot where you have Windows and Linux installed in parallel and you select which one to use during boot.