<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Kahel OS Forum Tag: grub2 - Recent Posts</title>
		<link>http://forum.kahelos.org/tags/grub2</link>
		<description>Open for Change</description>
		<language>en-US</language>
		<pubDate>Thu, 29 Jul 2010 20:47:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.kahelos.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.kahelos.org/rss/tags/grub2" rel="self" type="application/rss+xml" />

		<item>
			<title>Fenrin on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-645</link>
			<pubDate>Fri, 08 Jan 2010 22:49:52 +0000</pubDate>
			<dc:creator>Fenrin</dc:creator>
			<guid isPermaLink="false">645@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;I guess you would have to reinstall KahelOS with a seperate boot partition.&#60;br /&#62;
Ext2 is a safe choice for the boot partition with &#38;gt;=256MB size. At the installation of KahelOS you could install your grub on the /boot partition (dont install it to hda, if you want to keep grub2 of Debian).&#60;/p&#62;
&#60;p&#62;so, if you would use following partition setup...&#60;br /&#62;
hda1-&#38;gt; debian&#60;br /&#62;
hda2 -&#38;gt; swap&#60;br /&#62;
hda3 -&#38;gt; /boot [ext2]&#60;br /&#62;
hda4 -&#38;gt; kahel[btrfs]&#60;br /&#62;
hda5 -&#38;gt; /home &#60;/p&#62;
&#60;p&#62;both of the following entries should work to boot KahelOS:&#60;br /&#62;
menuentry 'Arch(on /dev/hda4)' {&#60;br /&#62;
set root=(hd0,3)&#60;br /&#62;
linux /boot/vmlinuz26 root=/dev/hda4&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;menuentry &#34;KahelOS&#34; {&#60;br /&#62;
    set root=(hd0,3)&#60;br /&#62;
    chainloader +1&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The second menu entry would open the grub of your KahelOS. Im really not sure about this solution. You can also use grub legacy like joelbryan suggested. I dont use Grub2 either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-644</link>
			<pubDate>Fri, 08 Jan 2010 22:44:24 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">644@http://forum.kahelos.org/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Im not sure if the current status page of Grub2 is up to date, but according to it BTRFS and NILFS is not a supported filesystem. So if its not supported yet, you will atleast need a /boot partition with a supported filesystem. Maybe even the root filesystem has to be a supported one, I dont know.&#60;br /&#62;
Current status page of grub2: &#60;a href=&#34;http://grub.enbug.org/CurrentStatus&#34; rel=&#34;nofollow&#34;&#62;http://grub.enbug.org/CurrentStatus&#60;/a&#62;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;I don't see any benefits of using Grub2 over Grub, only headaches, IMHO.&#60;/p&#62;
&#60;p&#62;Grub2 can't boot those filesystems while Grub1 can perfectly do it without any complications.&#60;br /&#62;
Grub2 does not properly detect a separate /boot partition properly and won't install on them properly.&#60;br /&#62;
Grub2 add things that doesn't really matter because you only need to boot your system, nothing more... Do you really need to play Tetris on your MBR bootloader?&#60;/p&#62;
&#60;p&#62;I don't really see the point of switching to grub2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-643</link>
			<pubDate>Fri, 08 Jan 2010 21:52:55 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">643@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hi folks!&#60;/p&#62;
&#60;p&#62;well...how can i fix it? got kahelOS light and can't enter...what would the correct grub2's configuration to get in?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fenrin on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-642</link>
			<pubDate>Fri, 08 Jan 2010 21:35:45 +0000</pubDate>
			<dc:creator>Fenrin</dc:creator>
			<guid isPermaLink="false">642@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;I asked at their IRC channel for clarification: &#60;a href=&#34;http://grub.enbug.org/IrcChannels&#34; rel=&#34;nofollow&#34;&#62;http://grub.enbug.org/IrcChannels&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;Fenrin&#38;gt; Hello, im just wondering if BTRFS is supported by grub2 or not yet? I know its not in the current status list...&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; maybe anyone can help?&#60;br /&#62;
&#38;lt;fezie&#38;gt; no it's not&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; ok&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; does this mean that only boot has to be a supported filesystem or root too?&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; thanks&#60;br /&#62;
&#38;lt;fezie&#38;gt; grub-mkconfig doestn't work even if just / and not /boot is btrfs&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; ok thanks&#60;br /&#62;
&#38;lt;fezie&#38;gt; but except of that it doestn't matter if /boot is some supported fs and / btrfs&#60;br /&#62;
&#38;lt;Fenrin&#38;gt; ok good to know
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fenrin on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-640</link>
			<pubDate>Fri, 08 Jan 2010 21:10:38 +0000</pubDate>
			<dc:creator>Fenrin</dc:creator>
			<guid isPermaLink="false">640@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Im not sure if the current status page of Grub2 is up to date, but according to it BTRFS and NILFS is not a supported filesystem. So if its not supported yet, you will atleast need a /boot partition with a supported filesystem. Maybe even the root filesystem has to be a supported one, I dont know.&#60;/p&#62;
&#60;p&#62;Current status page of grub2: &#60;a href=&#34;http://grub.enbug.org/CurrentStatus&#34; rel=&#34;nofollow&#34;&#62;http://grub.enbug.org/CurrentStatus&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-630</link>
			<pubDate>Fri, 08 Jan 2010 16:12:20 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">630@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hm...shouldnt be much of a problem ....&#60;br /&#62;
well..theoretically..since home  is just a place where you keep your files...&#60;br /&#62;
though your home might be excessively big interms of size ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KenWeiLL on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-629</link>
			<pubDate>Fri, 08 Jan 2010 15:12:07 +0000</pubDate>
			<dc:creator>KenWeiLL</dc:creator>
			<guid isPermaLink="false">629@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;is that really safe? debian and kahel uses one /home ?&#60;br /&#62;
swap would be fine, but /home is used by debian and kahel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-628</link>
			<pubDate>Fri, 08 Jan 2010 12:07:21 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">628@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;/boot/grub/grub.cfg :&#60;br /&#62;
###BEGIN /etc/grub.d/30_os-prober ###&#60;br /&#62;
menuentry 'Arch(on /dev/hda3)' {&#60;br /&#62;
        set root=(hd0,3)&#60;br /&#62;
        linux /boot/vmlinuz26 root=/dev/hda3&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;grub2 shows me debian and arch then enter to arch then ==&#38;gt; black screen ==&#38;gt; error: unknown filesystem press any key to continue...&#60;br /&#62;
---------------------------------------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;fdisk -l: &#60;a href=&#34;http://i46.tinypic.com/23le6e.png&#34; rel=&#34;nofollow&#34;&#62;http://i46.tinypic.com/23le6e.png&#60;/a&#62;&#60;br /&#62;
where hda1-&#38;gt; debian&#60;br /&#62;
hda2 -&#38;gt; swap&#60;br /&#62;
hda3 -&#38;gt; kahel[btrfs]&#60;br /&#62;
hda4 -&#38;gt; /home
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-627</link>
			<pubDate>Fri, 08 Jan 2010 10:10:54 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">627@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;i could read something about that fs is in 'read only'...&#60;/p&#62;
&#60;p&#62;i'm going to give the last chance right now to kahel...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-623</link>
			<pubDate>Fri, 08 Jan 2010 08:41:35 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">623@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Have you modify your &#34;HOOKS&#34; in your /etc/mkinitcpio.conf as you said in your previous posts? Do not modify it unless you _really_ know what your doing.&#60;/p&#62;
&#60;p&#62;Also, are you sure your grub config is valid and correct? you should at least know how path and references works, and it should not trying to load an invalid file and block device.&#60;/p&#62;
&#60;p&#62;Could you post your /boot/grub/grub.cfg as well as your modifications in /etc/rc.conf and /etc/mkinitcpio.conf?&#60;/p&#62;
&#60;p&#62;Also, could you post your partition numbers and hard drives and where Debian and Kahel OS is installed and what partition your grub MBR is installed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "now...just KERNEL PANIC! ..."</title>
			<link>http://forum.kahelos.org/topic/nowjust-kernel-panic#post-622</link>
			<pubDate>Fri, 08 Jan 2010 02:57:09 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">622@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;what's wrong with KahelOS 'light ed'?&#60;br /&#62;
what i'm doing bad than ain't install?&#60;br /&#62;
i'm getting sick of problems...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-594</link>
			<pubDate>Wed, 06 Jan 2010 10:51:32 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">594@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;see &#60;a href=&#34;http://forum.kahelos.org/topic/how-to-add-rootfstypebtrfs&#34; rel=&#34;nofollow&#34;&#62;http://forum.kahelos.org/topic/how-to-add-rootfstypebtrfs&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-589</link>
			<pubDate>Tue, 05 Jan 2010 20:58:04 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">589@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;may somebody teach me how to specify/to add rootfstype=btrfs to kernel line?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-573</link>
			<pubDate>Tue, 05 Jan 2010 02:11:44 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">573@http://forum.kahelos.org/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;You have to specify rootfstype=btrfs in your kernel line&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;can u teach me how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-550</link>
			<pubDate>Mon, 04 Jan 2010 04:22:47 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">550@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;You have to specify rootfstype=btrfs in your kernel line.&#60;/p&#62;
&#60;p&#62;If your using an SSD, BTRFS and NILFS2 are the best filesystems to use, and has a better and faster performance than ext3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fenrin on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-547</link>
			<pubDate>Mon, 04 Jan 2010 01:53:53 +0000</pubDate>
			<dc:creator>Fenrin</dc:creator>
			<guid isPermaLink="false">547@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;yeah I guess its the same thing for NILFS. Phoronix compared the speed of NILFS2, ext3, ext4, BTRFS here: &#60;a href=&#34;http://www.phoronix.com/scan.php?page=article&#38;amp;item=ext4_btrfs_nilfs2&#38;amp;num=1&#34; rel=&#34;nofollow&#34;&#62;http://www.phoronix.com/scan.php?page=article&#38;amp;item=ext4_btrfs_nilfs2&#38;amp;num=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;NILFS2 was in some tests much slower than other filesystems. I dont know if there is any difference between NIFLS2 and NILFS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-545</link>
			<pubDate>Mon, 04 Jan 2010 01:20:40 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">545@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;thanks bro! and what about NILFS...same thing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fenrin on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-544</link>
			<pubDate>Mon, 04 Jan 2010 00:47:13 +0000</pubDate>
			<dc:creator>Fenrin</dc:creator>
			<guid isPermaLink="false">544@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;I found a bug report about this. Grub2 has problems to boot a linux system, which has a btrfs root partition even if it has a seperated boot partition. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/450260&#34; rel=&#34;nofollow&#34;&#62;https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/450260&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Its probably still better to use ext3 or ext4 for the root partition. If you wanna use BTRFS later when it is ready to use, you can convert your ext3 filesystem to btrfs with btrfs-tools installed and the command &#34;btrfs-convert /dev/sda%&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-541</link>
			<pubDate>Sun, 03 Jan 2010 23:07:54 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">541@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;it is BTRFS ready to work? is there a specialist that know about this situation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermit on "error: unknown filesystem on debian&#039;s grub2[kahelOS]..."</title>
			<link>http://forum.kahelos.org/topic/error-unknown-filesystem-on-debians-grub2kahelos#post-535</link>
			<pubDate>Sun, 03 Jan 2010 11:23:04 +0000</pubDate>
			<dc:creator>hermit</dc:creator>
			<guid isPermaLink="false">535@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hi folks!&#60;br /&#62;
got kahelOS 'light ed' on hd.&#60;br /&#62;
debian's grub2 recognize it but when choose arch shows: error: unknown filesystem...i installed  btrfs on partitioning...any idea how to start kahel?&#60;/p&#62;
&#60;p&#62;update-grub says --&#38;gt; found arch on /dev/hda3&#60;br /&#62;
/usr/sbin/grub-probe:error: unknown filesystem&#60;br /&#62;
done
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
