Hyper-V error. Running Windows Phone Emulator and VM in the same time (Windows 8) - linux

I'm developling a WP8 application on my computer (OS : Windows 8).
I need to install a VM to have linux.
In the same time i need to use my Emulator of Windows Phone.
I downloaded VMWare and create a virtual machine, but i had this error :
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role
from the system before running VMware Workstation.
I can't remove the Hyper-V because i need it, to use the Emulator of Windows Phone.
Maybe i didn't search well , but i only found solutions who will make me cut my Hyper-V. So it will not be possible to use my Emulator and my VM in the same time.
So, my question is : Is it possible to use my Emulator Windows Phone and in the same time to have a VM with linux who is running ?

No, you can't. You have two ways:
1) Install your Linux into Hyper-V
2) Turn Off Hyper-V, restart Windows, Use VMware. Then turn on Hyper-V, restart and use Windows Phone Emulator.
You can turn on or off Hyper-V from command line:
bcdedit /set hypervisorlaunchtype off

Related

Cannot install Android Emulator Hypervisor Driver for AMD Processors (installer)

Disabled HyperV via GUI as above.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V
Then made sure via powershell via above.
Yet when running emulator-check.exe hyper-v:
hyper-v:
2
Hyper-V is enabled
hyper-v
I assume this is the issue. Virtualization is enabled. I have tried manually installing batch file (not in android studio). I have tried disabling Virtual Machine Platform and Windows Hypervisor Platform to install and that also didn't work (re-enabled after). CPU is AMD Ryzen 5 5625U with Radeon Graphics. Android Studio and the command were done with admin.
1st enable virtualization and hyper-v from your motherboard BIOS settings.
Then from the GUI enable the following:
Hyper-V
Virtual Machine Platform
Windows Hypervisor Platform
And after that restart your windows machine.
What fixed this, was turning Virtualization OFF in the BIOS and then ON again. After doing this mulator-check.exe hyper-v showed hyper-v to be not installed, which is the expected output. I was then able to install the driver in Android Studio as usual.

Can I install Windows server and enble Hyper-V on a VM on Ubuntu 14.04

Can I enable Hyper-V role on windows Guest OS(VM) running on Ubuntu 14.04.
I hitting with issue
Hyper-V cannot be installed: A hypervisor is already running.
This isn't possible to my knowledge. Xen and KVM don't support Hyper-V in a VM.
Hyper-V is a type 1 hypervisor. It runs on bare metal then runs the parent as if it's a privileged VM. We've been doing a lot of work recently around nested virtualization (link) on a Hyper-V host but nothing for Hyper-V on other hypervisors as of now.
Note: I work on the Hyper-V team at Microsoft.

auto reboot SLES11 SP1 as a VM

I have a SLES11 SP1 (64bit) Linux installed as a VM with VMWare Player. I was trying to configure this Linux host for auto reboot after panic. For that, I added "kernel.panic=10" to /etc/sysctl.conf. After reboot, when the host panic'ed, it did not reboot automatically. Does anybody has an idea ?
I tried installing SLES11 SP1 (64bit) on ESXi server as well, but same result. I could not get it to autoreboot after panic.
I tried same settings with another distro (ubuntu 64bit), but these settings worked in that case.
If there is some other setting I need to do, please do let me know.
Thanks
For ESXi installation, you can trigger automatic reboot of guest virtual machine as follows:
Goto Configuration section -> Virtual machine startup/shutdown, and there you can add the virtual machine for automatic startup by clicking on 'Properties' button, so that it reboots automatically. You can also define 'Startup delay' and 'Shutdown delay' for both 'Automatic startup' and 'Manual startup'.

Installing Virtual PC in Fedora

I currently use a Windows 7 Home Basic. I need to run a certain application, which is, as of now not supported, i.e. compatible with/by W7HB. I tried downloading Virtual PC with XP mode, which does not support W7HB. Hence, I have installed Fedora as a dual boot, as there exists a separate edition of the application for Linux. As I am new to Linux CLI, I would like to install a version of XP in Fedora, i.e. via Virtual XP, assuming it supports. However, I am not able to find any suitable article for the same. Any suggestions...???
The easiest way to do this is to use VirtualBox.
There are 2 options:
run W7HB as the 'host' and install VirtualBox.Then install a guest operating system such as Fedora or WXP inside virtualbox.
OR
run Fedora as the host and install VirtualBox. Then install a guest operating system such as W7HB or WXP.
Be warned that if you install Windows in any form in a virtual machine you will need a Windows installation key. This may require a phone call to Windows support.
There are other solutions - VMWare, KVM, ... but IMHO VirtualBox is the simplest

Is there a way to install windows server 2003 x64 over a VM?

I have been trying to install that but it produces an error saying that the processor is not compatible with x64. I tried VMWare Player and Microsoft Virtual PC. I also read about disabling virualization but it's not working.
By enabling virtualization from the BIOS setup of the main machine it worked!
Problem installing x64 guest OS with vmware Server
You can try with this, it reveals some very useful informations http://support.microsoft.com/windowsserver2003x64

Resources