#Any way to skip the weird black setup screen every time?

27 messages · Page 1 of 1 (latest)

lavish lake
#

I mean this leads every time before Linux mint so can it just auto skip

zinc zealot
#

Hello, please open the terminal and type

cat /etc/default/grub

what does it say?

lavish lake
#

Im doing it right now

zinc zealot
#

Upper part too (scroll up)

lavish lake
upbeat tinsel
#

that is the grub, it is used to select what you want to boot

lavish lake
#

oh

#

Any way to change it?

upbeat tinsel
#

im not sure ask the other person

lavish lake
#

Alright Firefox it is

zinc zealot
#

Ok, and

ls /etc/default/grub.d

please

lavish lake
#

50_linuxmint.cfg

zinc zealot
#

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

lavish lake
#

Could not save file

zinc zealot
#

Show the command you typed to open it

lavish lake
zinc zealot
#

you missed sudo at the beginning

lavish lake
#

Nice

zinc zealot
#

sudo xed /etc/default/grub

lavish lake
#

Alright should be done?

zinc zealot
#

Let's double check, what does

cat /etc/default/grub | grep TIMEOUT

say?

lavish lake
#

Hidden and 0.1 because I saw sometimes 0 don’t work

#

Yep works

#

Thanks!

zinc zealot
#

Alright then