Aleksandr Burmashev

Results 21 comments of Aleksandr Burmashev

You might want to have a look at https://github.com/oracle/centos2ol/issues/70 There is an immediate workaround listed there. In the meanwhile i will try to find some time to implement a proper...

Well, the main idea is that you need to add an UEFI boot entry for /boot/efi/EFI/redhat/shimx64.efi relative path to ESP dir, that should be used as a parameter for efibootmgr...

Yeah. Will try to do it this week. Meanwhile @lvarela could you please share some details of what exactly is unusable ? According to the log you have provided entry...

> The VM boots to the grub> prompt. The entry is unbootable. This indicates that grub did not load the grub config Which is actually a different problem. If that...

@nameeeeeek > efibootmgr -c -d /dev/sda**1** -p 1 -L "Oracle Linux" -l "\EFI\redhat\shimx64.efi" Here is the problem. There should be no 1 there. You should be providing device ( which...

@nameeeeeek `yum install shim-x64 (does not work)` well, that explains the failure of boot. If you remove shim and do not install a new one you do not have even...

No, you are not boring, in fact i am gathering feedback from you for the fix on our side. And i am really grateful you are going through this, this...

Well, if you have them during the script - yes. But i was referring to this: > rpm -e shim-x64 > > yum install shim-x64 (does not work)

yes. so you need: ``` Oracle shim Oracle grub2 Oracle grub2 config ( grub2-mkconfig > /boot/efi/EFI/redhat/grub.cfg ) do ls /boot/efi/EFI/redhat/ you should see at least grubx64.efi, shimx64.efi and grub.cfg there...

if you have run migration script and see no errors: do ``` [root@localhost ~]# rpm -qi grub2-efi-x64 |grep Vendor Vendor : Oracle America ``` ``` [root@localhost ~]# rpm -qi shim-x64...