this post was submitted on 15 May 2025
59 points (95.4% liked)

Asklemmy

48072 readers
630 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I'm considering installing Linux on my laptop but I'm unsure if I should start with a virtual machine first. My main use cases are gaming and coding, so I want to make sure it's the right fit.

What are the pros and cons of using Linux for someone like me? Would starting with VirtualBox be a good idea before going all in?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] stealth_cookies@lemmy.ca 7 points 3 days ago (1 children)

I recommend dual booting, not a VM. It is easy enough to choose which OS to boot into if you need to go back to Windows, while being enough friction that you don't immediately fallback to going into Windows every time you don't know how to do something in Linux.

I don't code, but from the gaming standpoint, things are pretty decent on Linux these days. I've been on Linux full time on my laptop for well over a year now, and 6+ months on my main desktop now and find very few reasons to boot into Windows. I think I booted into Windows last weekend for the first time in at least 2 months because I had to upgrade the FW on a device that only had a Windows tool. Otherwise I do have a windows VM on a server that I use relatively frequently, because the state of 3D CAD software on Linux is horrible.

[โ€“] mic_check_one_two@lemmy.dbzer0.com 2 points 3 days ago* (last edited 3 days ago) (2 children)

I actually recommend against dual booting, because Windows is not a friendly neighbor. It has a bad habit of fucking with boot loaders and insisting that it be the first priority every time it updates.

[โ€“] pineapple@lemmy.ml 1 points 2 days ago* (last edited 2 days ago)

Do these issues go away if you have a two separate physical disks for each install?

[โ€“] stealth_cookies@lemmy.ca 1 points 3 days ago

Yeah, that is the downside of dual booting, you are almost certainly going to end up learning how to chroot to fix the bootloader at some point. But dealing with a VM, especially if you want to pass a GPU also has its own difficulties.