Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Rozwiązane Grub - problem z wyłączeniem boot menu
#1
0
Cześć,

Laptop HP Omen, dual boot : Win10+Linux Mint 20.1 Cinnamon. Oba systemu postawione są na jednym dysku NVMe. Chciałbym móc wyłączyć grub menu przy starcie w taki sposób aby ładował się w pierwszej kolejności Mint, niestety próby wyłączenia grub menu w aplikacji :
Grub Customizer czy też Boot Repair nie przynoszą rezultatu. Co jest tego przyczyną ? Jak rozwiązać problem ?

Poniżej przedstawiam ustawienia Biosu w tym Grub'a :

https://ibb.co/ftTGsN8

https://ibb.co/Nxw84Dj

Kod:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="Ubuntu"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="-1"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="libata.noacpi=1"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_SAVEDEFAULT="false"

GRUB_DISABLE_OS_PROBER="true"
GRUB_HIDDEN_TIMEOUT="0
#2
0
Cytat:# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
#3
0
(06-04-2021, 10:16)dedito napisał(a):
Cytat:# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

Rzecz jasna, że wykonałem polecenie - nie działa, wciąż grub się wyświetla .
#4
0
Pokaż zawartość /boot/grub/grub.cfg
#5
0
(06-04-2021, 11:31)dedito napisał(a): Pokaż zawartość /boot/grub/grub.cfg

Kod:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="Ubuntu"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="-1"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="libata.noacpi=1"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_SAVEDEFAULT="false"

GRUB_DISABLE_OS_PROBER="true"
GRUB_HIDDEN_TIMEOUT="0"
#6
0
To nie ten plik.
Tu masz wskazówki: https://ubuntuhandbook.org/index.php/202...20-04-lts/
#7
1
Better response on post RE: Grub - problem z wyłączeniem boot menuParametr GRUB_TIMEOUT= powinien mieć wartość 0.1

Wszystko jest wyjaśnione w naszym poradniku >> Konfiguracja GRUB - domyślny system operacyjny


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości