Hi,
Precaution! Always create copies of config files before change!
I have faced the same situation several times on different hardware (IBM M4 X series) and always with SFS upgrade, reinstall from ISO is always fine, reinstall from ISO is not a good solution itself. Problem is not constant. All doing according "Upgrading QRadar SIEM" .
As it is not loading and freeze with no options to get to the grub, it leads that there is problem with boot loader or kernel.
Steps to resolve(not all commands included only main points):
- Mount Qradar latest full iso from USB flash.
- Enter rescue shell.
- Mount SIEM file system.
- efibootmgr -v;
- detect red boot option in my case number 0003, delete: efibootmgr -b 0003 -B;
- from latest failed setup logs find exact command "efibootmgr -c -d ...." copy it, but it will not work!
- This command is working one: efibootmgr -c -d /dev/sda -p 1 -w -L red -l '\EFI\red\grubx64.efi' - crucial difference from not working one is those pesky characters '' which enclose .efi path.
- That's all, reboot and all working.
This should be investigated by IBM, because I suspect that upgrade script commands and some bash interpreter are making bad jokes! Don't believe that I am the only lucky one.
regards,
John
#QRadar#Support#SupportMigration