This issue is known issue with VMware converter 6.2.0 tool after P2V of either RHEL7 or CentOS7 Linux VM unable to boot and start throwing below error message in VM console
Reason is P2V conversion put invalid character in grub configuration file along with command “: # (removed by Converter)”
in front of grub parameters which make grub boot loader unbootable. Example below:
To solve this issue, you need to rebuild the grub configuration. Below is the command through which you can rebuild the grub configuration of RHEL7 / CentOS7
For Legacy non EFI VMs
grub2-mkconfig -o /boot/grub2/grub.cfg
For EFI based VMs
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
319 total views, 4 views today
Latest posts by Charanjit Cheema (see all)
- How to manage the Apache logs with the help of Linux logrotation utility - September 18, 2022
- SAPCONF5: Upgrading managing and addressing high swapping issue in SAP HANA server - August 15, 2022
- RHEL 7 / CentOS 7 boot problem after P2V by using VMware converter - August 14, 2022