Chinaunix首页 | 论坛 | 博客
  • 博客访问: 307105
  • 博文数量: 71
  • 博客积分: 1450
  • 博客等级: 上尉
  • 技术积分: 715
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-11 16:56
文章分类

全部博文(71)

文章存档

2010年(2)

2009年(12)

2008年(19)

2007年(38)

分类: LINUX

2008-08-26 21:07:16

The following works for VMWare WorkStation 5.5 and 6.0 and VMWare Server 1.0+. By make the following alterations, WinPE 2.x will work seamlessly with network drivers.

  1. Make sure VMWare is not running. Stop any VMs running and close VMWare.
  2. Browse to the Virtual machine files and open the .vmx file with your favorite text editor.
  3. Add the following to the .vmx file:
    ethernet0.virtualDev = "e1000"

  4. This is right after the ethernet0.present = "TURE"

  5. Save the changes.
  6. Start your VM.

阅读(4769) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-11-07 22:34:41

博主,你好!我是菜鸟~ This is right after the ethernet0.present = "TURE" 这句话怎么理解呢?是否是把上面的那句添加到the ethernet0.present = "TURE这行后面? 我的.vmx是这样的, config.version = "8" virtualHW.version = "6" scsi0.present = "TRUE" scsi0.virtualDev = "lsilogic" memsize = "512" ide0:0.present = "TRUE" ide0:0.fileName = "Solaris 10.vmdk" ide1:0.present = "TRUE" ide1:0.fileName = "F:\ѧϰ\solaris10\VMware Tools 6.0.iso" ide1:0.deviceType = "cdrom-image" floppy0.autodetect = "TRUE" ethernet0.present = "TRUE