I was talking to my dad yesterday and he talked about how he dual booted windows and Linux in his college days. I immediately left to download Ubuntu, I feel so dumb for forgetting it’s an option. I literally only use windows so I can play Fortnite with friends. PSA: you can have both Linux and Windows, or you can use a vm in Linux. Be (mostly) free from Microsoft’s clammy hands.
I always found having each OS have a separate physical drive is much better, but partitioning is fine if you must.
Third world countries: We must 😔…
It’s a luxury indeed. Hopefully maybe a little less now that decent storage has come down in price a lot
Have to agree on that. SSD and RAM prices have gone down significantly.
Removed by mod
Partitioning is great with a boot partition for each OS,and linux chainloading to windows. Then I have aseparate NTFS drive as secondary drive in Windows and Linux, in case I need to work on data in either OS
Partitioning is great with a boot partition for each OS
Until Windows eats your Linux boot partition. I’ve learned my lesson, I only dual boot with separate drives now
And when’s the last time that happened to you? I have Windows and Linux on my UEFI laptop on the same disk since 2020 and never had that happen on Windows 10 and 11.
A couple of years ago, don’t know exactly, but maybe 2018? Somewhere around there at least
Windows wont if you set two independent boot partitions, and you chainload from kinux grub to windows. windows never realizes there is another boot partition. Grub is your BIOS EFI default and Grub has an entry to kickoff windows boot. You can even boot to linux right after what ahould be a windows update restart, do your linux work and when you kickoff windows again the reatart and update continues. i have had this setup since 2017.
I installed a second SSD into my new laptop and installed Debian on it. I set the new drive as the primary boot drive so windows doesn’t get a say and only loads when I select it from the boot menu. This way windows can’t trash the boot loader when it updates.
So much this, having each OS in a separate drive saves so many headaches
Removed by mod
wait, you can have two different systems, on two SSDs, on the same computer? this will be useful once i get to build my pc. Thanks!
i’m guessing having windows on a separate drive will mean that it won’t break GRUB?
I think they may actually be suggesting that you let each OS be the primary OS and then just control which one you want via boot order in the BIOS.
But yes, if Windows is able to install its boot loader on its own drive, it will not mess up the Linux boot loader on another drive. The Linux boot loader can detect Windows though and allow you to boot to it ( and Linux too of course ). That is why you make sure Linux boots first.
Muahaha, long ago had a system with a removable 5.25" HDD bay. Matching drives in enclosures, 1 linux, 1 windows. One “permanent” drive in the machine for user data.
Super easy to swap between the OS when you’re physically changing the first drive on the IDE chain.Removed by mod
My current setup is two drives, a 500gb with windows and a 1tb sad with my Linux install on it. I set the 1tb to my first boot drive, so hopefully no windows shenanigans. I’m going to see if I can set up automatic backups soon just in case
deleted by creator
imo dual booting is kinda clunky. Id rather have a vm of windows tbh. I dont like restarting my pc to swtich OS.
But hey if you like it, more power to you man.
Only did it bc anti cheats. I would use vms otherwise.
Ah I gotcha. Another option im considering is using a separate pc for windows and using a kvm to switch between them. That may be a good option for you as well if you can swing it.
Unfortunately no, I’m trying to save money atm.
deleted by creator
Are there any performance losses running Windows VM to play games? Asking as I am new to this.
We used to dual boot before virtualization matured.
Most people forget you can also run a Linux VM inside Windows if all the other options don’t work for you.
It protects your private data from virusses, doesn’t let Microsoft’s telemetry spy on your usage and browsing, and gives you more control.
Just limit what you do in Windows to what needs it running natively and do everything else inside the VM.This generally works for people who only need command-line or headless access though. I’ve been waiting for proper GPU virtualization and partitioning to actually work on consumer gpus for so long now that I’m doubtful it will ever be a thing. And the hardware industry has gradually transitioned to single GPU setups now so PCIe lanes for multi-GPU setups are harder to come by, especially with recent motherboards dedicating more and more PCIe lanes to NVMe slots. Still, even GPU pass-through with VFIO is not a trivial thing at all to get up and running. Its a travesty that CPU virtualization is so mature and far along in the consumer space, juxtaposed with a seemingly absolute big fat zero on the GPU virtualization front.
You could get away with using VMWare for their proprietary GPU virtualization feature but besides simple sandboxes for testing, I will not personally get too far into it as the experience is not great.
Proper vGPU would be so much better if nvidia weren’t twats. Anyways if you use proxmox you can unlock vGPU support for most consumers GPUs using this script
Great find! Thanks, this is new to me. I would have taken this out for a whirl immediately but I just read the docs and sadly it doesn’t support my 3000 series nvidia card. Team Green is seriously getting on my nerves for their anti consumer practices, enough for me to go all in into Team Red or Intel for my next GPU.
At this point, Intel (if you’re listening), the single most important feature you can implement to get an immediate buy from me, is SR-IOV on your Arc cards. I will probably buy a few of them for each of my PCs as well.
It only protects your data if you encrypt the virtual disk. And then you could still lose it to a ransomware attack.
That’s why regular backups are advisable.
Be aware that Windows will snitch on you if you run it in a VM. I don’t know about Forkknife in particular, but if a game’s TOS prohibits it, or the anti-cheat is having a bad day, it might get you banned. There are ways to trick Windows into thinking it’s running on metal, but it’s always a risk.
Windows doesn’t “snitch” on you. Invasive anti-cheat measures demand to act as a root-kit on your pc that reads out literally everything about your system, including CPU, hardware ID of the mainboard, etc. So of course it will see that it’s installed on a VM and you gave it the right to send that info wherever during installation of the game.
Since the point of this measure is to keep people from evading a ban by reinstalling, it will not like seeing that it’s in a VM.Taskmgr will literally list that the OS is running in a VM. You don’t need a rootkit to detect it.
That’s why I went with dual booting over a vm. Battleye and ez anti cheat both try to detect even Microsoft’s hyper-v.
thats the reason i dont play those Games anymore(although i would love to). i cannot live with the fact, that i am not in charge on my own device
I only boot windows for Fortnite and The Crew 2 because of BS DRM. Everything else runs great.
Use Grub2Win (https://sourceforge.net/projects/grub2win/) whenever Windows manages to break dual booting. It’ll stop fucking up afterwards, as it’ll be installed within one of the windows boot partitions.
Personally I’m not a fan of dual booting. Admittedly it’s been many years since I have evn tried (now that virtualization is what it is), but when I did, grub would always break on me. It just wasn’t worth the hassle. Now to think of having to reboot to switch just makes me cringe. Lol
I had an old windows AME install on a separate drive I forgot about. Updated grub in peppermint (Debian) voila all of the sudden my windows was added , no fuss at all. Simple nowadays