<?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"
	>
<channel>
	<title>Comments on: Install Ubuntu from a flash disk</title>
	<atom:link href="http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aragirn.net</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 16:28:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47090</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47090</guid>
		<description>Not a problem at all, I'm glad I could help.  If you run into any other issues (related or not) let me know and I'll do my best.</description>
		<content:encoded><![CDATA[<p>Not a problem at all, I&#8217;m glad I could help.  If you run into any other issues (related or not) let me know and I&#8217;ll do my best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47064</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Tue, 04 Dec 2007 08:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47064</guid>
		<description>This was ecactly what I needed...

Now I have it working - I suspect that is was all the way back in the partitioning, that something went wrong... Not sure - But thanx for the great effort you put into this Kyle - I really appriciate it.. Didn't know that people like you was still to be found.</description>
		<content:encoded><![CDATA[<p>This was ecactly what I needed&#8230;</p>
<p>Now I have it working - I suspect that is was all the way back in the partitioning, that something went wrong&#8230; Not sure - But thanx for the great effort you put into this Kyle - I really appriciate it.. Didn&#8217;t know that people like you was still to be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47051</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 04 Dec 2007 06:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-47051</guid>
		<description>I just ran through this without problems.  Can I suggest starting over from scratch and seeing where you make it?

kyle@min:~/Desktop/ubuntu $ wget http://http.us.debian.org/debian/dists/sarge/main/installer-i386/current//images/hd-media/boot.img.gz
kyle@min:~/Desktop/ubuntu # wget http://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/netboot/mini.iso
kyle@min:~/Desktop/ubuntu $ ls -al
total 16736
drwxr-xr-x 2 kyle kyle    4096 2007-12-04 00:45 .
drwxrwxr-x 8 kyle kyle    4096 2007-12-04 00:33 ..
-rw-r--r-- 1 kyle kyle 8248928 2006-08-04 15:01 boot.img.gz
-rw-r--r-- 1 root root 8849408 2006-10-20 20:42 mini.iso
root@min:~/Desktop/ubuntu # mkdir /mnt/ubuntu
root@min:~/Desktop/ubuntu # mkdir /mnt/bootdisk
root@min:/media # df -h
/dev/sde1              63M   44M   20M  70% /media/disk
root@min:/media # umount /media/disk
root@min:~/Desktop/ubuntu # zcat boot.img.gz &gt; /dev/sde

gzip: stdout: No space left on device
root@min:~/Desktop/ubuntu # mount /dev/sde /mnt/bootdisk
root@min:~/Desktop/ubuntu # mount -t iso9660 -o loop,ro mini.iso /mnt/ubuntu
root@min:~/Desktop/ubuntu # cd /mnt/bootdisk
root@min:/mnt/bootdisk # ls
disk.lbl  f2.txt  f5.txt  f8.txt       initrd.gz    linux       syslinux.cfg
f10.txt   f3.txt  f6.txt  f9.txt       initrd.list  linux26     syslinux.txt
f1.txt    f4.txt  f7.txt  initrd26.gz  ldlinux.sys  splash.rle
root@min:/mnt/bootdisk # rm linux26 initrd26.gz syslinux.cfg 
root@min:/mnt/bootdisk # cp /mnt/ubuntu/* .
root@min:/mnt/bootdisk # mv isolinux.cfg syslinux.cfg</description>
		<content:encoded><![CDATA[<p>I just ran through this without problems.  Can I suggest starting over from scratch and seeing where you make it?</p>
<p>kyle@min:~/Desktop/ubuntu $ wget <a href="http://http.us.debian.org/debian/dists/sarge/main/installer-i386/current//images/hd-media/boot.img.gz" rel="nofollow">http://http.us.debian.org/debian/dists/sarge/main/installer-i386/current//images/hd-media/boot.img.gz</a><br />
kyle@min:~/Desktop/ubuntu # wget <a href="http://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/netboot/mini.iso" rel="nofollow">http://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/netboot/mini.iso</a><br />
kyle@min:~/Desktop/ubuntu $ ls -al<br />
total 16736<br />
drwxr-xr-x 2 kyle kyle    4096 2007-12-04 00:45 .<br />
drwxrwxr-x 8 kyle kyle    4096 2007-12-04 00:33 ..<br />
-rw-r&#8211;r&#8211; 1 kyle kyle 8248928 2006-08-04 15:01 boot.img.gz<br />
-rw-r&#8211;r&#8211; 1 root root 8849408 2006-10-20 20:42 mini.iso<br />
root@min:~/Desktop/ubuntu # mkdir /mnt/ubuntu<br />
root@min:~/Desktop/ubuntu # mkdir /mnt/bootdisk<br />
root@min:/media # df -h<br />
/dev/sde1              63M   44M   20M  70% /media/disk<br />
root@min:/media # umount /media/disk<br />
root@min:~/Desktop/ubuntu # zcat boot.img.gz > /dev/sde</p>
<p>gzip: stdout: No space left on device<br />
root@min:~/Desktop/ubuntu # mount /dev/sde /mnt/bootdisk<br />
root@min:~/Desktop/ubuntu # mount -t iso9660 -o loop,ro mini.iso /mnt/ubuntu<br />
root@min:~/Desktop/ubuntu # cd /mnt/bootdisk<br />
root@min:/mnt/bootdisk # ls<br />
disk.lbl  f2.txt  f5.txt  f8.txt       initrd.gz    linux       syslinux.cfg<br />
f10.txt   f3.txt  f6.txt  f9.txt       initrd.list  linux26     syslinux.txt<br />
f1.txt    f4.txt  f7.txt  initrd26.gz  ldlinux.sys  splash.rle<br />
root@min:/mnt/bootdisk # rm linux26 initrd26.gz syslinux.cfg<br />
root@min:/mnt/bootdisk # cp /mnt/ubuntu/* .<br />
root@min:/mnt/bootdisk # mv isolinux.cfg syslinux.cfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46998</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 03 Dec 2007 14:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46998</guid>
		<description>I'll bring a flash drive home from work today and check this out for you.  (I know, I'm one of the five people in the developed world without one.)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll bring a flash drive home from work today and check this out for you.  (I know, I&#8217;m one of the five people in the developed world without one.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46990</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46990</guid>
		<description>I used the CLI..
It just seems that the boot.img.gz takes up all the space..</description>
		<content:encoded><![CDATA[<p>I used the CLI..<br />
It just seems that the boot.img.gz takes up all the space..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46893</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 02 Dec 2007 03:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46893</guid>
		<description>Out of curiosity, when you deleted the files, did you use the graphical interface, or did you delete them via the command line?</description>
		<content:encoded><![CDATA[<p>Out of curiosity, when you deleted the files, did you use the graphical interface, or did you delete them via the command line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46801</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Sat, 01 Dec 2007 07:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46801</guid>
		<description>Whoa - that's a fast reply - thanx..
Unfortunetly I have no files in trash - but when I did the zcat boot.img.gz &#62; /dev/sda
- it deleted all files, so there ought to be plenty space..
Before following your recipe, I partitioned and formatted the stick..
When I look under properties for the /media/ubuntu inst - which is my stick it says that it has 7,6MB on it - which seems resonable, but it also states, that there is 0 byte free space..
BTW here the time is 08:39 am :-)</description>
		<content:encoded><![CDATA[<p>Whoa - that&#8217;s a fast reply - thanx..<br />
Unfortunetly I have no files in trash - but when I did the zcat boot.img.gz &gt; /dev/sda<br />
- it deleted all files, so there ought to be plenty space..<br />
Before following your recipe, I partitioned and formatted the stick..<br />
When I look under properties for the /media/ubuntu inst - which is my stick it says that it has 7,6MB on it - which seems resonable, but it also states, that there is 0 byte free space..<br />
BTW here the time is 08:39 am :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46799</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sat, 01 Dec 2007 07:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46799</guid>
		<description>This may sound like a stupid question, but do you have free space on the usb-stick?  If you've deleted something, but not emptied the trash, you've likely got files sitting in .Trash taking up space.

(Sorry I don't have a bit more helpful response at the moment, it's rather late and that's the first thing that came to mind.)</description>
		<content:encoded><![CDATA[<p>This may sound like a stupid question, but do you have free space on the usb-stick?  If you&#8217;ve deleted something, but not emptied the trash, you&#8217;ve likely got files sitting in .Trash taking up space.</p>
<p>(Sorry I don&#8217;t have a bit more helpful response at the moment, it&#8217;s rather late and that&#8217;s the first thing that came to mind.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46798</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Sat, 01 Dec 2007 07:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46798</guid>
		<description>That seems to work, thank you very much...
Though I now get to two new problems..
There are no files named initrd26.gz or linux26 - but I have deleted the files linuz and initrd.gz.
When I try to graphically copy the files from the iso - it says that there isn't enough space - on my 1gb usb-stick..
What to do?</description>
		<content:encoded><![CDATA[<p>That seems to work, thank you very much&#8230;<br />
Though I now get to two new problems..<br />
There are no files named initrd26.gz or linux26 - but I have deleted the files linuz and initrd.gz.<br />
When I try to graphically copy the files from the iso - it says that there isn&#8217;t enough space - on my 1gb usb-stick..<br />
What to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46783</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sat, 01 Dec 2007 04:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aragirn.net/odds-and-ends/install-ubuntu-from-a-flash-disk/#comment-46783</guid>
		<description>You'll have to create this mountpoint on the machine you're working on.

mkdir /mnt/ubuntu</description>
		<content:encoded><![CDATA[<p>You&#8217;ll have to create this mountpoint on the machine you&#8217;re working on.</p>
<p>mkdir /mnt/ubuntu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
