Hello,
I am running Grub 2:
Standard Endeavour can be started,
Windows has been found and can be started
and also Manjaro can be selected.
The only thing not working is when I try to enter the extended Menu for selecting an other kernel to start endeavour. I can see that there are the menue points inside, but before I can select something the standart option is loading. Even a grub update has not improve the situation.
Does someone have an idea what the problem could be? If some additinal data is needed to get a trace to the problem plz tell me.
/etc/default/grub:GRUB_TIMEOUT=‘5’
/etc/default/grub:# Set to ‘countdown’ or ‘hidden’ to change timeout behavior,
/etc/default/grub:GRUB_TIMEOUT_STYLE=menu
/boot/grub/grub.cfg:if [ x$feature_timeout_style = xy ] ; then
/boot/grub/grub.cfg: set timeout_style=menu
/boot/grub/grub.cfg: set timeout=5
/boot/grub/grub.cfg:# Fallback normal timeout code in case the timeout_style feature is
/boot/grub/grub.cfg: set timeout=5
I can’t think of a reasonable explanation of this behavior.
IIUC, we are talking about the timeout that is not disrupted after you press any key, as it is the known proper behavior.
The only far explanation might be a stuck key on the keyboard, or some other HW related issue.