====== VMware logfile console ====== ===== Name ===== CONSOLE_VMWARE ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/console.h|config/console.h]]''. ===== Examples ===== === Enable VMware logfile console for normal iPXE output === #define CONSOLE_VMWARE /* VMware console */ === Enable VMware logfile console for log messages === #define CONSOLE_VMWARE CONSOLE_USAGE_LOG #define LOG_LEVEL LOG_ALL ===== Description ===== This build option enables support for the VMware logfile console. The VMware logfile is usually ''vmware.log'', and can be found in the same directory as the ''.vmx'' file that defines the virtual machine. ===== See also ===== * [[:console|Console configuration]] in iPXE * [[:buildcfg|List of all iPXE build options]] ===== Notes ===== The VMware console will work only when iPXE is running inside a VMware virtual machine.