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.
Option 1: 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 Note:
Option 2: 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 /roottar -xvf install-ph-grub2.tar.xz
cd install-ph-grub2 ./migrate-to-photon-grub2.sh /dev/sda
Here are two ways to verify if the appliance is using grub2.
ssh as root to the appliance.
ls -la /boot shows grub is a symbolic link to /boot/grub2
lrwxrwxrwx 1 root root 5 Jan 24 2023 grub -> grub2drwxr-xr-x 5 root root 1.0K Jan 24 2023 grub2
/boot/grub2/grub.cfg contains references to grub2, for example.
# Begin /boot/grub2/grub.cfg
set default=0set timeout=5search -n -u XXXXXX-XXXX-XXXX-XXXX-XXXXXX -sloadfont /grub2/ascii.pf2