Não consigo ocultar o GRUB

Olá pessoal!

Estou aqui com um notebook Dell Vostro 3510, novo, que veio com o Ubuntu 20.04 de fábrica. Instalei o Linux Mint 21.2 nele, está funcionando perfeitamente, porém há uma coisa que incomoda, que é o GRUB ficar aparecendo sempre, e com um tempo de 30s.

O procedimento que eu conheço para ocultar o GRUB (ajustando umas opções em /etc/default/grub) não quer funcionar nesse notebook. A propósito, o GRUB também aparecia no Ubuntu que veio de fábrica nele.

O arquivo /etc/default/grub está assim:

GRUB_DEFAULT=0
GRUB_TIMEOUT=1
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash zswap.enabled=1 zswap.compressor=lz4hc zswap.zpool=z3fold sysrq_always_enabled=1"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="000000"

(Tem mais linhas, mas estão comentadas, então não achei relevante colocá-las).

Informações adicionais do sistema:

System:
  Kernel: 5.15.0-76-generic x86_64 bits: 64 Console: pty pts/0 Distro: Linux Mint 21.1 Vera
Machine:
  Type: Laptop System: Dell product: Vostro 15 3510 v: N/A serial: <filter>
  Mobo: Dell model: 0CHTPH v: A00 serial: <filter> UEFI: Dell v: 1.21.0 date: 03/08/2023
Battery:
  ID-1: BAT0 charge: 53.3 Wh (100.0%) condition: 53.3/53.3 Wh (100.0%)
CPU:
  Info: quad core model: 11th Gen Intel Core i5-1135G7 bits: 64 type: MT MCP cache: L2: 5 MiB
  Speed (MHz): avg: 819 min/max: 400/4200 cores: 1: 636 2: 1077 3: 926 4: 1044 5: 850 6: 676
    7: 802 8: 543
Graphics:
  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
  Device-2: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
  Display: server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.1 driver: X: loaded: modesetting
    unloaded: fbdev,vesa gpu: i915 tty: 190x51 resolution: 1920x1080
  Message: GL data unavailable in console for root.
Audio:
  Device-1: Intel Tiger Lake-LP Smart Sound Audio driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.15.0-76-generic running: yes
  Sound Server-2: PulseAudio v: 15.99.1 running: yes
  Sound Server-3: PipeWire v: 0.3.48 running: yes
Network:
  Device-1: Intel Wi-Fi 6 AX201 driver: iwlwifi
  IF: wlp0s20f3 state: up mac: <filter>
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169
  IF: enp2s0 state: down mac: <filter>
Bluetooth:
  Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: USB driver: btusb
  Report: hciconfig ID: hci0 state: up address: <filter> bt-v: 3.0
Drives:
  Local Storage: total: 238.47 GiB used: 13.74 GiB (5.8%)
  ID-1: /dev/nvme0n1 vendor: KIOXIA model: KBG50ZNS256G NVMe 256GB size: 238.47 GiB
Partition:
  ID-1: / size: 237.54 GiB used: 13.74 GiB (5.8%) fs: btrfs dev: /dev/nvme0n1p2
  ID-2: /boot/efi size: 951.1 MiB used: 6.1 MiB (0.6%) fs: vfat dev: /dev/nvme0n1p1
  ID-3: /home size: 237.54 GiB used: 13.74 GiB (5.8%) fs: btrfs dev: /dev/nvme0n1p2
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 44.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Info:
  Processes: 284 Uptime: 2m Memory: 7.5 GiB used: 1.16 GiB (15.4%) Init: systemd runlevel: 5
  Shell: Bash inxi: 3.3.13

Aqui no fórum achei um tópico parecido, mas a solução proposta foi instalar o bootloader LILO, eu prefero resolver isso mantendo o GRUB.

Alguma sugestão?

Esse comando no ubuntu e derivados conserta o tempo de boot em partições btrfs que vai para 30 segundos e não muda:

sudo sed -i “/recordfail_broken=/{s/1/0/}” /etc/grub.d/00_header


DEPOIS ATUALIZE O GRUB:

sudo update-grub


Depois de rodar esses comandos, o tempo de boot vai ser o que você configurou no /etc/default/grub - que no momento está em 1 segundo.

2 curtidas

Funcionou. Obrigado!

1 curtida

Este tópico foi fechado automaticamente 3 dias depois da última resposta. Novas respostas não são mais permitidas.