Issue with the NIC driver for Windows 7 in VMWare
- 0
- Add a Comment
Welcome Back! I hope you enjoy the content on this site. If you have not done so already, you may want to subscribe to my RSS feed or become a fan of this blog on Facebook. Thanks for visiting!
It’s been a while that I wanted to try the windows 7 beta so yesterday I loaded the ISO in virtual machine using VMWare. The install went fine but when windows started it didn’t detect the NIC.
So after going through some forums here is the solution:
- Shut down the VM.
- Open the .vmx file associated with the machine in notepad
- Add this line at the bottom of the file
ethernet0.virtualDev = "e1000"
- Start the VM
That’s it!