<?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: Portable Ubuntu: working!</title>
	<atom:link href="http://revjim.net/2008/04/15/portable-ubuntu-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://revjim.net/2008/04/15/portable-ubuntu-working/</link>
	<description>because a Reverend can&#039;t be wrong.</description>
	<lastBuildDate>Wed, 09 May 2012 16:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Daniel</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-143299</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 16 Apr 2008 16:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-143299</guid>
		<description>I&#039;ll try them out. Thank you!</description>
		<content:encoded><![CDATA[<p>I&#39;ll try them out. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Reverend</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134660</link>
		<dc:creator>Jim Reverend</dc:creator>
		<pubDate>Wed, 16 Apr 2008 11:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134660</guid>
		<description>I&#039;ll try them out. Thank you!</description>
		<content:encoded><![CDATA[<p>I&#39;ll try them out. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134659</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134659</guid>
		<description>Yep, it&#039;s miserably slow.  I use it primarily for what many people use Knoppix for - as a rescue system for dead Windows partitions.  If I actually had to use it as a primary system daily I might have trouble.&lt;br&gt;&lt;br&gt;Java is a pain but I believe I&#039;ve used these instructions before (on a desktop install):&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=76702&quot;&gt;http://ubuntuforums.org/showthread.php?t=76702&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yep, it&#39;s miserably slow.  I use it primarily for what many people use Knoppix for &#8211; as a rescue system for dead Windows partitions.  If I actually had to use it as a primary system daily I might have trouble.</p>
<p>Java is a pain but I believe I&#39;ve used these instructions before (on a desktop install):</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=76702">http://ubuntuforums.org/showthread.php?t=76702</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Reverend</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134658</link>
		<dc:creator>Jim Reverend</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134658</guid>
		<description>I did consider it. &lt;br&gt;&lt;br&gt;The problem is I only know very litte about syslinux and kernel building. I was afraid I wouldn&#039;t be able to get it right without following the instructions I had which did it this way. I didn&#039;t want to spend hours more trying to figure out that one bit. &lt;br&gt;&lt;br&gt;&lt;br&gt;(sent via BlackBerry)</description>
		<content:encoded><![CDATA[<p>I did consider it. </p>
<p>The problem is I only know very litte about syslinux and kernel building. I was afraid I wouldn&#39;t be able to get it right without following the instructions I had which did it this way. I didn&#39;t want to spend hours more trying to figure out that one bit. </p>
<p>(sent via BlackBerry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Atkins</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134657</link>
		<dc:creator>Martin Atkins</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134657</guid>
		<description>Nice to hear that you got it working.&lt;br&gt;&lt;br&gt;Did you consider putting the bootloader and kernel in a separate FAT16 partition and just having the rest of the system on a normal ext3 partition? That way, you can mount the FAT16 partition at /boot and allow kernel upgrades to be done as normal.&lt;br&gt;&lt;br&gt;Your approach makes me nervous because the filesystem contents are going to change dramatically at some point in the boot process. I guess it&#039;s not a major problem in practice -- filesystems get mounted pretty early on during boot -- but it&#039;s just another thing you have to be weary of when installing/configuring software.</description>
		<content:encoded><![CDATA[<p>Nice to hear that you got it working.</p>
<p>Did you consider putting the bootloader and kernel in a separate FAT16 partition and just having the rest of the system on a normal ext3 partition? That way, you can mount the FAT16 partition at /boot and allow kernel upgrades to be done as normal.</p>
<p>Your approach makes me nervous because the filesystem contents are going to change dramatically at some point in the boot process. I guess it&#39;s not a major problem in practice &#8212; filesystems get mounted pretty early on during boot &#8212; but it&#39;s just another thing you have to be weary of when installing/configuring software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Reverend</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134656</link>
		<dc:creator>Jim Reverend</dc:creator>
		<pubDate>Tue, 15 Apr 2008 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134656</guid>
		<description>Thank you! That was the trick. Didn&#039;t know the package name. &lt;br&gt;&lt;br&gt;I&#039;ll add Multiverse and try that tonight. &lt;br&gt;&lt;br&gt;(sent via BlackBerry)</description>
		<content:encoded><![CDATA[<p>Thank you! That was the trick. Didn&#39;t know the package name. </p>
<p>I&#39;ll add Multiverse and try that tonight. </p>
<p>(sent via BlackBerry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://revjim.net/2008/04/15/portable-ubuntu-working/comment-page-1/#comment-134655</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 15 Apr 2008 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://revjim.net/?p=11588#comment-134655</guid>
		<description>Multiverse contained both 1.5 and 1.6 for me.  If you&#039;re getting 1.5, you can probably also get 1.6. (Or at least, I was able to simply install them).&lt;br&gt;&lt;br&gt;mreynolds@onosendai:~$ dpkg -S /usr/lib/jvm/java-6-sun&lt;br&gt;sun-java6-bin: /usr/lib/jvm/java-6-sun&lt;br&gt;&lt;br&gt;mreynolds@onosendai:~$ apt-cache showpkg sun-java6-bin&lt;br&gt;Package: sun-java6-bin&lt;br&gt;Versions: &lt;br&gt;6-03-0ubuntu2 (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy_multiverse_binary-i386_Packages) (/var/lib/dpkg/status)&lt;br&gt; Description Language: &lt;br&gt;                 File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy_multiverse_binary-i386_Packages&lt;br&gt;                  MD5: 026bcd0fe69901775823d7dfb9da4a5a&lt;br&gt;&lt;br&gt;&lt;br&gt;Reverse Depends: &lt;br&gt;  turkey,sun-java6-bin&lt;br&gt;  sun-java6-plugin,sun-java6-bin 6-03-0ubuntu2&lt;br&gt;  sun-java6-jre,sun-java6-bin&lt;br&gt;  sun-java6-jre,sun-java6-bin 6-03-0ubuntu2&lt;br&gt;Dependencies: &lt;br&gt;6-03-0ubuntu2 - sun-java6-jre (5 6-03-0ubuntu2) unixodbc (0 (null)) libc6 (0 (null)) debconf (18 0.5) debconf-2.0 (0 (null)) libstdc++5 (0 (null)) binfmt-support (0 (null)) libasound2 (0 (null)) libgcc1 (0 (null)) libx11-6 (0 (null)) libxext6 (0 (null)) libxi6 (0 (null)) libxp6 (0 (null)) libxtst6 (0 (null)) libnss-mdns (0 (null)) binfmt-support (3 1.1.2) &lt;br&gt;Provides: &lt;br&gt;6-03-0ubuntu2 - &lt;br&gt;Reverse Provides:</description>
		<content:encoded><![CDATA[<p>Multiverse contained both 1.5 and 1.6 for me.  If you&#39;re getting 1.5, you can probably also get 1.6. (Or at least, I was able to simply install them).</p>
<p>mreynolds@onosendai:~$ dpkg -S /usr/lib/jvm/java-6-sun<br />sun-java6-bin: /usr/lib/jvm/java-6-sun</p>
<p>mreynolds@onosendai:~$ apt-cache showpkg sun-java6-bin<br />Package: sun-java6-bin<br />Versions: <br />6-03-0ubuntu2 (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy_multiverse_binary-i386_Packages) (/var/lib/dpkg/status)<br /> Description Language: <br />                 File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy_multiverse_binary-i386_Packages<br />                  MD5: 026bcd0fe69901775823d7dfb9da4a5a</p>
<p>Reverse Depends: <br />  turkey,sun-java6-bin<br />  sun-java6-plugin,sun-java6-bin 6-03-0ubuntu2<br />  sun-java6-jre,sun-java6-bin<br />  sun-java6-jre,sun-java6-bin 6-03-0ubuntu2<br />Dependencies: <br />6-03-0ubuntu2 &#8211; sun-java6-jre (5 6-03-0ubuntu2) unixodbc (0 (null)) libc6 (0 (null)) debconf (18 0.5) debconf-2.0 (0 (null)) libstdc++5 (0 (null)) binfmt-support (0 (null)) libasound2 (0 (null)) libgcc1 (0 (null)) libx11-6 (0 (null)) libxext6 (0 (null)) libxi6 (0 (null)) libxp6 (0 (null)) libxtst6 (0 (null)) libnss-mdns (0 (null)) binfmt-support (3 1.1.2) <br />Provides: <br />6-03-0ubuntu2 &#8211; <br />Reverse Provides:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

