this post was submitted on 10 Jul 2023
10 points (85.7% liked)
Sysadmin
7956 readers
2 users here now
A community dedicated to the profession of IT Systems Administration
No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Did that before. First, ensure you aren't running on any snapshots. If your VMs have any snapshots, delete them.
If the move function works then use that but I suspect it won't. You can simply use the "move the vm's storage" option to ensure the VHD is properly consolidated, then you can put it on the new host and start the VM there (shut it off before moving of course). If your host is running a newer hyper v version you might need to bump the hypervisor version for each VHD in PowerShell, that might take a while but it's usually fast.
Thanks for the advice! I am pretty sure the move function won't work since the OS and hardware are 10 years apart but I will try it anyway. If not I will try the storage move.