Mininet VM - Failed to Load Appliance
Posted: 21. Nov 2013, 11:22
I've followed Princeton's tutorial to configure the Mininet VM. In particular I've used the VBoxManage to set some guest ssh properties, for example:
.
Later I've deleted the VM, and now I am unable to reload it. The exact error I get is: VERR_VD_VDI_INVALID_HEADER.
I am thinking I am having the above error because the extradata set by the VBoxManage command remains for "Mininet-VM" while the ovf/vmdk file does not contain such info. I can't unset the extradata because the VM name no longer exists in the registry.
Is there a way I can either remove extradata of a non-existent VM, or change the name of the VM within the ovf/vmdk?
Code: Select all
VBoxManage setextradata "Mininet-VM" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCPLater I've deleted the VM, and now I am unable to reload it. The exact error I get is: VERR_VD_VDI_INVALID_HEADER.
I am thinking I am having the above error because the extradata set by the VBoxManage command remains for "Mininet-VM" while the ovf/vmdk file does not contain such info. I can't unset the extradata because the VM name no longer exists in the registry.
Is there a way I can either remove extradata of a non-existent VM, or change the name of the VM within the ovf/vmdk?