this post was submitted on 04 Aug 2023
336 points (61.3% liked)

Linux

48216 readers
930 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm helping a family member build a pc. He wanted to use Windows because "Linux can't play games" despite me having a perfectly good gaming laptop running Linux that runs all my games, even graphically intensive ones.

2 days later, no game has been played yet. We can't even get steam to start. I even installed Arch on a sata ssd I donated just to verify the pc parts actually work (took less than an hour). It took 1 and a half days to even get the Windows 11 installer to get past like the 3rd screen.

Fucking fuck. Dealing with all this fucking bullshit is far worse than not being able to play a few trashy anticheat pay 2 win games. The anti Linux circlejerk is real.

you are viewing a single comment's thread
view the rest of the comments
[–] Rhabuko@feddit.de 2 points 1 year ago (2 children)

I think that's what I will eventually do. Right now it's still dual boot.

[–] db2@sopuli.xyz 3 points 1 year ago (3 children)

Apparently there's a way to run a vm from an actual disk partition, as long as you can be sure only the vm has access to the partition(s). I haven't tried it myself yet though.

[–] minorsecond@lemm.ee 4 points 1 year ago

It works pretty well. I did it with virtualbox.

[–] addie@feddit.uk 2 points 1 year ago

Works great on VirtualBox - essentially, create a 'raw VMDK', and set up a virtual machine with that. Back when I thought that Windows was still worth dual-booting, I used to have it installed 'for real', but also installed so that I could boot it via VB. I always used to run Windows Updates when it was started in VB - that prevented the updates from making any BIOS changes and fucking up my GRUB configuration. It was also handy for file sharing and such like. Had far fewer problems with Windows in general that way, too.

Eventually, I realised that gaming on Linux is just fine, and the work-arounds were less effort than stopping Windows from shitting the bed in a dual-boot configuration. That was years ago; Linux gaming has come on a long way since then, too.

VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk -rawdisk /dev/sda

https://docs.oracle.com/en/virtualization/virtualbox/6.0/admin/adv-storage-config.html

[–] dream_weasel@sh.itjust.works 1 points 1 year ago

I was pretty worried I was gonna bork my drives so I never went for the full pass through. Sounds like unnecessary risk to me.

[–] dream_weasel@sh.itjust.works 1 points 1 year ago

Dual boot is like the hardest way because you have to stop using one to start the other. Virtual machine is the way to go IMO. Though I don't have a Windows VM atm...