Start-up screen

Message
Author
Klaas Vaak
Posts: 144
Joined: Mon Dec 10, 2018 1:50 pm

Re: Start-up screen

#11 Post by Klaas Vaak »

Eadwine Rose wrote: Sat Mar 02, 2019 8:56 am Running in circles, can we see the content of the file to determine all is ok in there?

Code: Select all

# 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=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="BOOT_IMAGE=/antiX/vmlinuz quiet"
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_DISABLE_OS_PROBER=false
GRUB_BACKGROUND=/usr/share/wallpaper/back.jpg
I still don't understand the timeout number: is it expressed in seconds or minutes or what?
In any case after 5 seconds nothing happens.

skidoo
Posts: 753
Joined: Tue Sep 22, 2015 6:56 pm

Re: Start-up screen

#12 Post by skidoo »

Klaas Vaak wrote: Sun Mar 03, 2019 4:37 am I still don't understand the timeout number: is it expressed in seconds or minutes or what?
the Truth is out there...
--------v
---} here {-----
--------^
wait... don't click, it might be a trap!

explained in the docs as "seconds... unless a key is pressed"

Klaas Vaak
Posts: 144
Joined: Mon Dec 10, 2018 1:50 pm

Re: Start-up screen

#13 Post by Klaas Vaak »

skidoo wrote: Sun Mar 03, 2019 4:54 am
Klaas Vaak wrote: Sun Mar 03, 2019 4:37 am I still don't understand the timeout number: is it expressed in seconds or minutes or what?
the Truth is out there...
--------v
---} here {-----
--------^
wait... don't click, it might be a trap!

Yep, the truth is out there, which is that the number indicates the number of seconds to boot the default entry after the menu is displayed, i.e. the GRUB_TIMEOUT.

But on my computer that is NOT the truth because the default entry is NOT booted after those 5 secs. So, I am back to square 1
P.S. apologies for the italics, don't know what they are due to.

User avatar
fehlix
Developer
Posts: 10383
Joined: Wed Apr 11, 2018 5:09 pm

Re: Start-up screen

#14 Post by fehlix »

Klaas Vaak wrote: Sun Mar 03, 2019 4:37 am I still don't understand the timeout number: is it expressed in seconds or minutes or what?
In any case after 5 seconds nothing happens.
Yes in seconds. And you shall see a last line on the menu screen with a countdown, if the timeout feature get's triggered.
The file /etc/default/grub contains the parameter for building the menu-file grub.cfg. As something not working as it should be, I asked you to regenerate the grub-menu by running update-grub from the command line.
Now, assuming you would have done this, and still do not have a working timeout, there might be another reason,
first you have somehow ungracefully stopped the boot process, and grub has recorded this as a failure and for some reason cannot clear the failure-flag.
Try now this :
Add within /etc/default/grub after the line

Code: Select all

GRUB_TIMEOUT=5
a line so it look like:

Code: Select all

GRUB_TIMEOUT=5
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
and regenerate the grub menu.

Code: Select all

sudo update-grub
Reboot and check the timeout feature is working.
If not please also post the full inxi-system report here

Code: Select all

inxi -Foprxz
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: Start-up screen

#15 Post by Richard »

...and fehlix says it much more elegantly, above.
Klaas Vaak wrote: Sun Mar 03, 2019 4:28 am
dolphin_oracle wrote: Sat Mar 02, 2019 8:41 am FWIW touching the keys will disable the timer.
No, it does not on my computer.
Strange. I use this feature all the time --move the down arrow key once to make it wait for me.

I set GRUB_TIMEOUT=2, for a 2 second delay in /etc/default/grub , save it, then run

Code: Select all

sudo update-grub
to make the change permanent.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

Klaas Vaak
Posts: 144
Joined: Mon Dec 10, 2018 1:50 pm

Re: Start-up screen

#16 Post by Klaas Vaak »

Thanks for your help, it works now :number1:

Klaas Vaak
Posts: 144
Joined: Mon Dec 10, 2018 1:50 pm

Re: Start-up screen

#17 Post by Klaas Vaak »

Thanks for your help Richard, it's working.

Klaas Vaak
Posts: 144
Joined: Mon Dec 10, 2018 1:50 pm

Re: Start-up screen

#18 Post by Klaas Vaak »

I thought it was working, unfortunately it is not. The start-up process still stops at the grub screen with the metro train in black-white as a background. How can I get it to, after a delay of a few seconds, continue on to fully start-up.

Post Reply

Return to “antiX”