[SOLVED] Windows Backup restore on Proxmox VM

mare19

Member
Jul 20, 2021
44
1
13
29
Hi guys

Does someone now how to restore a Windows Backup the easiest way on a Proxmox VM?
I tried it with a Windows-CD and then repair Options with the Repair functions. There I can search my storage over Network,
it asks always for a username Password, but it's open for all on the Samba.

Thanks
 
First of all try a simple user with password.
I do recall some issues when connecting as guest in such case.

When doing a restore make sure the guest hw matches something the is has drivers for.
E.g.
- e1000 nic
- data disk
- known chipset (should not be a problem as q35 and i440 is well supported)
 
  • Like
Reactions: mare19
First of all try a simple user with password.
I do recall some issues when connecting as guest in such case.

When doing a restore make sure the guest hw matches something the is has drivers for.
E.g.
- e1000 nic
- data disk
- known chipset (should not be a problem as q35 and i440 is well supported)
Thanks I will try this out.