Deploy on VMWARE

Install VMWARE ESxi

VMWARE EsXi

VMWARE - user 425\/525 to setup ----- failed

Now we use 802 to setup and the following case is focus on 802 setup

  • Check your CPU is with

    • IOMMU

    • VT-d (direct-I\/O)

  • Check your BIOS is with VT-d (direct-I\/O)

  • Check your Network adapter (NIC) can be assign PCI

If you encounter the hardisk can not be detect on BIOS, but it can be detect on "dd" machine in QA

  • Reset to default BIOS setting

  • Check configuration with SATA harddisk

Another issue

How to use PXE server

http:\/\/benjr.tw\/83

Check BIOS VT-d support without reboot on vmware

esxcfg-info|grep "\----\HV Support"

The output of the HV Support command indicates the type of Hyper-visor support available. These are the descriptions for the possible values:

  • 0 - VT\/AMD-V indicates that support is not available for this hardware.

  • 1 - VT\/AMD-V indicates that VT or AMD-V might be available but it is not supported for this hardware.

  • 2 - VT\/AMD-V indicates that VT or AMD-V is available but is currently not enabled in the BIOS.

  • 3 - VT\/AMD-V indicates that VT or AMD-V is enabled in the BIOS and can be used.

Last updated

Was this helpful?