cancel
Showing results for 
Search instead for 
Did you mean: 
huyvl3-fptcloud
Flight Engineer
Flight Engineer
  • 461 Views

Selecting boot target failed

RHEL9 and value GRUB_TIMEOUT=0 that unit is second and it's so fast so we can't enter grub menu. Is there anyone like me? We need to update /etc/default/grub and grub2-mkconfig again, after all that we can enter grub menu and select any boot target.

$ vi /etc/default/grub.cfg

$ [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

if you're BIOS

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

, ortherwise UEFI

sudo grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg

and reboot.

Source: https://www.redhat.com/sysadmin/linux-change-boot-options-grub

Labels (2)
2 Replies
pongo
Flight Engineer
Flight Engineer
  • 93 Views

I had the same problem. Changing the timeout solved the issue.

 

@chetantiwary could you please take a look into it? (maybe on rhel9.3 it's already fixed)

Chetan_Tiwary_
Community Manager
Community Manager
  • 89 Views

Yes I do believe that this is resolved in v 9.3.
0 Kudos
Join the discussion
You must log in to join this conversation.