<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.freegeek.org/index.php?action=history&amp;feed=atom&amp;title=Altering_the_Grub_Timeout</id>
	<title>Altering the Grub Timeout - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.freegeek.org/index.php?action=history&amp;feed=atom&amp;title=Altering_the_Grub_Timeout"/>
	<link rel="alternate" type="text/html" href="http://wiki.freegeek.org/index.php?title=Altering_the_Grub_Timeout&amp;action=history"/>
	<updated>2026-04-22T12:19:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.freegeek.org/index.php?title=Altering_the_Grub_Timeout&amp;diff=61717&amp;oldid=prev</id>
		<title>Paulm: Created page with &quot;Ubuntu uses Grub2 which has a configuration option to set the amount of time you have to press the shift key to get to the grub menu. If you find it difficult to get to this menu…&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.freegeek.org/index.php?title=Altering_the_Grub_Timeout&amp;diff=61717&amp;oldid=prev"/>
		<updated>2012-03-20T20:15:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Ubuntu uses Grub2 which has a configuration option to set the amount of time you have to press the shift key to get to the grub menu. If you find it difficult to get to this menu…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ubuntu uses Grub2 which has a configuration option to set the amount of time you have to press the shift key to get to the grub menu. If you find it difficult to get to this menu you can use a rescue disk to increase the amount of time you have.&lt;br /&gt;
&lt;br /&gt;
    Boot off of a rescue disk. On the Free Geek build network (i.e. in Tech Support) you can net boot then chose the live boot option -&amp;gt; Debian Images-&amp;gt; Debian Rescue.&lt;br /&gt;
    Once it has booted use Sudo fdisk -l to find the hard drive of the machine you are booting: norma.lly it is /dev/sda1, the first partition on the drive.&lt;br /&gt;
    Mount that drive: sudo mount /dev/sdXX /mnt e.g. sudo mount /dev/sda1 /mnt&lt;br /&gt;
    next you will need to mount the virtual filesystems: for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done&lt;br /&gt;
    Then chroot into that filesystem chroot /mnt&lt;br /&gt;
    Now you can edit the relevant grub config file. With grub2 this is /etc/default/grub&lt;br /&gt;
    Look for a line that begins GRUB_HIDDEN_TIMEOUT=, amke sure it isn&amp;#039;t commented out with a #&lt;br /&gt;
    Edit this line to give a reasonable amount of time. GRUB_HIDDEN_TIMEOUT=3 (a 3 second delay).&lt;br /&gt;
    Run sudo update-grub so grub knows about the changes.&lt;br /&gt;
    Exit chroot exit&lt;br /&gt;
    Unmount the virtual filesystems: for i in /sys /proc /dev/pts /dev; do sudo umount /mnt$i; done&lt;br /&gt;
    Unmount the hard drive sudo umount /dev/sdXX e.g. sudo umount /dev/sda1&lt;br /&gt;
    reboot the system and boot normally.&lt;/div&gt;</summary>
		<author><name>Paulm</name></author>
	</entry>
</feed>