Run both at the same time, Windows and Ubuntu

The short answer is, yes you can run both Windows and Ubuntu at the same time.

The long answer of "how can I do it?" depends on what you want your host OS and what you want your "guest OS" to be. I can think of three possibilities:

First, use Windows as the host. This means Windows will be your primary OS running directly on the hardware (the computer). This is how most people run Windows. Then you will install a program in Windows, such as Virtualbox, or VMPlayer (call it VM). When you launch this program you will be able to install another OS, say Ubuntu, inside the VM as a guest. Before you install Ubuntu in the VM, you will need to assign some resources to the VM such as the amount of RAM and hard-disk space. The VM program will act like a virtual computer with the RAM and hard-disk space you have allocated. Once installed, you will be able to run Ubuntu within the VM, either in a window or in full screen mode.

Second, You can also do the reverse. That is, install Ubuntu as the host on a real machine and install Windows as a guest in a VM inside Ubuntu.

Third, If you have a Mac as a host, you can use a similar VM program called Parallel for Mac and create two VMs, one for Windows, and another for Ubuntu.

See the VM Wiki for additional details.

Also see the Ubuntu Help on Virtual Box, VMWare/Player and Parallel VM for Mac.

Drawbacks

The main drawback of running an OS in a VM is access to resources, say RAM. First, the host will need some RAM to run itself and any native programs like a word processor you want to run. The guest can then only use what is left behind. So if you have only 4GB of RAM and Windows (the host) needs 3GB to work well. The Ubuntu as guest can only use 1GB of physical RAM. You may assign more RAM to Ubuntu, but things will slow down as the hard drive will be used as virtual RAM and things will be moved between real RAM and the virtual RAM.

The second drawback is also related to resources. Say you have a very fancy graphics card in your machine. However, in the VM all the hardware is virtual. The default virtual graphics card may have more limited capabilities, but may be chosen as default as it is compatible to a variety of OSs. So the OS in the VM won't be able to take advantage of the fancy graphics card. The difference between the first and the second drawback is the following. You can get more RAM or a bigger hard-drive in the real machine, and then allocate them to the VM. There may not be an easy way to change the default configurations of other aspects of the virtual hardware in the VM. Thus, a faster graphics card in the real machine may not translate to one in the VM.

On virtual terminal:

I don't know what you mean by it. To me, a virtual terminal is a command line interface that can work without the graphical user interfaces (GUI) in Ubuntu and other Linux and similar systems. The concept of a virtual terminal does not apply to Windows. See What is a virtual terminal for? for more details on virtual terminals.

Hope this helps.


Most all operating systems expect to have full uninterrupted access to the computer's hardware/resources, and do not like sharing with another OS, it won't work. So the answer to that is virtualization.

Virtual Machines that use technologies like Intel's VT-x and AMD's AMD-V aloow you to do just that.

Virtual Box, and VMWare allow you to install multiple operating systems on the same host machine. Such as Windows, Linux, and Mac OS. Both allow you to:

  • Run more than one OS at a time
  • Switch between the OS's as you like
  • Start, stop, and pause the OS's at the same time or independent of each other
  • Sharing between the OS's
  • The ability to allocate the desired resources
  • Backup and restore using a snapshot

Using this way requires you to have great hardware, a lot of RAM, and disk space, otherwise you will feel a lag. Depending on how many operating systems you're planning on running. Just to give you an example, I have a 3.0 GHz i7 CPU with 16GB RAM, and 2 TB Hard Disk. I run Ubuntu 12.04 as the host OS, and I have the following Virtual Machines running at the same time: Ubuntu 12.10, Ubuntu Server 12.10, Redhat 6, Window 7, and Windows 8 ( windows 7 & 8 for work, and testing purposes).

Virtual Box does not require CPU-based virtualization support (VT-x or AMD-V), and you can download it free, while VMWare Workstations a paid application. I personally prefer VMWare Workstation.

For more information click here for VMWare, and VirtualBox

The image below is from my laptop running Windows 7 as the host with 4 VM's. Laptop is Dell w/ AMD A8, 8GB RAM.

enter image description here


As the other said you can use virtual machines. there is a fantastic option that would inspire you and is very useful You can use "seemless" option by pressing ctrl+L in virtualbox to to have a mixed ubuntu + windows environment that make you able to use windows and ubuntu without switching between two of them