huyvl3-fptcloud

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024
08:24 AM
- 808 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
2 Replies
pongo

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024
04:26 PM
- 440 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)

Community Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024
05:04 PM
- 436 Views
Yes I do believe that this is resolved in v 9.3.
Join the discussion
You must log in to join this conversation.