Trying to recover a Windows System Image from a Network Drive on a NAS.
- I clicked System Image Recovery tool from the Windows 7 System recovery Options dialog on startup.
- The Selected "Select a system image" -> Advanced -> Search for a system image on the network.
- Said "yes" to Connect to the network, got no errors.
- However on entering the network folder,
\\\server\share1\…Recovery did not find any folder. - Using the "Command Prompt" option ran
netsh interface ip set address name="Local Area Connection" static 192.168.1.19 255.255.255 192.168.1.1and got an error "The interface is unknown". - Interface is fine as I can list it using
ipconfig /allornetsh interface ip show config.
Since The network IP address is not setup, I can see why the recovery tool never is able to browse to my network share.
I did try executing wpeinit first as some users have reported success with netsh after wpeinit. But no dice on my Windows 7 box.
Any clues on how to get the network connected to from Windows 7 Recovery options?