<?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: Install OpenFiler on USB stick</title>
	<atom:link href="http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/</link>
	<description>Connexeon Blog</description>
	<lastBuildDate>Tue, 10 Aug 2010 11:39:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: viknet</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1477</link>
		<dc:creator>viknet</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1477</guid>
		<description>for scott and because googling openfiler+usb give yur page as a first:
chroot does not work if bash is not on the filesystem where you chroot, this is the case if you have created a /boot partition (the standard with openfiler)
in this case two things have to be done:
1st: mount /dev/sda2 instead of /dev/sda1
2nd: you also have to mount /dev/sda1 as /mnt/source/boot/
then chroot to /mnt/source

good luck for others</description>
		<content:encoded><![CDATA[<p>for scott and because googling openfiler+usb give yur page as a first:<br />
chroot does not work if bash is not on the filesystem where you chroot, this is the case if you have created a /boot partition (the standard with openfiler)<br />
in this case two things have to be done:<br />
1st: mount /dev/sda2 instead of /dev/sda1<br />
2nd: you also have to mount /dev/sda1 as /mnt/source/boot/<br />
then chroot to /mnt/source</p>
<p>good luck for others</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1408</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 19 Nov 2009 20:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1408</guid>
		<description>This does not want to work for me. When I try to chroot /mnt/source I get an error:

chroot: cannot execute /bin/sh: no such file or directory</description>
		<content:encoded><![CDATA[<p>This does not want to work for me. When I try to chroot /mnt/source I get an error:</p>
<p>chroot: cannot execute /bin/sh: no such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1362</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 04 Oct 2009 07:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1362</guid>
		<description>Hi,

Thanks for your article. I use a low cost Imation USB stick. With help of your writings I was up and running in minutes. (After the initials install which indeed takes a long time.)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your article. I use a low cost Imation USB stick. With help of your writings I was up and running in minutes. (After the initials install which indeed takes a long time.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PsyMan</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1292</link>
		<dc:creator>PsyMan</dc:creator>
		<pubDate>Tue, 12 May 2009 09:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1292</guid>
		<description>I must admit, freeNAS is a lot simpler to install on a USB or CF card/drive however after many many stability issues I have decided to run with openfiler. Thanks for the guide though, from this I have decided to simply stick a 5th small hard drive in and forget using openfiler from a USB drive afterall :P</description>
		<content:encoded><![CDATA[<p>I must admit, freeNAS is a lot simpler to install on a USB or CF card/drive however after many many stability issues I have decided to run with openfiler. Thanks for the guide though, from this I have decided to simply stick a 5th small hard drive in and forget using openfiler from a USB drive afterall <img src='http://blog.connexeon.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1286</link>
		<dc:creator>Carlton</dc:creator>
		<pubDate>Mon, 27 Apr 2009 20:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1286</guid>
		<description>I followed your instructions, but I&#039;m stuck on the grub.conf file. I copied the existing boot options and added &quot;initrd /usbinird.img&quot; to the end.
Here is the error I get when I boot from the USB:

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.26.8-1.0.11.smp.gcc3.4.x86_64 ro 
[ Linux-bzImage, setup=0x3000, size=0x219300]
root=LABEL=/1 quiet
ERROR 11: Unrecognized device string
Press any key to continue...

Next screen is both boot options. (One I created a top.)
I setup the partitions on the USB with ext3. Does it need to be ext2?</description>
		<content:encoded><![CDATA[<p>I followed your instructions, but I&#8217;m stuck on the grub.conf file. I copied the existing boot options and added &#8220;initrd /usbinird.img&#8221; to the end.<br />
Here is the error I get when I boot from the USB:</p>
<p>root (hd0,0)<br />
Filesystem type is ext2fs, partition type 0&#215;83<br />
kernel /vmlinuz-2.6.26.8-1.0.11.smp.gcc3.4.x86_64 ro<br />
[ Linux-bzImage, setup=0x3000, size=0x219300]<br />
root=LABEL=/1 quiet<br />
ERROR 11: Unrecognized device string<br />
Press any key to continue&#8230;</p>
<p>Next screen is both boot options. (One I created a top.)<br />
I setup the partitions on the USB with ext3. Does it need to be ext2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1248</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1248</guid>
		<description>I really appreciate this information, and wish USB was handled by the OpenFiler installer.  I&#039;ve prepaired several OpenFiler USB sticks without issue.

However, I have an issue with some servers (HP DL350 G3)  that can only emulate USB as Floppy, not Hard Drive.  I proved this by using HP&#039;s Drive Key Boot Utility (cp006049.exe).  It can createa a DOS USB Hard Drive or USB Floppy DIsk.  The server only boots when configured as Floppy.  OpenFiler won&#039;t install to the floppy formatted USB as it prompts/forces to format as hard drive.

Can anyone give instructions on how to prepare the USB key in such a way that it would boot in this situation?  Or, how to prepare another USB Floppy, 3.5&quot; Floppy, or CD with GRUB?


Incidentally, I believe this USB floppy emulation is the same cause of FreeNAS not booting with &quot;Error 1 lba #####&quot;  &quot;No /boot/kernel/kernel&quot;</description>
		<content:encoded><![CDATA[<p>I really appreciate this information, and wish USB was handled by the OpenFiler installer.  I&#8217;ve prepaired several OpenFiler USB sticks without issue.</p>
<p>However, I have an issue with some servers (HP DL350 G3)  that can only emulate USB as Floppy, not Hard Drive.  I proved this by using HP&#8217;s Drive Key Boot Utility (cp006049.exe).  It can createa a DOS USB Hard Drive or USB Floppy DIsk.  The server only boots when configured as Floppy.  OpenFiler won&#8217;t install to the floppy formatted USB as it prompts/forces to format as hard drive.</p>
<p>Can anyone give instructions on how to prepare the USB key in such a way that it would boot in this situation?  Or, how to prepare another USB Floppy, 3.5&#8243; Floppy, or CD with GRUB?</p>
<p>Incidentally, I believe this USB floppy emulation is the same cause of FreeNAS not booting with &#8220;Error 1 lba #####&#8221;  &#8220;No /boot/kernel/kernel&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1236</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1236</guid>
		<description>I use both freenas and open filer and where as i&#039;d say the install is simpler with freenas on CF or USB and possibly easier to configure as a simple NAS, Open filer rocks for everything else and is much easier to use.

My 2p</description>
		<content:encoded><![CDATA[<p>I use both freenas and open filer and where as i&#8217;d say the install is simpler with freenas on CF or USB and possibly easier to configure as a simple NAS, Open filer rocks for everything else and is much easier to use.</p>
<p>My 2p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimC</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1168</link>
		<dc:creator>JimC</dc:creator>
		<pubDate>Sun, 19 Oct 2008 00:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1168</guid>
		<description>openfiler is junk.  In FREENAS all you do is go through a menu item, click and it formats your new bootable usb drive.  You never have to go through that vi POS editor.</description>
		<content:encoded><![CDATA[<p>openfiler is junk.  In FREENAS all you do is go through a menu item, click and it formats your new bootable usb drive.  You never have to go through that vi POS editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1167</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 20 Aug 2008 03:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1167</guid>
		<description>google pulled up your post double-quick on a search for the terms openfiler+usb

anyway using your guidelines I&#039;ve gone from Openfiler not seeing my 2GB flash to the error messages you described, complaints about low RAM and no Swap, etc... sounds like everything&#039;s going smoothly.  if this thing -needs- to swap with 512MB of RAM installed.. something is seriously wrong, heh.  Anyway thanks for the helpful post!</description>
		<content:encoded><![CDATA[<p>google pulled up your post double-quick on a search for the terms openfiler+usb</p>
<p>anyway using your guidelines I&#8217;ve gone from Openfiler not seeing my 2GB flash to the error messages you described, complaints about low RAM and no Swap, etc&#8230; sounds like everything&#8217;s going smoothly.  if this thing -needs- to swap with 512MB of RAM installed.. something is seriously wrong, heh.  Anyway thanks for the helpful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wolfy</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-openfiler-on-usb-stick/comment-page-1/#comment-1166</link>
		<dc:creator>wolfy</dc:creator>
		<pubDate>Sun, 27 Jul 2008 01:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=25#comment-1166</guid>
		<description>You need to start the installer in expert mode.

In the openfiler boot loader screen, enter

linux text expert</description>
		<content:encoded><![CDATA[<p>You need to start the installer in expert mode.</p>
<p>In the openfiler boot loader screen, enter</p>
<p>linux text expert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
