Symptoms:
Error 15: File not found
"only upgraded VMware Identity Manager appliances are impacted which are using Grub version 0.97
The installed Grub version was not changed and the Installation is still using Grub version 0.97.
The patch updates the Grub configuration for version 2 but not earlier version and therefor the boot configuration is pointing to the old binaries.
To restore access:
/vmlinuz-4.19.269-3.ph3
into /vmlinuz-4.19.315-1.ph3
and confirm with Enter/boot/grub/menu.lst
/boot/grub/menu.lst
file using vim, hit letter "I" for Insert Mode/vmlinuz-4.19.269-3.ph3
into /vmlinuz-4.19.315-1.ph3
/initrd.img-4.19.269-3.ph3
into /initrd.img-4.19.315-1.ph3
* If you are planning to install the Patch CSP-95247 then please follow above steps 4-9 and only then install the patch.
To avoid the issue from happening again with further patches please upgrade the installed grub installation using the attached bundle:
install-ph-grub2.tar.xz
to the impacted vIDM appliance to either /tmp
or /root
tar -xvf install-ph-grub2.tar.xz
cd install-ph-grub2
lsblk | grep -e "/$" | cut -c 3- | awk '{print $1}'
./migrate-to-photon-grub2.sh /dev/sdX
for example with root partition on sda4:./migrate-to-photon-grub2.sh /dev/sda4