Chinaunix首页 | 论坛 | 博客
  • 博客访问: 377142
  • 博文数量: 78
  • 博客积分: 3274
  • 博客等级: 中校
  • 技术积分: 686
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-06 12:47
文章分类

全部博文(78)

文章存档

2017年(1)

2016年(2)

2015年(2)

2014年(1)

2013年(5)

2012年(22)

2011年(8)

2010年(31)

2009年(6)

分类: 虚拟化

2011-05-30 23:12:09

zz:

在VMWARE WORKSTATION 6.5中安装ESXi 4.1时键盘无法输入的问题

转:

I know it's a long time since you posted this issue, but I had the same issue myself.

It seems that a lot of people are having keyboard problems with ESXi 4.1, but the main resolution has been to plug in a different kind of keyboard - not very useful if you're trying to install ESXi on top of VMWare Server.

Anyway, taking a slightly different approach, I experimented with the kernel boot parameters and I found that adding acpi=off to the command line allowed the installation to continue.

So to do this, at the VMVisor (ESXi) boot menu, press Tab. Change the command line to read:

mboot.c32 vmkboot.gz acpi=off --- vmkernel.gz --- sys.vgz --- cim.vgz --- ienviron.vgz --- install.vgz

You should now be able to press Enter at the appropriate point and continue your installation.

After installation, you'll find the keyboard doesn't work again. This is okay as you can do everything from the VSphere Client anyway. But if you want the keyboard to work at the console, then first install the VSphere client.

Then connect to your ESXi machine and click the Configuration tab. Under Software you should find an Advanced Settings option (scroll down if you can't see it). Select this option then click VMkernel. Now uncheck the box that says VMkernel.Boot.ACPI. And click OK.

When you Reboot your ESXi machine (you can do this from the VSphere Client), you should now be able to use the keyboard at the console.



就是在启动的时候按tab键,加入acpi=off字段

如下:mboot.c32 vmkboot.gz acpi=off --- vmkernel.gz --- sys.vgz --- cim.vgz --- ienviron.vgz --- install.vgz

安装完成后,如果有dhcp的话能自动获得IP,用vSphere Clientj进入设置 Configuration tab --Advanced Settings option  --VMkernel

不要选中VMkernel.Boot.ACPI

如果没有dhcp的话,可以把网卡设置为NAT的类型,也可以自动获得ip,通过这个ip改好了之后,再把网卡的类型改回bridge类型。
阅读(4308) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~