They can be changed by anyone who wants to volunteer, even @feutre … How to make casual contributions :: Fedora Docs
Actually, that command to rollback is used in a terminal on the booted deployment. If a deployment fails to complete, rollback is automatic, no need to ever enter the grub menu unless there is a mismanaged configuration in most cases.
Again, unless the updated kernel didn’t boot, this selection is best and easiest done by being in a booted system and working from the command line there. Grub menu access is only ever needed when the boot fails due to a kernel argument usually.
This would be also done from the command line of the default booted system, unless it was a recovery operation.
That was what I said in comment 4, it is not dependent upon fedora versions, it is only about Grub2
It is accessible; In the official Grub2 documentation, which is where Fedora likely derived theirs, it states the menu can be hidden … ‘GRUB_TIMEOUT_STYLE=hidden’
is the current Fedora setting I believe with possibly ‘GRUB_TIMEOUT_STYLE=countdown’
and can be accessed with either holding down the shift key or pressing esc key or f4 key. There is also a second Power button some Laptops had for powering on two different OS’s, which Grub2 will honour. This info is not on the first page or under it’s own title, you have to read to find it. And the bit about getting the menu up is just casually mentioned.
To customize the menu entries …
For more detailed customisation of grub-mkconfig
’s output, you may edit the scripts in /etc/grub.d directly. /etc/grub.d/40_custom is particularly useful for adding entire custom menu entries; simply type the menu entries you want to add at the end of that file, making sure to leave at least the first two lines intact.
In the case of the Fedora Atomic versions you would/should be able to modify the files in /etc/grub.d
but the menu changes would need rpm-ostree to make a new commit. grub-mkconfig
being the command used in Workstation to generate the Grub menu entries.