<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; boot</title>
	<atom:link href="http://www.oojahtech.com/tag/boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Beautify Boot in Debian</title>
		<link>http://www.oojahtech.com/2009/07/12/beautify-boot-in-debian/</link>
		<comments>http://www.oojahtech.com/2009/07/12/beautify-boot-in-debian/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 02:02:16 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[splash]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[To give your GRUB a little extra flair, instead of the boring blue, white, black default, you can add a grub splash image to /boot/grub/menu.lst # general configuration: timeout 5 default 0 splashimage /boot/grub/splash.xpm.gz I like to use this GRUB theme which Franlin Piat developed. Once downloaded coppy into the directory specified in /boot/brub/menu.lst (change [...]]]></description>
			<content:encoded><![CDATA[<p>To give your GRUB a little extra flair, instead of the boring blue, white, black default, you can add a grub splash image to /boot/grub/menu.lst</p>
<blockquote>
<pre># general configuration:
timeout   5
default   0
splashimage /boot/grub/splash.xpm.gz</pre>
</blockquote>
<p>I like to use <a href="http://www.klabs.be/%7Efpiat/linux/boot/grub/fp-debian%28grub%29-discret.xpm.gz">this GRUB theme</a> which Franlin Piat developed. Once downloaded coppy into the directory specified in /boot/brub/menu.lst (change splash.xpm.gz to the file you wish to use)</p>
<p>You can also install a collection GRUB images</p>
<blockquote><p>sudo apt-get install grub-splashimages</p></blockquote>
<p>I also like to have a high resolution frame buffer. Generaly, I add vga=791 to the end of the kernel line in /boot/grub/menu.lst for 1024&#215;768; However, <a href="http://codehunk.wordpress.com/2009/07/02/booting-debian-lenny-into-widescreen-framebuffer/">codehunk</a> suggests vga=865 for 1280&#215;800 widescreen resolution.</p>
<p>To have a nice boot-splash image install and configure splashy:</p>
<blockquote><p>sudo-apt-get install splashy splashy-themes</p></blockquote>
<p>The splashy themes are stored in /etc/splashy/themes, and the theme can be change by editing /etc/splashy/config.xml within the &lt;current_theme&gt; tag (I like debian3).  edit /boot/grub/menu.list and add <em>&#8220;splash quiet&#8221;</em> at the end of the kernel line. Once this is done run:</p>
<blockquote><p>sudo update-initramfs -u -t -k `uname -r`</p></blockquote>
<p>To help simplify this processes you can install a program to manage both Splashy and GRUB images</p>
<blockquote><p>sudo apt-get install startup manager</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/12/beautify-boot-in-debian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
