Меню Grub не появляется

GRUB_DISABLE_OS_PROBER=false требуется только для обнаружения другой операционной системы, например, при многозагрузке. Исходя из ваших описаний, похоже, вам нужно настроить другие параметры в файле /etc/default/grub.

Я использую многозагрузку; вот пример, взятый из моих собственных настроек; Возможно, это поможет.

С уважением.


GRUB_DISABLE_OS_PROBER=false is only needed to detect another OS, for example when multi-booting. From your descriptions, it seems you need to adjust other settings in /etc/default/grub.

I am multi-booting; these are an example taken from my own settings; Perhaps these may help.

Regards.


GRUB_DEFAULT=saved
GRUB_TIMEOUT=10
GRUB_TIMEOUT_STYLE=hidden
#GRUB_TIMEOUT_STYLE=menu

See also:


Добавление вашего вопроса к поддержке другого человека, сделанному год назад, обычно называется «necrobumping» и не рекомендуется.

Я переместил ваш пост в отдельную тему.


Adding your question to someone else’s year old support request is generally referred to as ‘necrobumping’ and not encouraged.

I have moved your post to a dedicated topic.


Welcome to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit:


Update Announcements

The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.

System Information

Output of this command (formatted according to forum requirements) may be useful for those wishing to help:

inxi --filter --verbosity=8

or the short form:

inxi -zv8

Be prepared to provide more information and outputs from other commands whenever asked.

Required reading
Resources

Regards.