Virtualized AMD-V/RVI is not supported on this platform - virtual-machine

can't power up my ESXi server
i had tried running bcdedit /set hypervisorlaunchtype off on powershell, and turning off hypervisor platform windows features and hoping it will work but did not in the end

Related

React-Native installation on Windows 11 machine

I'm trying to get React Native installed on a Windows 11 virtual machine.
I keep getting Intel® HAXM installation failed. To install Intel® HAXM follow the instructions found at: https://github.com/intel/haxm/wiki/Installation-Instructions-on-Windows
I've tried installing Intel Haxm manually but I get
As this is a virtual machine I'm unable to access the bios to enable virtualization, so I've been following https://learn.microsoft.com/en-us/windows-365/enterprise/nested-virtualization
Set up a WSL development environment.
Windows Subsystem for Android™️.
Install Hyper-V on Windows 10.
From the document linked above, I've tried all of them, restarted the machine and still I get the above error.
Can someone recommend any steps I may have missed to get Intel Haxm installed?
My virtual machine specs

Minishift hangs on startup

I'm trying to run minishift in a Centos 7 VM running in Oracle VirtualBox on a Windows 7 PC. When I issue the "minishift start" command , the session hangs at "Starting VM minshift". I've tried starting minishift with the debug flag "--show-libmachine-logs -v 5" , but with no results.
The environment is a Windows 7 PC with an I3-4160 processor and 16G memory, with 11G and two threads allocated to the VM. Minishift is using the KVM drivers.
Does anyone have any ideas or suggestions, or are there any other debug flags I can specify?
Thanks,
Graeme
I would suggest to re-install it. I currently have the same CPU and it might be a possibility that your CPU is not in the recommended system specifications. But that might be a possibility.

Are libraries built using the Linux subsystem in Windows 10 accessible to a Windows development environment?

I'm currently trying to connect MongoDB to a Windows QT C++ application and am following the tutorial here. While there Windows installation instructions are presented, to avoid having to install Visual Studio or other tools, I'm wondering if I can follow the package-manager or Linux instructions on the inbuilt Linux/ Ubuntu subsystem of Windows 10 and build the libraries in my Linux environment, later somehow accessing them from my Windows development environment.
I don't fully understand how compilation/ byte-code works in the Linux subsystem on Windows, so I haven't been able to piece together an answer for this myself based on my understanding of the various systems involved. Any explanation or assistance would be appreciated.
You can run a Windows executable from a WSL console window or a Linux executable from Windows command line / power shell. And capture the output, pipe between applications etc. But the application must run entirely on one platform; you cannot mix a Windows executable with Linux libraries or vice-versa.
I don't know how you will connect to MongoDB but, if it has a socket interface like MySql, you could create a bash script on WSL which runs your QT application to access the database, wherever it is.
But if you're using QT as a GUI you're going to struggle. People have been able to get a Linux desktop running on WSL by installing an X server on the Windows host but you might find that more trouble than it's worth.

unable to install intel HAXM for windows 7

i want o install Intel HAXM. unable to install it. following error pop ups as shown in screen shot.
I have turned on VT from bios.
VT is turned on, is showing.
Still i get this error. kindly check and reply.
What matters is the CPU - must be Intel processor that supports VT and NX bit (XD) - you can check your CPU # at http://ark.intel.com
Also make sure hyperV off bcdedit /set hypervisorlaunchtype off
XD bit is on bcdedit /set nx AlwaysOn
Use the installer from https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
If you're using Avast, disable "Enable hardware-assisted virtualization" under: Settings > Troubleshooting. Restart the PC and try to run the HAXM installation again
I needed to disable "Hardware-assisted virtualization" in Avast Premium to install support for HAXM/VT-x in Android Studio.

JProfiler GUI on 32 bit machine connecting to 64bit server

I am profiling a java process which is running on 64 bit JVM on a linux box, I cant launch a GUI on that linux box.
When i connect from my 32 bit windows box i get error
JProfiler> ERROR: another application or a different
JProfiler> version of JProfiler tried to connect.
Is it that i need a 64 bit machine to connect to the remote 64 bit machine and get the profiling details?
You have to use the same version of JProfiler for the profiling agent (on the remote Linux box) and the JProfiler GUI (on your local Windows machine).
The "bitness" of the profiling agent does not matter.