F5F Stay Refreshed Software Operating Systems Run Windows inside a virtual machine on Linux using a daily driver.

Run Windows inside a virtual machine on Linux using a daily driver.

Run Windows inside a virtual machine on Linux using a daily driver.

E
EnzoVargas619
Member
120
01-07-2016, 06:57 AM
#1
Hey, I see your concern. Yes, you can run Windows 10 inside a virtual machine on Ubuntu as a daily driver instead of booting directly into the OS. This way, your PC can still use Windows 10 while running Ubuntu for daily tasks.
E
EnzoVargas619
01-07-2016, 06:57 AM #1

Hey, I see your concern. Yes, you can run Windows 10 inside a virtual machine on Ubuntu as a daily driver instead of booting directly into the OS. This way, your PC can still use Windows 10 while running Ubuntu for daily tasks.

M
MyNameIsNoOne
Member
109
01-09-2016, 03:08 AM
#2
It's feasible, but you'll consume more power and experience reduced efficiency.
M
MyNameIsNoOne
01-09-2016, 03:08 AM #2

It's feasible, but you'll consume more power and experience reduced efficiency.

I
ImQwiller
Junior Member
20
01-09-2016, 05:04 AM
#3
I can manage, but I’d avoid Windows 10 unless you’re ready to play games on your laptop.
I
ImQwiller
01-09-2016, 05:04 AM #3

I can manage, but I’d avoid Windows 10 unless you’re ready to play games on your laptop.

A
AcidixBlitzHD
Member
200
01-09-2016, 03:33 PM
#4
It seems you're stuck needing to dual boot the system, preferring Linux for its optimized drivers over Windows. You're planning an SSD or DDR4 upgrade soon, but the Windows performance still lags despite your adjustments.
A
AcidixBlitzHD
01-09-2016, 03:33 PM #4

It seems you're stuck needing to dual boot the system, preferring Linux for its optimized drivers over Windows. You're planning an SSD or DDR4 upgrade soon, but the Windows performance still lags despite your adjustments.

M
memee56200
Member
212
01-10-2016, 11:37 AM
#5
A virtual machine running inside a host operating system always uses more energy than the native OS you choose. To run both Linux and Windows applications smoothly, consider using Windows 10 as the primary OS, enable Windows Subsystem for Linux, and execute Linux binaries natively without an emulator—everything stays in the same file system. WSL offers this dual capability, letting you use just one OS at a time. It functions exceptionally well. For developers, linking Visual Studio to WSL allows compiling for Linux and executing binaries directly, eliminating the need to restart or switch OS. This flexibility is powerful—like writing a C++ program in Notepad++, saving it, opening Bash, navigating to the file, and invoking g++ and ./a.out all in one session. WSL truly delivers impressive versatility.
M
memee56200
01-10-2016, 11:37 AM #5

A virtual machine running inside a host operating system always uses more energy than the native OS you choose. To run both Linux and Windows applications smoothly, consider using Windows 10 as the primary OS, enable Windows Subsystem for Linux, and execute Linux binaries natively without an emulator—everything stays in the same file system. WSL offers this dual capability, letting you use just one OS at a time. It functions exceptionally well. For developers, linking Visual Studio to WSL allows compiling for Linux and executing binaries directly, eliminating the need to restart or switch OS. This flexibility is powerful—like writing a C++ program in Notepad++, saving it, opening Bash, navigating to the file, and invoking g++ and ./a.out all in one session. WSL truly delivers impressive versatility.