VMware Server 2.0 changed the NIC to a gigabit NIC (success rate: 99%)

Source: Internet
Author: User
Tags vmware server

Similar onlineArticleMany of them are true, but during the test, you may find that the success rate is too low. After you modify the vmx file, start the VM, and change it to the amd Nic.

After many tests, I finally found a method with a success rate of 99% (I dare not say that 100% was successful, but at least I tested it over 10 times)

 

First, create a virtual machine (assuming that the virtual machine named "win_xp_sp3" is created, and the storage path of the virtual machine configuration file is "[standard] win_xp_sp3/win_xp_sp3.vmx ")

After creation, click the "Configure VM" (configure VM) command in the "commands" option in the "summary" tab.

In the displayed "VM configuration" window, select the "power" tab and select "BIOS setup) in "Enter the BIOS setup screen the next time this virtual machine Boots", click "OK" to save

Do not rush to start the VM. Edit the corresponding vmx file first.

Add ethernet0.virtualdev = "e1000" before all ethernet0 options

In this case, win_xp_sp3.vmx looks like the following (note the red part)

========================================================== ====

. Encoding = "GBK"
Config. Version = "8"
Virtualhw. Version = "7"
Floppy0.present = "true"
Mks. enable3d = "true"
Pcibridge0.present = "true"
Pcibridge4.present = "true"
Pcibridge4.virtualdev = "pcierootport"
Pcibridge4.functions = "8"
Pcibridge5.present = "true"
Pcibridge5.virtualdev = "pcierootport"
Pcibridge5.functions = "8"
Pcibridge6.present = "true"
Pcibridge6.virtualdev = "pcierootport"
Pcibridge6.functions = "8"
Pcibridge7.present = "true"
Pcibridge7.virtualdev = "pcierootport"
Pcibridge7.functions = "8"
Vmci0.present = "true"
NVRAM = "win_xp_sp3.nvram"
Virtualhw. productcompatibility = "hosted"
Ft. secondary0.enabled = "true"
Tools. Upgrade. Policy = "useglobal"
Powertype. poweroff = "soft"
Powertype. poweron = "hard"
Powertype. Suspend = "hard"
Powertype. Reset = "soft"

Displayname = "win_xp_sp3"
Extendedconfigfile = "win_xp_sp3.vmxf"

Numvcpus = "2"
Memsize = "384"
Ide0: 0. Present = "true"
Ide0: 0. filename = "win_xp_sp3.vmdk"
Ide0: 0. writethrough = "true"
Ide1: 0. Present = "false"
Ide1: 0. filename = ""
Ide1: 0. devicetype = "CDROM-raw"
Ide1: 0. allowguestconnectioncontrol = "false"
Ethernet0.virtualdev = "e1000"
Ethernet0.present = "true"
Ethernet0.allowguestconnectioncontrol = "false"
Ethernet0.features = "1"
Ethernet0.wakeonpcktrcv = "false"
Ethernet0.networkname = "bridged"
Ethernet0.addresstype = "generated"
Guestos = "winxppro"
UUID. Location = "56 4D 7f C7 11 20 54 cc-63 C6 4E B5 63 0d 6B 64"
UUID. BIOS = "56 4D 7f C7 11 20 54 cc-63 C6 4E B5 63 0d 6B 64"
VC. UUID = "52 7C 07 04 44 da 30 27-39 08 4A 5f A1 5A CF 74"

BiOS. forcesetuponce = "false"

Ethernet0.generatedaddress = "00: 0C: 29: 0d: 6B: 64"
Ide0: 0. Redo = ""
Vmotion. checkpointfbsize = "134217728"
Pcibridge0.pcislotnumber = "17"
Pcibridge4.pcislotnumber = "21"
Pcibridge5.pcislotnumber = "22"
Pcibridge6.pcislotnumber = "23"
Pcibridge7.pcislotnumber = "24"
Ethernet0.pcislotnumber = "32"
Vmci0.pcislotnumber = "33"
Ethernet0.generatedaddressoffset = "0"
Vmci0.id = "-741645910"

Ide1: 0. startconnected = "true"
Tools. synctime = "false"
Ide1: 0. clientdevice = "true"

========================================================== ====

You only need to add the red partCodeYou can. Save the configuration file. Don't worry. Don't close the configuration file first (this step is the most important)

Keep the configuration file open (remember to save it after adding the above Code)

Then start the Virtual Machine. Because the BIOS has been set up before boot, the virtual machine should enter the BIOS settings, and locate the "Boot" option.

Check whether there is a "network boot from Intel e1000" at the bottom. If so, congratulations, the NIC type has been modified successfully, in this case, press F10 to save and exit the BIOS settings (Do you want to save whatever you want? I am used to giving the soft drive option to disable, so I will use F10 to save the BIOS settings here)

After you exit the BIOS settings, you can close the virtual machine configuration file and install the operating system.

After installing the operating system, you must install the NIC Driver, because the NIC driver is not included in the VM and must be downloaded from the Intel website.

Download link http://downloadcenter.intel.com/SearchResult.aspx? Lang = Zho & keyword = % 22 intel + Pro + 1000 + MT % 22

Because the NIC driver is not installed, you cannot copy files from the host to the Virtual Machine (even if you have Installed VMware Tools)

In this case, you can package the NIC driver into an ISO image, and then copy the driver file to the Virtual Machine by loading the optical drive.

 

Appendix:

If you do not want to install those large ISO production tools, you can download the ISO image tools I have created.
Http://cid-169e8a9b664f174d.skydrive.live.com/self.aspx/.Public/Folder2ISO.exe
This tool simply packs Microsoft cdimage ver. 2.47 and adds it to the right-click menu. You can open it through WinRAR. Double-clickProgram(If you are not at ease, you can open it with WinRAR to see what the BAT file has written.) then, you can put the downloaded intel pro 1000 MT driver in a folder, right-click the folder and select "generate ISO file ".

 

If you want to save trouble, you can download the package containing

FreeBSD, Linux, DOS, win_2000
The following 32-bit and 64-bit drivers are available:
Win_xp, win_2003, win_vista, win_2008

Intel PRO 1000 MT Driver (Vista driver can be used in win 7)

These driver files are all downloaded from the Intel official website (the total size of the two RAR packages is 68.8 MB, and the decompressed file is a 70 mb iso image)

Http://cid-169e8a9b664f174d.skydrive.live.com/self.aspx/.Public/Intel%5E_Pro%5E_1000%5E_MT.part1.rar

Http://cid-169e8a9b664f174d.skydrive.live.com/self.aspx/.Public/Intel%5E_Pro%5E_1000%5E_MT.part2.rar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.