Does anyone seen this, and do you have a solution?
The problem screenshot is shown below.
And here's the worker log (I only copy "distribution" to "bootLoader", that should be enough):
--> [2020-06-24 12:17:25,840 INFO distribution ]: File '/etc/os-release' exists.
--> [2020-06-24 12:17:25,840 INFO distribution ]: Found distro name as 'centos' in line 'ID="centos"'
--> [2020-06-24 12:17:25,840 INFO distribution ]: Found distro version as '7' in line 'VERSION_ID="7"'
--> [2020-06-24 12:17:25,842 INFO operatingSystem ]: Command 'uname -n' returned:
--> [2020-06-24 12:17:25,842 INFO operatingSystem ]: --> eclass.tanghin.edu.hk
--> [2020-06-24 12:17:25,844 INFO operatingSystem ]: Command 'uname -r' returned:
--> [2020-06-24 12:17:25,844 INFO operatingSystem ]: --> 3.10.0-957.21.3.el7.x86_64
--> [2020-06-24 12:17:25,844 INFO operatingSystem ]: File '/sbin/dracut' exists.
--> [2020-06-24 12:17:25,844 INFO hardwareInfo ]: File '/sys/firmware/efi' does not exist.
--> [2020-06-24 12:17:25,844 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub2-install
--> [2020-06-24 12:17:25,848 INFO bootLoader ]: Command '/usr/sbin/grub2-install --version' returned:
--> [2020-06-24 12:17:25,848 INFO bootLoader ]: --> /usr/sbin/grub2-install (GRUB) 2.02~beta2
--> [2020-06-24 12:17:25,848 INFO bootLoader ]: PopulateBootLoaderType: Detected GRUB version as GRUB2
--> [2020-06-24 12:17:25,848 WARN bootLoader ]: ResolveSymbolicLink: Cannot find /boot/grub/grub.cfg
--> [2020-06-24 12:17:25,848 INFO bootLoader ]: Looking for grub.cfg in /boot
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: Command 'find /boot -name grub.cfg' returned:
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: --> /boot/grub2/grub.cfg
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: PopulateLoaderConfigFile: Found /boot/grub2/grub.cfg
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: File '/tmp/vmware-sysinfo-grub-device.map' does not exist.
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: Trying to create device map file /tmp/vmware-sysinfo-grub-device.map
--> [2020-06-24 12:17:25,851 INFO bootLoader ]: Running command: grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1
--> [2020-06-24 12:17:25,853 INFO bootLoader ]: Writable command 'grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1' succeeded.
--> [2020-06-24 12:17:25,853 ERROR bootLoader ]: Unable to open file: /tmp/vmware-sysinfo-grub-device.map
-->
Note: "grub" command doesn't exist in CentOS 7 as GRUB2 is used instead.