I have a Lenovo Yoga running Windows 10 on a 1TB SSD and at some point will probably have to upgrade it to Windows 11. I use it for school and have to keep Windows on it for now because of what I’m currently doing. I want to start getting into Linux in hopes of making the switch sometime down the line. Is partitioning the disk and dual booting Windows/Linux a thing and is it possible/easy to do? If so, what distro would anyone recommend? (I’ve heard good things about Mint). Back in the day I had gotten bored one night, installed Ubuntu on an external drive and played around with it a very tiny bit before forgetting about it, but that’s the extent of my Linux knowledge, so kindly keep explanations ELI5 :)

Edit: Thank you everyone! You’ve given me lots of good advice and knowledge, some terms to Google, and some good places to start. I appreciate it! Looking forward to joining the wonderful world of Linux!

  • Aniki 🌱🌿@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 year ago

    Honestly, I always HATED dual-booting off one drive. It’s infuriating and Windows can and will fuck your boot loader. I always found it so much easier to just have two disks and select which one I wanted to boot from the quick-post boot menu, or hopefully have a grub that matches the windows drive. That way both disks stay agnostic of the boot partitions and partition types. When I was a runt in college I had a laptop with a drive tray back when those were a thing. Now I just run Windows in QEMU on my laptops.

  • Tippon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    I’m going to go against the grain a bit and suggest trying Linux in a virtual machine instead of dual booting.

    In case you haven’t heard of them, virtual machines are like a computer inside your computer. You can set up as many as you like, as long as you have the space, and if they go wrong, they won’t affect the rest of your computer. You can set them up to share a folder with Windows for accessing your files.

    The reason I’m suggesting a virtual machine is because you use your computer for school. Linux is very user friendly these days, and pretty easy to set up, but this seems to be something that you’re new to, so you won’t know how to fix any problems that come up.

    If you’ve got school work due and something goes wrong, you don’t want to be fixing the computer instead of doing your work.

    Once you’ve got some experience, then look at dual booting.

    P.S. Mint is a great choice :)

  • ethanolparty@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    I do this every day and the only problems I have is that it throws off Windows’ system clock (requiring a manual re-sync) and I have to re-pair my bluetooth headphones every time

  • Random Dent@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    To add to what others have said, I’d recommend installing Windows first, then Linux. Windows tends to assume it’s the only OS that exists, so if there’s anything else on the boot sector (eg. your fresh new Linux install), it’ll just overwrite it without even checking lol.

  • Veraxis@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Yep, I dual boot on my laptop so that I can run certain programs for my schoolwork as well. I use Refind as my boot manager so that I can easily select one or the other on startup.

  • paradox2011@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Yes, it’s super easy to do as well. Most distro installers give you the option to automatically install for dual-boot without any manual partitioning.

    Definitely try Mint, I was on it for years and it is very thoughtfully designed for stability and ease if use.

    The hardest part will be getting the liveUSB made for the Linux ISO. You can find some simple tools like Balena Etcher that make it easy though.

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

        Same here. It somehow broke my BIOS and I couldn’t even force it to boot off my windows install flash drive!

      • paradox2011@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        That’s a bummer, sorry man. That is super rare though, I’ve never heard of that happening to anyone else in my 10+ years of Linux life. Don’t let it keep you from trying it again. I guess that is a testimony to the importance of backups, especially when working with partitions.

        OP, the most trouble I’ve ever heard of or experienced myself was some GRUB issues, which are just a matter of the bootloader recognizing that there is a windows or Linux partition alongside whatever is being booted up. There are a ton of tutorials on how to address that type of issue though, it’s usually a matter of one or two commands in a terminal or command prompt.

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Dual boot exists for a long time. You just have to make sure your drive is partitioned with the GPT table and not the MBR one

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

    First if all, welcome to Linux. I also found it in my high school/college years and am so glad I did. Things will be weird. I remember thinking “what kind of Fisher Price OS is this?” because Ubuntu was so simple looking back then and I was used to the unnecessary clutter of Windows. There is so much to explore, but I think you are on a good path with Mint. I have also run Mint for a few years and love some of the things it does.

    A helpful note: If you plan on sharing files between the two OSes, be aware that Windows won’t typically access a Linux file system like ext4 or btrfs and Linux can handle NTFS (windows) in a lot of cases, but if you have bitlocker running you may have additional hurdles.

    I highly recommend getting a big external drive ans backing up regularly (like at least once a week). At some point you will screw up and be glad you did it. I only overwrote a disk partition on accident once, and I recovered the data, but I also learned my lesson the hard way. Don’t be like me!

    • shadowSprite@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thanks! I’ve been interested in Linux for awhile now. I don’t plan on sharing files between the two OSes, and I’m religious about my backups. If I don’t have at least 3 or 4 backups I don’t consider my data backed up :)

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

    I did something slightly different. I dual boot windows and linux. But each one is on a different hard drive. I have two SSDs that each one is dedicated to. Makes things easier.

  • Fisch@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I agree with the others that testing in a VM (Virtual Machine) first is probably a good idea. Keep in mind that because of missing 3D acceleration inside a VM things like desktop animations might not work.

    As for distros, I’d recommend Mint or Fedora. I personally use Fedora.

    What’s also important is the desktop environment you choose. The most popular ones are GNOME and KDE Plasma. GNOME is closer to MacOS than Windows and is made to just work while KDE Plasma has a layout similar to Windows out of the box but is very customizable and has a lot of options. Ubuntu uses GNOME but they make quite a few changes to it. Fedora uses GNOME by default but there’s also a KDE Plasma version, I think. Mint doesn’t have these 2 by default, you can always install them if you want to afterwards tho. The 3 options Mint gives you are also more Windows-like but I haven’t tried them myself, so I can’t tell you much about them. A VM would give you the ability to just install them, try them out and delete them afterwards. I personally use GNOME btw.

  • bizdelnick@lemmy.ml
    link
    fedilink
    arrow-up
    1
    arrow-down
    5
    ·
    1 year ago

    It is very difficult for a person who is too lazy to google for an answer. I don’t recommend.

    • shadowSprite@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I did google it, and found a bunch of articles about dual booting with windows 7. I didn’t know if it was still possible or if it would be smart to try for someone with no experience with Linux, so I thought I’d come to a sub where there are tons of people who use Linux daily and could give me some advice about whether I should try it or not. Thanks for the input :)