cloned vms

About this tag
Cloned VMs in Hyper-V can cause issues when installing Windows features offline. A user on WindowsForum.com reported that after cloning VMs from a source VM, attempts to install roles like Web Server on the cloned VM's VHDX file failed with an access rights error. The problem involved using the Install-WindowsFeature cmdlet with the -Vhd parameter pointing to the cloned VHDX on the Hyper-V host. The error indicated inadequate user rights to the specified UNC path. This highlights that cloned VMs may inherit configuration or permission issues that affect offline servicing, requiring careful attention to file permissions and network paths when managing Hyper-V environments.
  1. N

    hyper-v 2016 - vm can not install windows feature on vhdx onto hyper-v host

    hi, i have win 10 hyper-v host --> (H1 - 192.168.1.200) i have created to VMs, viz. 1} hv-nug1, 2}gui-nug, 3}core-nug --> "gui-nug" & "core-nug" are Clonned from "hv-nug1". when i try to install windows feature from "core-nug" OR "gui-nug" on Offline VHDX(core-nug.vhdx OR gui-nug-) residing...
Back
Top