Does having Linux and Windows on seperate drives mitigate this issue somewhat?
Wanting to start dual booting and moving to windows. Wondering if that helps at all.
Edit: I meant moving to Linux… >.>
I keep Linux and windows on separate disks, grub or windows boot manager don’t know about each other.
I have the Linux disk as the primary boot, if I need to boot into windows i use the bios boot selection screen.
It’s a bit of a pain at times(have to mash F12 to get the bios boot menu) bit it’s less of a headache than trying to fix grub
I’d only use windows for gaming really, wouldn’t running it in a VM be less optimal in that vase? In terms of performance of windows and playing fames within the VM.
Do you think I can program on a Windows VM? Do you work with it? I still use Windows because I need my programs to work on Windows (had my programs built on Linux fail on Windows Machines before). Do you have experience on this?
That wouldn’t be about the VM but the OS. If the software is built to target linux without care for portability then it’ll fail on windows - you’d have to compile it targetting windows, either using the Visual Studio compiler or MinGW’s gcc, be it native for windows under MSYS2 or using a cross-compiler variant.
Not on my experience. But separate machines would work, if Microsoft never releases a “Wi-Fi network security patch for compatibility with all machines”.
Does having Linux and Windows on seperate drives mitigate this issue somewhat?
Wanting to start dual booting and moving to windows. Wondering if that helps at all.
Edit: I meant moving to Linux… >.>
I keep Linux and windows on separate disks, grub or windows boot manager don’t know about each other. I have the Linux disk as the primary boot, if I need to boot into windows i use the bios boot selection screen. It’s a bit of a pain at times(have to mash F12 to get the bios boot menu) bit it’s less of a headache than trying to fix grub
I took this approach as well but I let Grub add Windows as a boot option. No mashing keys at post and Windows doesn’t get to touch Grub or Debian.
I have considered adding windows to grub, but these days I hardly boot into windows so there is probably not much point.
N I C E !
Thanks for your input!
Ah, I see, there really is a way 😁👌🏻
If you can, put Windows in a VM instead.
I’d only use windows for gaming really, wouldn’t running it in a VM be less optimal in that vase? In terms of performance of windows and playing fames within the VM.
Really depends on the virtualization technology, hardware, configuration and game. Not a gamer myself.
Gaming on linux has come a long way in recent years though, in no small part thanks to Steam.
Do you think I can program on a Windows VM? Do you work with it? I still use Windows because I need my programs to work on Windows (had my programs built on Linux fail on Windows Machines before). Do you have experience on this?
That wouldn’t be about the VM but the OS. If the software is built to target linux without care for portability then it’ll fail on windows - you’d have to compile it targetting windows, either using the Visual Studio compiler or MinGW’s gcc, be it native for windows under MSYS2 or using a cross-compiler variant.
Not on my experience. But separate machines would work, if Microsoft never releases a “Wi-Fi network security patch for compatibility with all machines”.