<?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=3548&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Problem editing grub]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3548</link>
		<description><![CDATA[The most recent posts in [Solved] Problem editing grub.]]></description>
		<lastBuildDate>Sat, 30 May 2020 10:58:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22184#p22184</link>
			<description><![CDATA[<div class="quotebox"><cite>LU344928 wrote:</cite><blockquote><div><p>I did that again after editing and got a much longer result which I can post if you wish.</p></div></blockquote></div><p>No, that&#039;s fine, don&#039;t bother if it&#039;s all working now. I was just confused as to why the (default) <span class="bbc">timeout=5</span> setting wasn&#039;t being obeyed, that&#039;s all.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 30 May 2020 10:58:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22184#p22184</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22183#p22183</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Can we see your /boot/grub/grub.cfg? Or more specifically:</p><div class="codebox"><pre><code>grep timeout /boot/grub/grub.cfg</code></pre></div></div></blockquote></div><div class="codebox"><pre><code>root@devuan:~# grep timeout /boot/grub/grub.cfg
  set timeout=30
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
    set timeout=5
root@devuan:~# </code></pre></div><p>That was before the last edit following Ralph&#039;s advice. I did that again after editing and got a much longer result which I can post if you wish.</p><p>Thanks for your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (LU344928)]]></author>
			<pubDate>Sat, 30 May 2020 08:00:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22183#p22183</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22182#p22182</link>
			<description><![CDATA[<p>G&#039;day Ralph, thanks for the reply. For the record the source I used for that was <a href="https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-loaders-settings/" rel="nofollow">this</a>.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>It seems <span class="bbc">grub</span> is one of those packages where it&#039;s stupidly hard to find documentation, with man pages that just say that &quot;this is documented somewhere else and I&#039;m not telling where&quot;... it turns out that you need to have <span class="bbc">grub-legacy-doc</span> installed, which provides the texinfo file with documentation using the <span class="bbc">info</span> system.</p></div></blockquote></div><p>That&#039;s interesting.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Anyhow, according to that you should <span class="bbu">also</span> use</p><div class="codebox"><pre><code>GRUB_TIMEOUT=0</code></pre></div><p>Afaict <span class="bbc">GRUB_HIDDEN_TIMEOUT</span> is the time to wait before showing the menu, and <span class="bbc">GRUB_TIMEOUT</span> is the time to wait (in addition) before booting to the default choice.</p><p>If you also have</p><div class="codebox"><pre><code>GRUB_TIMEOUT_STYLE=hidden</code></pre></div><p> then the menu is not actually shown, but the time logic remains the same.</p></div></blockquote></div><p>So I just changed it to&#160; &#160;GRUB_TIMEOUT=0&#160; &#160;then rebooted and all was hunky dory. Now there&#039;s no need to add any hidden option as it booted straight away with no splash screen, just what I was looking for. Good onya mate! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (LU344928)]]></author>
			<pubDate>Sat, 30 May 2020 07:54:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22182#p22182</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22177#p22177</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Here it is: <a href="https://www.gnu.org/software/grub/manua" rel="nofollow">https://www.gnu.org/software/grub/manua</a> … index.html</p></div></blockquote></div><p>Yes. I&#039;m just troubled by, again, a utility not having a proper <span class="bbc">man</span> page, and secondly that proper documentation is not installed together with the utility. All sorts of other places of documentation is good (the <span class="bbc">man</span> page would point them out). But all that is of course just one of the &quot;wheels&quot; that needs to be regularly reinvented and done differently, either just because it&#039;s possible or because the controlling generation doesn&#039;t bother to learn. It&#039;s a personal beweiling, basically irrelevant for the topic, so I&#039;m not sure why I keep going with it.</p><p>Hopefully the @OP now finds it resolved.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 30 May 2020 00:23:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22177#p22177</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22173#p22173</link>
			<description><![CDATA[<div class="quotebox"><cite>LU344928 wrote:</cite><blockquote><div><p>I tried editing grub to a timeout of 0 as it always waits for me to hit enter. Despite there being a value of 5 it just waits for my input</p></div></blockquote></div><p>Can we see your /boot/grub/grub.cfg? Or more specifically:</p><div class="codebox"><pre><code>grep timeout /boot/grub/grub.cfg</code></pre></div><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>It seems <span class="bbc">grub</span> is one of those packages where it&#039;s stupidly hard to find documentation</p></div></blockquote></div><p>Here it is: <a href="https://www.gnu.org/software/grub/manual/grub/html_node/index.html" rel="nofollow">https://www.gnu.org/software/grub/manua … index.html</a></p><p>And this bit is for the options in /etc/default/grub: <a href="https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html#Simple-configuration" rel="nofollow">https://www.gnu.org/software/grub/manua … figuration</a></p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Anyhow, according to that you should <span class="bbu">also</span> use</p><div class="codebox"><pre><code>GRUB_TIMEOUT=0</code></pre></div></div></blockquote></div><p>Actually that is the only option needed, GRUB_HIDDEN_TIMEOUT should remain unset.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>If you also have</p><div class="codebox"><pre><code>GRUB_TIMEOUT_STYLE=hidden</code></pre></div><p>then the menu is not actually shown, but the time logic remains the same.</p></div></blockquote></div><p>Not quite — if that option is set then GRUB will pause for the time specified in GRUB_TIMEOUT unless the &lt;escape&gt; key is pressed, at which point GRUB will wait indefinitely for user input.</p><p>GRUB_TIMEOUT_STYLE=hidden is the replacement for the deprecated GRUB_HIDDEN_TIMEOUT option so both should not be used at the same time.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 29 May 2020 19:13:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22173#p22173</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22165#p22165</link>
			<description><![CDATA[<p>It seems <span class="bbc">grub</span> is one of those packages where it&#039;s stupidly hard to find documentation, with man pages that just say that &quot;this is documented somewhere else and I&#039;m not telling where&quot;... it turns out that you need to have <span class="bbc">grub-legacy-doc</span> installed, which provides the texinfo file with documentation using the <span class="bbc">info</span> system.</p><p>Anyhow, according to that you should <span class="bbu">also</span> use</p><div class="codebox"><pre><code>GRUB_TIMEOUT=0</code></pre></div><p>Afaict <span class="bbc">GRUB_HIDDEN_TIMEOUT</span> is the time to wait before showing the menu, and <span class="bbc">GRUB_TIMEOUT</span> is the time to wait (in addition) before booting to the default choice.</p><p>If you also have</p><div class="codebox"><pre><code>GRUB_TIMEOUT_STYLE=hidden</code></pre></div><p> then the menu is not actually shown, but the time logic remains the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 29 May 2020 10:33:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22165#p22165</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Problem editing grub]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22163#p22163</link>
			<description><![CDATA[<p>Greetings. I&#039;m on ascii 2.1 and I tried editing grub to a timeout of 0 as it always waits for me to hit enter. Despite there being a value of 5 it just waits for my input. Then, also as root, I ran update-grub and rebooted but no change. Here it is after the edit (I chose the hidden option as there&#039;s just the one OS on this machine):</p><div class="codebox"><pre><code>GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet&quot;
GRUB_CMDLINE_LINUX=&quot;&quot;</code></pre></div><p>Tia.</p>]]></description>
			<author><![CDATA[dummy@example.com (LU344928)]]></author>
			<pubDate>Fri, 29 May 2020 09:08:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22163#p22163</guid>
		</item>
	</channel>
</rss>
