<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to install FreeBSD 8.0 using only ZFS partitions? (Newbie proof, I hope)</title>
	<atom:link href="http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Sun, 19 May 2013 16:44:14 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: varj</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-2255</link>
		<dc:creator>varj</dc:creator>
		<pubDate>Sat, 10 Sep 2011 11:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-2255</guid>
		<description><![CDATA[i get this far too, it seems somehow the bootloader isn&#039;t correctly installed. (after &quot;F1 FREEBSD F6 PXE&quot;, you&#039;re supposed to get the list with boot normal, single user mode, etc to the left and the FreeBSD logo on the right, right?)]]></description>
		<content:encoded><![CDATA[<p>i get this far too, it seems somehow the bootloader isn't correctly installed. (after "F1 FREEBSD F6 PXE", you're supposed to get the list with boot normal, single user mode, etc to the left and the FreeBSD logo on the right, right?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jh</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-2158</link>
		<dc:creator>jh</dc:creator>
		<pubDate>Thu, 14 Jul 2011 07:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-2158</guid>
		<description><![CDATA[This didn&#039;t work for me. I didn&#039;t understand the usage of &quot;cat&quot; in the script (nor the cryptic comments by users; my experience and experiments with the cat command tell me it can&#039;t work) and replaced that part by creating the (nonexistent) fstab file with two echo... lines.

Booting resulted in:
F1 FreeBSD

F6 PXE
Boot: F1

but no further progress.
Thanks anyway, jh]]></description>
		<content:encoded><![CDATA[<p>This didn't work for me. I didn't understand the usage of "cat" in the script (nor the cryptic comments by users; my experience and experiments with the cat command tell me it can't work) and replaced that part by creating the (nonexistent) fstab file with two echo... lines.</p>
<p>Booting resulted in:<br />
F1 FreeBSD</p>
<p>F6 PXE<br />
Boot: F1</p>
<p>but no further progress.<br />
Thanks anyway, jh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SIFE</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-1991</link>
		<dc:creator>SIFE</dc:creator>
		<pubDate>Wed, 02 Mar 2011 23:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-1991</guid>
		<description><![CDATA[i followed all steps with no error, but in end I can&#039;t boot the system with no error showing, I test this in VirtualBox 3.2.12 with 8.2-RELEASE-AMD64.
To those didn&#039;t find lib32 directory, because this directory available only in AMD64 and IA64 I guess.]]></description>
		<content:encoded><![CDATA[<p>i followed all steps with no error, but in end I can't boot the system with no error showing, I test this in VirtualBox 3.2.12 with 8.2-RELEASE-AMD64.<br />
To those didn't find lib32 directory, because this directory available only in AMD64 and IA64 I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kengaru</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-1938</link>
		<dc:creator>Kengaru</dc:creator>
		<pubDate>Sat, 05 Feb 2011 22:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-1938</guid>
		<description><![CDATA[Great howto!

May could help someone, or improve this post:

Unfortunately, trying to install the 8.1-RELEASE got no ATA DVD drive in old PC whose have to be the home router and NAS. Also, no USB boot at BIOS. So, it&#039;s impossible to boot from DVD or memstick image. 


Booted from Live FS CDROM, then, after creating pool (RAIDZ1) and ZFS hierarchy, tried to mount the memstick image on my 1Gb USB drive (/dev/da0a) to any dir under /mnt, then started extracting distributions. Kernel panic - low kmem, I have only 512Mb RAM on the box. 

We brake for nobody! 

So, next boot we set vm.kmem_size=&quot;330M&quot;
vm.kmem_size_max=&quot;330M&quot;
vfs.zfs.arc_max=&quot;40M&quot;
vfs.zfs.vdev.cache.size=&quot;5M&quot; at the loader prompt and then boot. (Don&#039;t forget to place that to the /boot/loader.conf).

And, after boot and diving to fixit shell, zpool import -f zroot to get where we were when crashed. Then, followed your manual, all goes like a charm.

Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Great howto!</p>
<p>May could help someone, or improve this post:</p>
<p>Unfortunately, trying to install the 8.1-RELEASE got no ATA DVD drive in old PC whose have to be the home router and NAS. Also, no USB boot at BIOS. So, it's impossible to boot from DVD or memstick image. </p>
<p>Booted from Live FS CDROM, then, after creating pool (RAIDZ1) and ZFS hierarchy, tried to mount the memstick image on my 1Gb USB drive (/dev/da0a) to any dir under /mnt, then started extracting distributions. Kernel panic - low kmem, I have only 512Mb RAM on the box. </p>
<p>We brake for nobody! </p>
<p>So, next boot we set vm.kmem_size="330M"<br />
vm.kmem_size_max="330M"<br />
vfs.zfs.arc_max="40M"<br />
vfs.zfs.vdev.cache.size="5M" at the loader prompt and then boot. (Don't forget to place that to the /boot/loader.conf).</p>
<p>And, after boot and diving to fixit shell, zpool import -f zroot to get where we were when crashed. Then, followed your manual, all goes like a charm.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-237</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 18 Sep 2010 16:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-237</guid>
		<description><![CDATA[Ok, there is now an actually easy way of installing FreeBSD root on ZFS using mfsbsd livecd.  I did a complete write up on my blog: http://mpietruszka.com/2010/08/14/freebsd-on-zfs-update-1/, but all you really need to get it going is just the mfsbsd livecd and two commands:


Mount the cd:
mount_cd9660 /dev/acd0 /cdrom
Install ZFS version 15/FreebSD:
zfsinstall -d /dev/ad0 -t /cdrom/8.1-RELEASE-amd64.tar.xz -s 4G -V 15

Just to let you know, pjd has started testing ZFS version 28 so we might see that trickle down real soon as well.]]></description>
		<content:encoded><![CDATA[<p>Ok, there is now an actually easy way of installing FreeBSD root on ZFS using mfsbsd livecd.  I did a complete write up on my blog: http://mpietruszka.com/2010/08/14/freebsd-on-zfs-update-1/, but all you really need to get it going is just the mfsbsd livecd and two commands:</p>
<p>Mount the cd:<br />
mount_cd9660 /dev/acd0 /cdrom<br />
Install ZFS version 15/FreebSD:<br />
zfsinstall -d /dev/ad0 -t /cdrom/8.1-RELEASE-amd64.tar.xz -s 4G -V 15</p>
<p>Just to let you know, pjd has started testing ZFS version 28 so we might see that trickle down real soon as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuco</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-236</link>
		<dc:creator>Tuco</dc:creator>
		<pubDate>Thu, 16 Sep 2010 12:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-236</guid>
		<description><![CDATA[Not exactly the same, but Debian GNU/kFreeBSD has an installer with ZFS support: http://robertmh.wordpress.com/2010/09/06/debian-installer-with-zfs/]]></description>
		<content:encoded><![CDATA[<p>Not exactly the same, but Debian GNU/kFreeBSD has an installer with ZFS support: http://robertmh.wordpress.com/2010/09/06/debian-installer-with-zfs/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitri</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-235</link>
		<dc:creator>dmitri</dc:creator>
		<pubDate>Tue, 03 Aug 2010 00:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-235</guid>
		<description><![CDATA[That should be: cat &lt; /zroot/etc/fstab  as in the docs. Sorry.]]></description>
		<content:encoded><![CDATA[<p>That should be: cat &lt; /zroot/etc/fstab  as in the docs. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitri</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-234</link>
		<dc:creator>dmitri</dc:creator>
		<pubDate>Tue, 03 Aug 2010 00:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-234</guid>
		<description><![CDATA[Thanks!  Worked like a charm with 8.1
According to the docs, installing the bootloader (the steps &quot;cd /usr/src/sys/boot/&quot; ... make, et c.,)
are not required because 8.1 ships with a zfs aware bootloader
However, it tried it just to see, and it does no harm.

To n00b-proof your script, you might want to change:
&quot;cat &lt; /zroot/etc/fstab&quot; to
&quot;cat &lt; /zroot/etc/fstab&quot;  _I_ know that ^D will get me an EOF, but someone just typing the script might get &#039;EOF&#039; as the last line of /etc/fstab which might result in some interesting, though harmless, errors.

Once again, thanks for a really great post.  You rock, and now so does my Beastie.]]></description>
		<content:encoded><![CDATA[<p>Thanks!  Worked like a charm with 8.1<br />
According to the docs, installing the bootloader (the steps "cd /usr/src/sys/boot/" ... make, et c.,)<br />
are not required because 8.1 ships with a zfs aware bootloader<br />
However, it tried it just to see, and it does no harm.</p>
<p>To n00b-proof your script, you might want to change:<br />
"cat &lt; /zroot/etc/fstab&quot; to<br />
&quot;cat &lt; /zroot/etc/fstab"  _I_ know that ^D will get me an EOF, but someone just typing the script might get 'EOF' as the last line of /etc/fstab which might result in some interesting, though harmless, errors.</p>
<p>Once again, thanks for a really great post.  You rock, and now so does my Beastie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-233</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Mon, 05 Jul 2010 19:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-233</guid>
		<description><![CDATA[nice job, many thks ... just one question, I tried with success a slight updated version of this how-to with a mirrored zpool but I try now to add a second (non mirrored) zpool on the same disk, ... is there a way to do this ?]]></description>
		<content:encoded><![CDATA[<p>nice job, many thks ... just one question, I tried with success a slight updated version of this how-to with a mirrored zpool but I try now to add a second (non mirrored) zpool on the same disk, ... is there a way to do this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.rhyous.com/2009/12/01/how-to-install-freebsd-8-0-using-only-zfs-partitions/#comment-232</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 22 Jun 2010 01:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=654#comment-232</guid>
		<description><![CDATA[I would like to second what the poster above me (ben) has said.  I do receive the same error messages upon boot.]]></description>
		<content:encoded><![CDATA[<p>I would like to second what the poster above me (ben) has said.  I do receive the same error messages upon boot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.rhyous.com @ 2013-05-19 15:29:20 by W3 Total Cache -->