<?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 Create A Bootable Live Ubuntu 9.04 USB Drive</title>
	<atom:link href="http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/</link>
	<description>Tips, Freewares, Downloads, Reviews, And More</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:56:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Install Windows 7 From USB Drive</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-71328</link>
		<dc:creator>Install Windows 7 From USB Drive</dc:creator>
		<pubDate>Tue, 17 Jan 2012 18:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-71328</guid>
		<description>[...] file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin&#160;here. Before you begin, you will require the [...]</description>
		<content:encoded><![CDATA[<p>[...] file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin&nbsp;here. Before you begin, you will require the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lame</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-60311</link>
		<dc:creator>lame</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-60311</guid>
		<description>This is LAME. The fix that you listed for &#039;BOOTMGR is missing&#039; has NOTHING to do with this issue! We are trying to BOOT from the USB stick, not &#039;repair Vista.&#039;

In &#039;olden days&#039; [LOL] there was a procedure where you UNHIDE and UNPROTECT (-h -s) the system &#039;boot files&#039; and so forth, on a Windows Vista or Windows 7 installation, and then copy those to the USB stick, so it would be bootable.

There are HUGE problems with FAT-32 vs. NTFS and booting of USB sticks; AND even HUGER (ha, &#039;more HUGE&#039;) problems with 4GB and over vs. 4GB and under (in USB stick size).
AND even huge problems with certain &#039;models&#039; of usb stick. Those that have the &#039;built-in&#039; ReadyBoost enabled may have problems acting as normal boot devices.
I have a $10 4GB Ativa USB stick that works PERFECTLY, when formatted as FAT-32, BUT it is NOT big enough to hold the Windows Server 2008 Dell Install DVD - which is under 4GB but, for some reason, will NOT fit on a 4GB USB. So, currently I am trying 8GB USB sticks, but I noticed that they have the &#039;ReadyBoost&#039; feature enabled, by default, and when formatted as FAT-32, I am not yet able to boot from the device, &#039;no boot device found,&#039; BUT I&#039;m not perfectly certain that I did the &quot;diskpart&quot; steps correctly (active, format, assign); SO, I tried then to use NTFS as the format for my 8GB USB, but &#039;BOOTMGR is missing&#039; is the error I get.

So, there you have it.
Here&#039;s what I did:
1.	diskpart
2.	select disk 1
3.	clean
4.	create partition primary
5.	select partition 1
6.	active
7.	format fs=NTFS quick
8.	assign
9.	exit

But, I did a &quot;drag-n-drop&quot; copy and NOT an &quot;xcopy&quot; - so, now I&#039;m wondering if that also had/has anything to do with it? YES, I have &#039;show all hidden, system, etc.&#039; turned on.

Also, remember in &#039;days of old,&#039; you would do a &quot;Format /s&quot; - so that you make a &quot;system bootable&quot; disk. So... Any ideas ??????? Thanks in advance!</description>
		<content:encoded><![CDATA[<p>This is LAME. The fix that you listed for &#8216;BOOTMGR is missing&#8217; has NOTHING to do with this issue! We are trying to BOOT from the USB stick, not &#8216;repair Vista.&#8217;</p>
<p>In &#8216;olden days&#8217; [LOL] there was a procedure where you UNHIDE and UNPROTECT (-h -s) the system &#8216;boot files&#8217; and so forth, on a Windows Vista or Windows 7 installation, and then copy those to the USB stick, so it would be bootable.</p>
<p>There are HUGE problems with FAT-32 vs. NTFS and booting of USB sticks; AND even HUGER (ha, &#8216;more HUGE&#8217;) problems with 4GB and over vs. 4GB and under (in USB stick size).<br />
AND even huge problems with certain &#8216;models&#8217; of usb stick. Those that have the &#8216;built-in&#8217; ReadyBoost enabled may have problems acting as normal boot devices.<br />
I have a $10 4GB Ativa USB stick that works PERFECTLY, when formatted as FAT-32, BUT it is NOT big enough to hold the Windows Server 2008 Dell Install DVD &#8211; which is under 4GB but, for some reason, will NOT fit on a 4GB USB. So, currently I am trying 8GB USB sticks, but I noticed that they have the &#8216;ReadyBoost&#8217; feature enabled, by default, and when formatted as FAT-32, I am not yet able to boot from the device, &#8216;no boot device found,&#8217; BUT I&#8217;m not perfectly certain that I did the &#8220;diskpart&#8221; steps correctly (active, format, assign); SO, I tried then to use NTFS as the format for my 8GB USB, but &#8216;BOOTMGR is missing&#8217; is the error I get.</p>
<p>So, there you have it.<br />
Here&#8217;s what I did:<br />
1.	diskpart<br />
2.	select disk 1<br />
3.	clean<br />
4.	create partition primary<br />
5.	select partition 1<br />
6.	active<br />
7.	format fs=NTFS quick<br />
8.	assign<br />
9.	exit</p>
<p>But, I did a &#8220;drag-n-drop&#8221; copy and NOT an &#8220;xcopy&#8221; &#8211; so, now I&#8217;m wondering if that also had/has anything to do with it? YES, I have &#8216;show all hidden, system, etc.&#8217; turned on.</p>
<p>Also, remember in &#8216;days of old,&#8217; you would do a &#8220;Format /s&#8221; &#8211; so that you make a &#8220;system bootable&#8221; disk. So&#8230; Any ideas ??????? Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: USB bootable verison of Ubuntu 9.04 (Jaunty Jackalope)? - Admins Goodies</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-56389</link>
		<dc:creator>USB bootable verison of Ubuntu 9.04 (Jaunty Jackalope)? - Admins Goodies</dc:creator>
		<pubDate>Fri, 19 Aug 2011 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-56389</guid>
		<description>[...] unetbootin as recommended by the #1 ranked google search for &#8220;ubuntu usb boot 9.04&#8243; at http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/ [...]</description>
		<content:encoded><![CDATA[<p>[...] unetbootin as recommended by the #1 ranked google search for &#8220;ubuntu usb boot 9.04&#8243; at <a href="http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/" rel="nofollow">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Networking &#38; Security Solutions &#187; Blog Archive &#187; Install Windows 7 From USB Drive [Requires 2 Simple Steps]</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-54010</link>
		<dc:creator>Networking &#38; Security Solutions &#187; Blog Archive &#187; Install Windows 7 From USB Drive [Requires 2 Simple Steps]</dc:creator>
		<pubDate>Tue, 02 Aug 2011 15:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-54010</guid>
		<description>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sha</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-47598</link>
		<dc:creator>sha</dc:creator>
		<pubDate>Fri, 03 Jun 2011 11:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-47598</guid>
		<description>yes, it doesn&#039;t resolve the bootmgr is missing issue.
I&#039;m running unetbootin from Windows 7 home premium 64bit</description>
		<content:encoded><![CDATA[<p>yes, it doesn&#8217;t resolve the bootmgr is missing issue.<br />
I&#8217;m running unetbootin from Windows 7 home premium 64bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-43006</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Wed, 13 Apr 2011 04:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-43006</guid>
		<description>after rebooting system the bootmgr file is missing.
what should i have to do now???</description>
		<content:encoded><![CDATA[<p>after rebooting system the bootmgr file is missing.<br />
what should i have to do now???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dare</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-38685</link>
		<dc:creator>Dare</dc:creator>
		<pubDate>Wed, 02 Mar 2011 09:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-38685</guid>
		<description>FAT32 doesn&#039;t fix the problem</description>
		<content:encoded><![CDATA[<p>FAT32 doesn&#8217;t fix the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 ways to easily install windows 7 using USB key &#124; Techleechers</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-18990</link>
		<dc:creator>3 ways to easily install windows 7 using USB key &#124; Techleechers</dc:creator>
		<pubDate>Mon, 28 Jun 2010 16:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-18990</guid>
		<description>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TMNielsen</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-17139</link>
		<dc:creator>TMNielsen</dc:creator>
		<pubDate>Fri, 28 May 2010 19:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-17139</guid>
		<description>In my opinion the &#039;BOOTMGR is missing&#039; fix mentioned in this blog has nothing to do with the problem.

The fix is for correcting the error on the hard disk, but the problem we&#039;re having when we try to create a bootable ubontu usb stick is caused by the formatting of the usb stick.

At least that&#039;s my experience. First I tried to use an usb stick with NTFS formatting. Then I got the BOOTMGR  is missing error. I tried to change different options and rebooted again and again - nothing changed.

Finally I tried to reformatted to FAT32 and started all over and this time i worked perfect.

So solution is to make sure your usb stick is NOT  NTFS format.</description>
		<content:encoded><![CDATA[<p>In my opinion the &#8216;BOOTMGR is missing&#8217; fix mentioned in this blog has nothing to do with the problem.</p>
<p>The fix is for correcting the error on the hard disk, but the problem we&#8217;re having when we try to create a bootable ubontu usb stick is caused by the formatting of the usb stick.</p>
<p>At least that&#8217;s my experience. First I tried to use an usb stick with NTFS formatting. Then I got the BOOTMGR  is missing error. I tried to change different options and rebooted again and again &#8211; nothing changed.</p>
<p>Finally I tried to reformatted to FAT32 and started all over and this time i worked perfect.</p>
<p>So solution is to make sure your usb stick is NOT  NTFS format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akkhe</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-12807</link>
		<dc:creator>Akkhe</dc:creator>
		<pubDate>Sat, 06 Feb 2010 02:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-12807</guid>
		<description>I have the same problem. BOOTMGR is missing - I have Vista starter, when booting from that USB stick where I installed UBUNTU. &lt;br&gt;&lt;br&gt;that page about fixing - it need vista DVD - I dont have it right now...  command line commands are not workin with that guide... &lt;br&gt;&lt;br&gt;please help!</description>
		<content:encoded><![CDATA[<p>I have the same problem. BOOTMGR is missing &#8211; I have Vista starter, when booting from that USB stick where I installed UBUNTU. </p>
<p>that page about fixing &#8211; it need vista DVD &#8211; I dont have it right now&#8230;  command line commands are not workin with that guide&#8230; </p>
<p>please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-10731</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 06:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-10731</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#039;s fine?  Do I still need to follow your BOOTMGR fix?&lt;br&gt;&lt;br&gt;J</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#39;s fine?  Do I still need to follow your BOOTMGR fix?</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-10096</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-10096</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#039;s fine?  Do I still need to follow your BOOTMGR fix?&lt;br&gt;&lt;br&gt;J</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#39;s fine?  Do I still need to follow your BOOTMGR fix?</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-8007</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-8007</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#039;s fine?  Do I still need to follow your BOOTMGR fix?&lt;br&gt;&lt;br&gt;J</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get BOOTMGR is missing.  But ONLY when the Ubuntu live USB is inserted, as soon as i remove it it&#39;s fine?  Do I still need to follow your BOOTMGR fix?</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hudsonliberty</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-7949</link>
		<dc:creator>hudsonliberty</dc:creator>
		<pubDate>Sun, 25 Oct 2009 06:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-7949</guid>
		<description>I&#039;m in the process on downloading 9. older computers like PIII may not have the usb boot optin in their bios. So far Ubuntu 6 and 8 don&#039;t want to load a dell optiplex P4</description>
		<content:encoded><![CDATA[<p>I&#39;m in the process on downloading 9. older computers like PIII may not have the usb boot optin in their bios. So far Ubuntu 6 and 8 don&#39;t want to load a dell optiplex P4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny P</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-7082</link>
		<dc:creator>Johnny P</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-7082</guid>
		<description>Actually, I kept playing and found a better way.  Download and install the Alternate Install Disk - get it from the usual Ubuntu download sites - just look lower in the page.  While the install method is a bit clunkier to work through, doing it this way gives you 2 huge advantages - you don&#039;t need the BIOS Change I mentioned above &amp; you can have the USB encrypted.  Just use the LVM &amp; encrypted option (Option 4) when you get to it on the partitioning options and put in a decent passphrase.  

Doing this gives you a USB Ubuntu installation that is:

Portable (You can use it on any PC that can boot from USB - i.e. pretty much any modern PC)

Persistent (It keeps any changes you&#039;ve made to your applications &amp; documents)

Secure (Use a decent passphrase &amp; the average thief won&#039;t be able to see your documents, bank account details, etc) 

&amp; 

Uses the entire USB - I object to paying for something and then not being able to use it.</description>
		<content:encoded><![CDATA[<p>Actually, I kept playing and found a better way.  Download and install the Alternate Install Disk &#8211; get it from the usual Ubuntu download sites &#8211; just look lower in the page.  While the install method is a bit clunkier to work through, doing it this way gives you 2 huge advantages &#8211; you don&#8217;t need the BIOS Change I mentioned above &amp; you can have the USB encrypted.  Just use the LVM &amp; encrypted option (Option 4) when you get to it on the partitioning options and put in a decent passphrase.  </p>
<p>Doing this gives you a USB Ubuntu installation that is:</p>
<p>Portable (You can use it on any PC that can boot from USB &#8211; i.e. pretty much any modern PC)</p>
<p>Persistent (It keeps any changes you&#8217;ve made to your applications &amp; documents)</p>
<p>Secure (Use a decent passphrase &amp; the average thief won&#8217;t be able to see your documents, bank account details, etc) </p>
<p>&amp; </p>
<p>Uses the entire USB &#8211; I object to paying for something and then not being able to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UNetbootin &#124; Psycho</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-6618</link>
		<dc:creator>UNetbootin &#124; Psycho</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-6618</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny P</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-6555</link>
		<dc:creator>Johnny P</dc:creator>
		<pubDate>Tue, 22 Sep 2009 10:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-6555</guid>
		<description>True but then it isn&#039;t portable.  I wanted to create a persistant, portable, bootable USB that I could use on any PC and I didn&#039;t want to have to have the usb fitted on the first pc when I used that, which is what happens if you don&#039;t disconnect the hard drive temporarily.

Johnny P</description>
		<content:encoded><![CDATA[<p>True but then it isn&#8217;t portable.  I wanted to create a persistant, portable, bootable USB that I could use on any PC and I didn&#8217;t want to have to have the usb fitted on the first pc when I used that, which is what happens if you don&#8217;t disconnect the hard drive temporarily.</p>
<p>Johnny P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-6535</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-6535</guid>
		<description>Instead of doing this, you can also make USB drive load before the Hard drive. In this way the USB bootable disk will load first and you will be able to install the OS of your choice. ;)</description>
		<content:encoded><![CDATA[<p>Instead of doing this, you can also make USB drive load before the Hard drive. In this way the USB bootable disk will load first and you will be able to install the OS of your choice. <img src='http://www.addictivetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny P</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-6531</link>
		<dc:creator>Johnny P</dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-6531</guid>
		<description>Hi,

I went through quite a bit of pain and trying various tools such as unetbootin and pendrivelinux etc to come up witha a 16Gb Bootable USB that I could use to reboot my work laptop.  The inbuilt tool in Ubuntu limited me to 1GB, the other limited me to 4Gb which wasn&#039;t enough for what I wanted. Eventually I realised I was just being silly and there was an easy way.  If you&#039;re confident enough in your PC&#039;s BIOS (and if you don&#039;t know what I&#039;m saying here, I suggest you get some help or leave well alone) but inactivate your hard drive, put in your USB, and just do a normal install from a live CD.  The USB will be the only hard drive that the install sees.  It&#039;s an easy method that gives you all the usual support &amp; options.  There&#039;s lots of guides on the net to show you how to do a normal install.  Once you&#039;re done, just go back to the BIOS &amp; reactivate your hard drive.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I went through quite a bit of pain and trying various tools such as unetbootin and pendrivelinux etc to come up witha a 16Gb Bootable USB that I could use to reboot my work laptop.  The inbuilt tool in Ubuntu limited me to 1GB, the other limited me to 4Gb which wasn&#8217;t enough for what I wanted. Eventually I realised I was just being silly and there was an easy way.  If you&#8217;re confident enough in your PC&#8217;s BIOS (and if you don&#8217;t know what I&#8217;m saying here, I suggest you get some help or leave well alone) but inactivate your hard drive, put in your USB, and just do a normal install from a live CD.  The USB will be the only hard drive that the install sees.  It&#8217;s an easy method that gives you all the usual support &amp; options.  There&#8217;s lots of guides on the net to show you how to do a normal install.  Once you&#8217;re done, just go back to the BIOS &amp; reactivate your hard drive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TucsonMatt</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-6372</link>
		<dc:creator>TucsonMatt</dc:creator>
		<pubDate>Thu, 17 Sep 2009 22:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-6372</guid>
		<description>I downloaded the tool and have tried to use it several times to make an Ubuntu 9.04 as well as Linux Mint both letting it download the iso itself and then from downloaded iso files and every time when I go to boot the machine it says &quot;Could not find kernal image: linux&quot;

Anyone have an idea why this is happening every time? I&#039;m using an Attache 16GB Flash drive.


Thanks - this seems like a great idea... just wish it would work for me! :)</description>
		<content:encoded><![CDATA[<p>I downloaded the tool and have tried to use it several times to make an Ubuntu 9.04 as well as Linux Mint both letting it download the iso itself and then from downloaded iso files and every time when I go to boot the machine it says &#8220;Could not find kernal image: linux&#8221;</p>
<p>Anyone have an idea why this is happening every time? I&#8217;m using an Attache 16GB Flash drive.</p>
<p>Thanks &#8211; this seems like a great idea&#8230; just wish it would work for me! <img src='http://www.addictivetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-4398</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-4398</guid>
		<description>dude... seriously... this is a how to create a ubuntu usb.. NOT LET&#039;S ARGUE ABOUT WEITHER WINDOWS IS BETTER THAN LINUX!

SAY SOMETHING INTELLEGENT OR GTFO!</description>
		<content:encoded><![CDATA[<p>dude&#8230; seriously&#8230; this is a how to create a ubuntu usb.. NOT LET&#8217;S ARGUE ABOUT WEITHER WINDOWS IS BETTER THAN LINUX!</p>
<p>SAY SOMETHING INTELLEGENT OR GTFO!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onkar</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-4087</link>
		<dc:creator>Onkar</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-4087</guid>
		<description>Use a pirated Windows XP installation. Ditch this Linux shit. It will take another 5 years before any Linux distro comes anywhere close to Windows.</description>
		<content:encoded><![CDATA[<p>Use a pirated Windows XP installation. Ditch this Linux shit. It will take another 5 years before any Linux distro comes anywhere close to Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill George</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3972</link>
		<dc:creator>Bill George</dc:creator>
		<pubDate>Thu, 11 Jun 2009 18:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3972</guid>
		<description>I tried all kinds of user and password, up to now no success!  Interesting exercise but no use whatsoever if I can&#039;t get past that window.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>I tried all kinds of user and password, up to now no success!  Interesting exercise but no use whatsoever if I can&#8217;t get past that window.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3640</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Fri, 22 May 2009 16:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3640</guid>
		<description>No idea. :)</description>
		<content:encoded><![CDATA[<p>No idea. <img src='http://www.addictivetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3639</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Fri, 22 May 2009 15:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3639</guid>
		<description>I followed.... but when I reboot it only shows the letter &#039;J&#039;.
Do you know why?</description>
		<content:encoded><![CDATA[<p>I followed&#8230;. but when I reboot it only shows the letter &#8216;J&#8217;.<br />
Do you know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3629</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Thu, 21 May 2009 22:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3629</guid>
		<description>If it does not let you download the 9.04 version of Ubuntu, I would recommend that you manually download it. It&#039;s the same thing.</description>
		<content:encoded><![CDATA[<p>If it does not let you download the 9.04 version of Ubuntu, I would recommend that you manually download it. It&#8217;s the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sehnsucht</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3626</link>
		<dc:creator>sehnsucht</dc:creator>
		<pubDate>Thu, 21 May 2009 21:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3626</guid>
		<description>Having said that, I chose 8.10 and it started to download it, so why can&#039;t it let me download 9.04 without me having to download it independantly first and then point unetbootin at it?</description>
		<content:encoded><![CDATA[<p>Having said that, I chose 8.10 and it started to download it, so why can&#8217;t it let me download 9.04 without me having to download it independantly first and then point unetbootin at it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sehnsucht</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3625</link>
		<dc:creator>sehnsucht</dc:creator>
		<pubDate>Thu, 21 May 2009 21:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3625</guid>
		<description>Ignore my last comment.  It seems I have to download an ISO first.  I&#039;m sure I created a bootable USB 8.10 previously without having to download anything - just using the install of the OS I was already using.</description>
		<content:encoded><![CDATA[<p>Ignore my last comment.  It seems I have to download an ISO first.  I&#8217;m sure I created a bootable USB 8.10 previously without having to download anything &#8211; just using the install of the OS I was already using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sehnsucht</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3623</link>
		<dc:creator>sehnsucht</dc:creator>
		<pubDate>Thu, 21 May 2009 21:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3623</guid>
		<description>I don&#039;t get 9.04 as an option, even though I&#039;m using 9.04.  It only goes up to 8.10</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get 9.04 as an option, even though I&#8217;m using 9.04.  It only goes up to 8.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Windows 7 From USB Drive [Requires 2 Simple Steps]</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/comment-page-1/#comment-3592</link>
		<dc:creator>Install Windows 7 From USB Drive [Requires 2 Simple Steps]</dc:creator>
		<pubDate>Tue, 19 May 2009 12:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/ubuntu-linux-tips/how-to-create-a-bootable-live-ubuntu-904-usb-drive/#comment-3592</guid>
		<description>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The whole process takes only two steps, run UNetbootin, load the Windows 7 ISO file, and finally restart your computer. See how we installed Ubuntu from USB using UNetbootin here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

