Error when converting VmWare virtual disk to HyperV

I found some adhoc solution – a bit hack perhaps but it works at least. Digging into similar issues found on google I came to a tool to extract disk descriptor out of the VMDK file. The content of the descriptor for my VMDK was something like this: # Disk DescriptorFile version=1 encoding=”windows-1252″ CID=5379bf0f parentCID=ffffffff … Read more

What is the difference between Full, Para and Hardware assisted virtualization?

Paravirtualization is virtualization in which the guest operating system (the one being virtualized) is aware that it is a guest and accordingly has drivers that, instead of issuing hardware commands, simply issue commands directly to the host operating system. This also includes memory and thread management as well, which usually require unavailable privileged instructions in … Read more

How to convert flat raw disk image to vmdk for virtualbox or vmplayer?

First, install QEMU. On Debian-based distributions like Ubuntu, run: $ apt-get install qemu Then run the following command: $ qemu-img convert -O vmdk imagefile.dd vmdkname.vmdk I’m assuming a flat disk image is a dd-style image. The convert operation also handles numerous other formats. For more information about the qemu-img command, see the output of $ … Read more

VMware Workstation and Device/Credential Guard are not compatible

There is a much better way to handle this issue. Rather than removing Hyper-V altogether, you just make alternate boot to temporarily disable it when you need to use VMWare. As shown here… http://www.hanselman.com/blog/SwitchEasilyBetweenVirtualBoxAndHyperVWithABCDEditBootEntryInWindows81.aspx C:\>bcdedit /copy {current} /d “No Hyper-V” The entry was successfully copied to {ff-23-113-824e-5c5144ea}. C:\>bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off The operation completed … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)