While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Half-Life: Blue Shift remake mod Black Mesa: Blue Shift…
- a0kami -
The Walking Dead, The Expanse and more in the Telltale …
- Caldathras -
Half-Life 2 free to keep until November 18th, Episodes …
- wvstolzing -
Half-Life 2 free to keep until November 18th, Episodes …
- Caldathras -
The Walking Dead, The Expanse and more in the Telltale …
- Liam Dawe - > See more comments
- Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - Our own anti-cheat list
- Xpander - See more posts
I know of two methods, dual boot or virtual machine. I've heard VM's are getting better and it sounds like less of a pain in the neck than dual booting using something like Vifo. But I'm also a Linux noob and I'm afraid I'll break something, any advice would be amazing. Here are my specs to help with the consideration.
Linux Distro: Nobara
CPU: Ryzen 5600x
GPU: Radeon RX 6700xt
16GB RAM
1TB Gen4 SSD
2TB SATA SSD for Game Storage
4TB HDD for Mass Storage
Last edited by Smellbringer on 20 August 2023 at 11:27 pm UTC
View PC info
A virtual machine can work, if you have good luck with PCI-E passthrough, otherwise, virtual machines are not for playing any serious games.
View PC info
Aside from visual novels, most games won't work in virtual machines without a dedicated graphics card passed through. You would need to use VFIO. Dual-booting, on the other hand, only requires you to have another storage device on your computer.
Some games, like Rainbow Six Siege, will ban you if you use a virtual machine with VFIO GPU Passthrough, so that's something to keep in mind too.
Okay, thank you. I suppose I'll just stick with the dual boot solution I got. Now to figure out how to add the second Windows disk to Grub because it refuses to show up.
Options aren't great if you have a title that specifically refuses to support Linux:
1. Stop playing these games. Not exactly a great option, but still an option.
2. Dual boot
3. VM with GPU pass-through. I might be wrong, but I think this option also requires you to use a second, different GPU? And with GPU prices being what they are, that's not great.
4. Use a separate PC/laptop configured with Windows
5. Hope for a change of heart from these devs/publishes and that they'll support EAC/Battleye in Linux. It happens, but note that EAC-creator, Epic, have publicy refused to do so, as have Bungie for Destiny 2. I haven't heard flat out refusal regarding Rainbow 6 though.
Niche distros are going to have issues that you'll have to work out how to fix yourself because they're niche. And you won't know how to fix them yourself because you're new.
Something mainstream that loads of people use - so issues are found quickly, and widely solved quickly - is what you want when you're new.
Pleasereadthemanual, above, notes that while they "work", VMs can sometimes be detected as bad, and apparently Rainbow Six Siege has been know to ban over this. I'm not sure the complexity and risk is worth the pay off, honestly.
View PC info
Back in the good old days, I used to not care what distros people were using. It was easy enough to post distro-agnostic solutions. Nowadays there are too many distros that think they are cleverer than anybody else.
Smellbringer, if you want help with Grub, I need information
sudo dmesg > dmesg.txt
(sudo, because by default the kernel configuration will not allow unprivileged users to access the kernel log buffer and most distros won't change that)
/boot/grub/grub.cfg
Note: I think it might actually be /boot/grub2/grub.cfg in that clever distro.
Get me those two files (the resulting dmesg.txt and grub.cfg) for starters and I'll take a look. If you know which device (e.g. "/dev/sd??" or "/dev/nvme???") is your Windows drive that would help.
What may be happening is that grub-mkconfig (the grub autoconfiguration scripts) or whatever "update-grub" wrapper they use is not even "scanning" that hard drive. I'm assuming it's properly connected to the system and the kernel detects it.
Another alternative would be to simply go into your UEFI (assuming again) BIOS and make that drive the boot drive when you want to boot Windows. This is assuming that the Windows drive is standalone and can boot the system (has its own EFI partition if applicable etc.). For example, the computer originally had Windows on it and you took that drive out?
Last edited by Grogan on 21 August 2023 at 6:53 pm UTC
View PC info
Have you actually tried updating the grub configuration? I shouldn't assume.
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
The os-prober might actually find it.
Otherwise, they still do provide /etc/grub.d/40_custom for manually adding menu entry stanzas.
Fedora (and Nobara) do things a bit differently, the actual boot entries are separate files in /boot/loader/entries with non human-friendly names. They call this the BootLoaderSpec, or "BLS". (The B should stand for Bollocks, but I digress)
There's not much point in showing grub.cfg because that's not where the boot entries are generated anymore.