#Any way to skip the weird black setup screen every time?
27 messages · Page 1 of 1 (latest)
Hello, please open the terminal and type
cat /etc/default/grub
what does it say?
Upper part too (scroll up)
that is the grub, it is used to select what you want to boot
im not sure ask the other person
Alright Firefox it is
Ok, and
ls /etc/default/grub.d
please
50_linuxmint.cfg
Alright, then type
sudo xed ls /etc/default/grub
in the opened file change GRUB_TIMEOUT=10 to GRUB_TIMEOUT=0 save the file, close the editor, then type
sudo update-grub
Show the command you typed to open it
you missed sudo at the beginning
Nice
sudo xed /etc/default/grub
Alright should be done?
Let's double check, what does
cat /etc/default/grub | grep TIMEOUT
say?
Alright then