<?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>Kommentare zu: </title>
	<atom:link href="http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/feed/" rel="self" type="application/rss+xml" />
	<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/</link>
	<description>/usr/home/miwi</description>
	<lastBuildDate>Sun, 27 Jun 2010 15:45:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Von: Which *BSD should I try?</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-967</link>
		<dc:creator>Which *BSD should I try?</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-967</guid>
		<description>[...] a memstick install... but how do I install it to usb in linux?  it says something about /dev/da0? http://miwi.bsdcrew.de/2009/06/freeb...h-a-usb-stick/  is there a floppy net-install for freebsd? the lappy has no cdrom and cant boot from usb without [...]</description>
		<content:encoded><![CDATA[<p>[...] a memstick install&#8230; but how do I install it to usb in linux?  it says something about /dev/da0? <a href="http://miwi.bsdcrew.de/2009/06/freeb...h-a-usb-stick/" rel="nofollow">http://miwi.bsdcrew.de/2009/06/freeb&#8230;h-a-usb-stick/</a>  is there a floppy net-install for freebsd? the lappy has no cdrom and cant boot from usb without [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Patrick Mahan</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-754</link>
		<dc:creator>Patrick Mahan</dc:creator>
		<pubDate>Fri, 07 May 2010 19:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-754</guid>
		<description>I had to do the following to get FreeBSD 8.0 install to boot up on an ATCA-4500 platform:

 % mount /dev/da0a /mnt/usb-stick
 % cd /mnt/usb-stick
 % echo &quot;-P&quot; &gt;&gt; boot.config

Otherwise, It hangs after the load menu.  I&#039;m wondering if I should have modified /boot/loader.conf to use the comconsole as it&#039;s default?

Patrick</description>
		<content:encoded><![CDATA[<p>I had to do the following to get FreeBSD 8.0 install to boot up on an ATCA-4500 platform:</p>
<p> % mount /dev/da0a /mnt/usb-stick<br />
 % cd /mnt/usb-stick<br />
 % echo &#8220;-P&#8221; &gt;&gt; boot.config</p>
<p>Otherwise, It hangs after the load menu.  I&#8217;m wondering if I should have modified /boot/loader.conf to use the comconsole as it&#8217;s default?</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Chris</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-753</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-753</guid>
		<description>tried this, a few years ago.

Unless something changed dramatically, your stick will have to be *much* larger than the original CD, since there is no way to recreate the hard links on the iso by copying. ISO does not know inode numbers, so the cd9660 driver creates them out of thin air. And it does not understand the hardlinking used on iso file systems.</description>
		<content:encoded><![CDATA[<p>tried this, a few years ago.</p>
<p>Unless something changed dramatically, your stick will have to be *much* larger than the original CD, since there is no way to recreate the hard links on the iso by copying. ISO does not know inode numbers, so the cd9660 driver creates them out of thin air. And it does not understand the hardlinking used on iso file systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: ColtonCat</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-752</link>
		<dc:creator>ColtonCat</dc:creator>
		<pubDate>Thu, 03 Dec 2009 22:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-752</guid>
		<description>Or, you can just download the &quot;memstick&quot; image from http://freebsd.org then do the following

dd if=8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync

and you will achieve the same result.  I guess the advantage of doing it the way in this post is that you can install from the DVD which has all the packages in.</description>
		<content:encoded><![CDATA[<p>Or, you can just download the &#8220;memstick&#8221; image from <a href="http://freebsd.org" rel="nofollow">http://freebsd.org</a> then do the following</p>
<p>dd if=8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</p>
<p>and you will achieve the same result.  I guess the advantage of doing it the way in this post is that you can install from the DVD which has all the packages in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: raw</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-751</link>
		<dc:creator>raw</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-751</guid>
		<description>maybe this is about BOOT from usb-flash, not about INSTALL?</description>
		<content:encoded><![CDATA[<p>maybe this is about BOOT from usb-flash, not about INSTALL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: raw</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-750</link>
		<dc:creator>raw</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-750</guid>
		<description>I tried to repeat the process with 7.2 release and have no success...
If i do /dev/ufs/FreeBSD / ufs ro 0 0 on flash fstab, then FreeBSD starts from flash untill login prompt. Then if i do sysinstall - i have conflict of mountpoints
here is df -h:
/dev/ufs/FreeBSD /
and if we try to install to / - error write coz we have ufs ro mode.

so i tried another variant - /dev/ufs/FreeBSD /distr on flash fstab.
Here we go - installation script starts automatically, like from DVD, but when i select &quot;Install from an existing filesystem&quot; and set /distr as root of distribution - i have &quot;Unable to transfer the base distribution from ufs&quot;... What&#039;s wrong with my hands? ;)</description>
		<content:encoded><![CDATA[<p>I tried to repeat the process with 7.2 release and have no success&#8230;<br />
If i do /dev/ufs/FreeBSD / ufs ro 0 0 on flash fstab, then FreeBSD starts from flash untill login prompt. Then if i do sysinstall &#8211; i have conflict of mountpoints<br />
here is df -h:<br />
/dev/ufs/FreeBSD /<br />
and if we try to install to / &#8211; error write coz we have ufs ro mode.</p>
<p>so i tried another variant &#8211; /dev/ufs/FreeBSD /distr on flash fstab.<br />
Here we go &#8211; installation script starts automatically, like from DVD, but when i select &#8220;Install from an existing filesystem&#8221; and set /distr as root of distribution &#8211; i have &#8220;Unable to transfer the base distribution from ufs&#8221;&#8230; What&#8217;s wrong with my hands? <img src='http://miwi.bsdcrew.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Thomas</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-749</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-749</guid>
		<description>Hi fellas!
I was wondering how to make an USF2 filesystem?? Anyone who can explain? I&#039;ve tried with GParted Live CD but it doesn&#039;t support this format...
Holla at me</description>
		<content:encoded><![CDATA[<p>Hi fellas!<br />
I was wondering how to make an USF2 filesystem?? Anyone who can explain? I&#8217;ve tried with GParted Live CD but it doesn&#8217;t support this format&#8230;<br />
Holla at me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: tobé</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-748</link>
		<dc:creator>tobé</dc:creator>
		<pubDate>Thu, 10 Sep 2009 11:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-748</guid>
		<description>Thanks you!</description>
		<content:encoded><![CDATA[<p>Thanks you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christofer</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-747</link>
		<dc:creator>Christofer</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-747</guid>
		<description>Thanks for the guide!</description>
		<content:encoded><![CDATA[<p>Thanks for the guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sylwester</title>
		<link>http://miwi.bsdcrew.de/2009/06/freebsd-80-install-with-a-usb-stick/comment-page-1/#comment-746</link>
		<dc:creator>Sylwester</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=401#comment-746</guid>
		<description>@Andrew Lankford:

Actually the filesystem of the USB Thumb Drive is UFS.
Only the ISO-Image is cd9660.

Just thinking of making a custom USB release with
a customized graphical bootloader.

See http://wiki.freebsd.org/OliverFromme/BootLoader
for the BootLoader.</description>
		<content:encoded><![CDATA[<p>@Andrew Lankford:</p>
<p>Actually the filesystem of the USB Thumb Drive is UFS.<br />
Only the ISO-Image is cd9660.</p>
<p>Just thinking of making a custom USB release with<br />
a customized graphical bootloader.</p>
<p>See <a href="http://wiki.freebsd.org/OliverFromme/BootLoader" rel="nofollow">http://wiki.freebsd.org/OliverFromme/BootLoader</a><br />
for the BootLoader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
