<?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>fabiolagana.net &#187; grub</title>
	<atom:link href="http://blog.fabiolagana.net/category/linux/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fabiolagana.net</link>
	<description>640 Kb should be enough memory for anybody</description>
	<lastBuildDate>Mon, 26 Oct 2009 13:17:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grub Multiboot</title>
		<link>http://blog.fabiolagana.net/grub-multiboot/</link>
		<comments>http://blog.fabiolagana.net/grub-multiboot/#comments</comments>
		<pubDate>Wed, 28 May 2008 07:59:31 +0000</pubDate>
		<dc:creator>Fabio Laganà</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[multiboot]]></category>

		<guid isPermaLink="false">http://blog.fabiolagana.net/2008/05/28/grub-multiboot/</guid>
		<description><![CDATA[


&#160;Powered by Max Banner Ads&#160;Example file menu.lst
# Example config file for GRUB
# The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# general configuration:
timeoutÂ  10
defaultÂ Â  0
fallbackÂ  1
fallbackÂ  9
colorÂ Â Â Â  blue/cyanÂ  yellow/magenta
# boot sections follow
# each is implicitly numbered from 0
# in the order of appearance below
# (0) Mandrake (default boot)
titleÂ  MandrakeÂ  [/vmlinuz]
rootÂ Â  (hd0,2)
kernel /vmlinuz root=/dev/sda3 ro
# (1) Mandrake - runlevel [...]]]></description>
			<content:encoded><![CDATA[<pre>Example file menu.lst</pre>
<pre># Example config file for GRUB</pre>
<pre># The GNU GRand Unified Bootloader</pre>
<pre># /boot/grub/menu.lst</pre>
<pre># general configuration:</pre>
<pre>timeoutÂ  10</pre>
<pre>defaultÂ Â  0</pre>
<pre>fallbackÂ  1</pre>
<pre>fallbackÂ  9</pre>
<pre>colorÂ Â Â Â  blue/cyanÂ  yellow/magenta</pre>
<pre># boot sections follow</pre>
<pre># each is implicitly numbered from 0</pre>
<pre># in the order of appearance below</pre>
<pre># (0) Mandrake (default boot)</pre>
<pre>titleÂ  MandrakeÂ  [/vmlinuz]</pre>
<pre>rootÂ Â  (hd0,2)</pre>
<pre>kernel /vmlinuz root=/dev/sda3 ro</pre>
<pre># (1) Mandrake - runlevel 1</pre>
<pre>titleÂ  MandrakeÂ  [/vmlinuz single]</pre>
<pre>rootÂ Â  (hd0,2)</pre>
<pre>kernel /vmlinuz single root=/dev/sda3 ro</pre>
<pre># (2) Mandrake-old</pre>
<pre>titleÂ  MandrakeÂ  [/vmlinuz.old]</pre>
<pre>rootÂ Â  (hd0,2)</pre>
<pre>kernel /vmlinuz.old root=/dev/sda3 ro</pre>
<pre># (3) Debian-kernel testing</pre>
<pre>titleÂ  DebianÂ  [/vmlinuz.test]</pre>
<pre>rootÂ Â  (hd0,2)</pre>
<pre>kernel /vmlinuz.test root=/dev/sda3 ro</pre>
<pre># (4) Slackware</pre>
<pre>titleÂ  Slackware</pre>
<pre>rootÂ Â  (hd0,1)</pre>
<pre>kernel /vmlinuz root=/dev/sdb2 ro vga=791 mem=256M</pre>
<pre># (5) FreeBSD:</pre>
<pre>titleÂ  FreeBSD</pre>
<pre>rootÂ Â  (hd1,0,a)</pre>
<pre>kernel /boot/loader</pre>
<pre># (6) OpenBSD:</pre>
<pre>titleÂ  OpenBSD</pre>
<pre># You would like to use:</pre>
<pre>## rootÂ  (hd1,1,a)</pre>
<pre>## kernel --type=openbsd /bsd</pre>
<pre># But OpenBSD passes bios &amp; kernel parameters</pre>
<pre># with its own bootloader, the first stage of</pre>
<pre># which is installed in the partition boot</pre>
<pre># record, and in turn calls /boot, which in</pre>
<pre># turn loads kernel /bsd. So just use the GRUB</pre>
<pre># chainloader instead:</pre>
<pre>root (hd1,1)</pre>
<pre>makeactive</pre>
<pre>chainloader +1</pre>
<pre># (7) BeOS:</pre>
<pre>titleÂ  BeOS</pre>
<pre>rootnoverifyÂ  (hd1,2)</pre>
<pre>makeactive</pre>
<pre>chainloader +1</pre>
<pre># (8) Win_dose</pre>
<pre>title Win98</pre>
<pre>rootÂ  (hd0,0)</pre>
<pre>makeactive</pre>
<pre>chainloader +1</pre>
<pre># (9) MS-DOS</pre>
<pre>title msdos</pre>
<pre>rootÂ  (hd0,0)</pre>
<pre>makeactive</pre>
<pre>chainloader +1</pre>
<pre># end file menu.lst</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fabiolagana.net/grub-multiboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->