<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=8141&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / GRUB_TIMEOUT is being ignored]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8141</link>
		<description><![CDATA[The most recent posts in GRUB_TIMEOUT is being ignored.]]></description>
		<lastBuildDate>Sat, 08 Aug 2026 00:48:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: GRUB_TIMEOUT is being ignored]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65133#p65133</link>
			<description><![CDATA[<p>You are lucky I would love that for my install. God damn thing always defaults to the 30 seconds in the file for me. I have this to get the 5 seconds I want.</p><div class="codebox"><pre><code>root@9600k:~# cat bin/fix_timeout_grub.sh 
#!/bin/bash

# A script to fix the 30 second timeout Devuan defaults to with grub.

sed -i &quot;s/timeout=30/timeout=5/g&quot; /boot/grub/grub.cfg</code></pre></div><p>It must be done after any update-grub has been run or it goes back to the old behaviour. Edit the file after any update has been done to get what you want, at least this is how it works for me.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Sat, 08 Aug 2026 00:48:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65133#p65133</guid>
		</item>
		<item>
			<title><![CDATA[GRUB_TIMEOUT is being ignored]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65131#p65131</link>
			<description><![CDATA[<p>I dualboot Devuan with Windows 11. I want to increase the GRUB_TIMEOUT from default 5 sec. to 10 sec.<br />But it doesn&#039;t make any effect, is still 5 sec.</p><div class="codebox"><pre class="vscroll"><code>$ cat /etc/default/grub
# If you change this file or any /etc/default/grub.d/*.cfg file,
# run &#039;update-grub&#039; afterwards to update /boot/grub/grub.cfg.
# For full documentation of the options in these files, see:
#   info -f grub -n &#039;Simple configuration&#039;

GRUB_DEFAULT=&quot;0&quot;
GRUB_TIMEOUT=&quot;10&quot;
GRUB_DISTRIBUTOR=&quot;`( . /etc/os-release &amp;&amp; echo ${NAME} )`&quot;
GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet&quot;
GRUB_CMDLINE_LINUX=&quot;&quot;

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
GRUB_DISABLE_OS_PROBER=&quot;false&quot;

# 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=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;

# Uncomment to disable graphical terminal
#GRUB_TERMINAL=&quot;console&quot;

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE/GOP/UGA
# you can see them in real GRUB with the command `videoinfo&#039;
GRUB_GFXMODE=&quot;1920x1080&quot;

# Uncomment if you don&#039;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux
#GRUB_DISABLE_LINUX_UUID=&quot;true&quot;

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=&quot;true&quot;

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE=&quot;480 440 1&quot;

GRUB_THEME=&quot;/boot/grub/themes/gigabyte/theme.txt&quot;</code></pre></div><p>I did:</p><div class="codebox"><pre><code>$ sudo update-grub</code></pre></div><p>to update the /boot/grub/grub.cfg </p><p>And is strange because if I look into /boot/grub/grub.cfg&#160; it seems the timeout is set to 10 sec.</p><div class="codebox"><pre><code>if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi</code></pre></div><p>I also installed <strong>grub-customizer</strong> and installed a theme, but is the same. Is still 5 secs, even also the grub-customizer shows that the timeout is set to 10 seconds.</p>]]></description>
			<author><![CDATA[dummy@example.com (ovi)]]></author>
			<pubDate>Fri, 07 Aug 2026 22:15:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65131#p65131</guid>
		</item>
	</channel>
</rss>
