Better VM Ubuntu on Windows 10 or VM Windows 10 on Ubuntu?

15,986

Solution 1

Put Windows on the VM. That way if you never have to worry that porting your Windows installation to a new machine will invalidate the installation ;) If you'll be using Ubuntu more often than Windows, having Ubuntu as the host will save you a lot of boot time.

Pro tip 1: if you have plenty of disk space, create the VM with a raw partition rather than a virtual disk. That will make the VM perform at near native speed.

Pro tip 2: Windows is considerably more of a resource hog than Linux (generally speaking - I'm sure you could configure a Linux install to use lots of resources if you tried hard). You'll need to give the VM an absolute minimum of 8Gigs for the VM to even be usable and min of 16Gig for decent performance.

Solution 2

If you are using Ubuntu as your daily operating system, then install Ubuntu on your physical computer and install Windows 10 as a guest OS in a virtual machine. The large size of Ubuntu's default software repositories makes it easy to install and upgrade the development software that you use every day. Because you're going to be installing a lot of software in Windows 10, the bare minimum for disk space is 25 GB1 2 (preferably on the SSD), and you will probably need much more than that, especially if you plan on installing Microsoft Visual Studio in Windows 10.

For example, let's say you need to use Microsoft Visual Studio. You can install the more lightweight Visual Studio Code from the default Ubuntu repositories with sudo snap install code --classic. It is possible to run Python, C, C++, JavaScript, PHP, Java, R and some other programming language code blocks directly in Visual Studio Code using the Code Runner extension. You can install some of your favorite Visual Studio extensions in Visual Studio Code, and switch from VSCode in Ubuntu to Visual Studio in Windows 10 when things get out of hand. You're going to need a virtual machine in order to quickly and easily switch back and forth between Ubuntu and Windows 10.

If you are planning to do graphics-intensive tasks in the VM, there is a distinct advantage in using VMware Workstation 11 or later over VirtualBox. In VMware Workstation 11 for graphics-intensive applications, 2GB of video memory can be allocated for additional workload processing power, compared to a maximum of 256MB maximum video memory in VirtualBox. VMware Workstation 15 and later supports virtual graphics memory up to 3GB. Your computer has a Core i7 CPU and 16GB RAM, so there should be no problem allocating 2 virtual CPUs and 8GB virtual RAM to the guest OS.

Why use Ubuntu for development?

    IMG: The broadest and best development tools and libraries

  • The fastest route from development to deployment on desktop, mobile, server or cloud

  • The desktop of choice for developers at some of the world's leading technology companies

  • Lightweight to either run natively or in a VM, on a PC or a Mac

  • Ideal for any resource-intensive environment

Ubuntu is the world's most popular open source OS for development

Ubuntu is used by thousands of development teams around the world because of its versatility, reliability, constantly updated features, and extensive developer libraries.

If you're managing developers, Ubuntu is the best way to increase your team's productivity and guarantee a smooth transition from development all the way to production. Ubuntu is the world’s most popular open source OS for both development and deployment, from the data center to the cloud.

And, as the Ubuntu OS converges, these same applications will be able to run on desktop, tablets, phone and even on the Internet of Things — one application across Ubuntu's full range of devices.

Source: Ubuntu Desktop for developers

Solution 3

I'm going to make a case for the opposite here.

The quick answer to why is windows driver support and how good Vmware is at passing hardware resources to the guest.

I spend 70% of my time on my computer inside a VM. The VM gets 10 of my 16gigs for ram (could possibly stretch it a bit more but as people say Ubuntu doesn't need as much ram) and access to all my CPU cores as well as giving it 3d acceleration and 3gigs of Vram.

Some of my development tasks run faster in this VM than they do natively in windows. (eg docker containers and unit test run up to 6 times faster than a native windows setup)

Ubuntu is awesome and sometimes think what if it had all the hardware to itself? 🤔 Every now and then I decided I should try installing it as my main and see if it has gotten easier to set up. My experience so far has been painful.

Every time I install ubuntu as a main I spend ridiculous amounts of time just trying to get it to work as good as it does in a VM with some drivers making it unstable, run slower and not to mention wasting a truckload of my time. And then hoping to open windows in a VM to run a game or something CPU or GPU intensive, how can I expect it able to run well when the host OS can't even use the hardware properly.

Plus the fact that my development OS in the VM can be easily encrypted and easily copied/moved around to other machines along will all my work and configs and customized plugins.

The VM inherits the following advantages of windows driver support with no setup required:

  • Freesync / Vsync (i get screen tearing in native ubuntu)
  • You can use Logitech software for all your Logitech gear.
    • Wireless headsets
    • specialized keyboard software and macros etc all working because they are supported in windows out of the box.
  • 144hz (partially see below)
  • wireless displays casting can be done in windows
  • entire VM can be encrypted without having to setup native encryption

You can only run the VM at 60hz which is a downside however, somehow the mouse movement is still buttery smooth typing is responsive even if the app windows inside only refresh at 60hz. (don't ask me how this is working)

Another plus is when you need to say run several versions of PHP and apache and maybe an android app you can easily just do it all. I've still haven't found a way to hot-swap apache and PHP and MySQL on ubuntu at all let alone as easily as windows can.

Or maybe you need DirectX for some game development project on the side or many other scenarios where ubuntu just can't do it without up to a week of stuffing around and it's not going to run as fast if windows is inside the VM under Ubuntu.

And then when you feel like a break, just suspend your VM and open AAA game titles running at max capacity, 144hz with free sync and all your custom gear working perfectly because is all run faster in windows albeit at the cost of an extra gig of ram being used meh.

I have 16g/ram and I give 10g to the VM and windows still has enough for steam downloads, discord and a heap of other game launchers downloaders and even a web server running in background tasks to run while I'm working in the VM.

When I finish work I close the VM and get straight into my games or just stay in ubuntu and work on my own things.

There are some cons tho:

  • scrolling in Ubuntu inside the VM on some apps such as chrome doesn't work while the mouse is moving. (Firefox doesn't have this problem) You have to stop moving the pointer and then scroll which is pretty annoying. I get around this by just using Chrome windows on another screen and full-screen ubuntu in the other. Or just use Firefox.
  • multiple screens can bugout sometimes and you have to stop VM using them exit fullscreen, go back to fullscreen and then tell it to use your extra screens again.
  • you are wasting up to 5 gigs of ram.

VMWARE VS VBOX?:

Vmware is def superior to work in compared to Vbox purely because of the GPU performance and the ability to give it 3gig of VRAM.

Vbox is better if you're not fussed about graphical performance, don't want ubuntu's animations and want to frequently switch between windows and fullscreen Ubuntu with host key shortcuts. Plus it also has snapshots feature where u can save the machine at multiple stages and just boot up a previous state if something goes wrong. ( if Vbox had the same Graphical performance as Vmware I wouldn't consider VMware at all )

Share:
15,986

Related videos on Youtube

Ced
Author by

Ced

Junior full-stack developer, Specialised in Front-End

Updated on September 18, 2022

Comments

  • Ced
    Ced over 1 year

    (VM = Virtual Machine)

    Hello, so as a developer currently studying I am working on a laptop under Windows 10 OS, so I would like to install Ubuntu OS on my daily laptop, the problem is that I know in some rare condition I will need to still have a working Windows 10 environment working for groups project and/or use of specific software.

    enter image description here

    So my question is the following: Is it better * to install Ubuntu and use a Windows 10 Virtual machine when needed or to use Windows 10 ans an Ubuntu VM running most of the time on it ?

    *by better I mean depending on the information privacy and also the performances of the computer as I know some VM can be slow.

    Knowing that I only have one location for the SSD I was thinking to use VMs but if I'm wrong and doing a Dual boot in your opinion is a better idea feel free to tell me.

    In order to give you more details about it: the computer have 16GB of ram and an i7 CPU

    • j-money
      j-money about 5 years
      The answers provided are good answers, a lot of it depends on what you plan on doing with the machine (ok development). And why you need a windows VM if only running linux. For reference I switched to a linux solution only about 10 years ago, and in school and my professional life I have only needed a windows VM once, and that's because I was to lazy to try and run some windows application on my machine.
  • j-money
    j-money about 5 years
    I have a win10 vm running just fine using 2 proccessors and only 4Gb of memory... I'm not so sure about your "absolute" minimum. As for performance, it does just fine depending on what I use it for, so again I'm not so sure about your 16Gb for "decent" performance. Where are these numbers coming from? microsoft.com/en-us/windows/windows-10-specifications#primar‌​yR2
  • Eric Mintz
    Eric Mintz about 5 years
    I'm running a few VMs myself. I can boot just fine with 4G and maybe do some browsing etc, but that leaves precious little for any work.
  • Ced
    Ced about 5 years
    Thank you for your answer ! Could you please provide me more details about what is the best in your opinion in order to install Windows 10 as a guest OS in a virtual machine
  • Ced
    Ced about 5 years
    Thank you for your answer! just a question what do you mean by "VM with a raw partition" ? Also I have a 120/or 250GB SSD if that may help, along with an internal 1To HDD that I use only in order to store data so I don't have the intention to use it to boot.
  • Charles Green
    Charles Green about 5 years
    @Ced Some of the VM managers, such as QEMU, have the capability to use a partition on the disk for the VM machine rather than a file based in the host os. Here is a link describing such a situation in vmware
  • Eric Mintz
    Eric Mintz about 5 years
    VirtualBox has the ability to use either a partition or a while drive as physical space. Here's how to use the VirtualBox command-line tool in either Windows, Linux, or Mac to create a VirtualBox drive that is a reference to physical drive space: virtualbox.org/manual/ch09.html#rawdisk