<?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 Ubuntu/Kubuntu/Edubuntu/Xubuntu without CDROM Drive</title>
	<atom:link href="http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Frans Duijndam</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-2#comment-27963</link>
		<dc:creator>Frans Duijndam</dc:creator>
		<pubDate>Tue, 20 Apr 2010 10:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-27963</guid>
		<description>I fixed it!!
Only now it says Error 15: File not Found
I think this is because i used an different UNBUNTU version.

I used a different because the link to; 
&#039;the Alternative Ubuntu/Kubuntu/Edubuntu/Xubuntu .iso file&#039;
is down.

Am i  right?

if Yes, could u provide a working link PLZ?

Greetz,

Frans.</description>
		<content:encoded><![CDATA[<p>I fixed it!!<br />
Only now it says Error 15: File not Found<br />
I think this is because i used an different UNBUNTU version.</p>
<p>I used a different because the link to;<br />
&#8216;the Alternative Ubuntu/Kubuntu/Edubuntu/Xubuntu .iso file&#8217;<br />
is down.</p>
<p>Am i  right?</p>
<p>if Yes, could u provide a working link PLZ?</p>
<p>Greetz,</p>
<p>Frans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Duijndam</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-2#comment-27961</link>
		<dc:creator>Frans Duijndam</dc:creator>
		<pubDate>Tue, 20 Apr 2010 10:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-27961</guid>
		<description>I am trying to install UBUNTU on a netbook (with no cd rom and no usb boot) using this guide.

I followed everything in the guide.

I formatted the HDD like this:
3 partitions,
C: 20 gigabyte
D: 15 gigabyte
E: 3 gigabyte (containing .iso and other files)

When i try and install it says:
Error 20: no such partition.

What am i doing wrong?

Greetings,

Frans.</description>
		<content:encoded><![CDATA[<p>I am trying to install UBUNTU on a netbook (with no cd rom and no usb boot) using this guide.</p>
<p>I followed everything in the guide.</p>
<p>I formatted the HDD like this:<br />
3 partitions,<br />
C: 20 gigabyte<br />
D: 15 gigabyte<br />
E: 3 gigabyte (containing .iso and other files)</p>
<p>When i try and install it says:<br />
Error 20: no such partition.</p>
<p>What am i doing wrong?</p>
<p>Greetings,</p>
<p>Frans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrique</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-2#comment-12440</link>
		<dc:creator>Henrique</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-12440</guid>
		<description>I&#039;m not sure if this has been solved, but I have the same problem.

When installing 8.04.1 server LTS from a USB stick on a brand new machine that
does not have a CDROM, the installation fails at CDROM detection.

SOLUTION:

Get a shell (ALT+F2) and enter:

$ mount -t vfat  /cdrom

and the installation will continue. In my case, it stopped again saying that the
cdrom could not be read properly. Looking at the output on the ALT+F4 screen,
there was a message like:

/cdrom/dists/stable/Release

was not found... Serious bug... There ain&#039;t no &#039;stable&#039; directory, but only one
called &#039;hardy&#039;... Tried to link hardy-&gt;stable, but it did not work (vfat file system).
So I just copied the entire tree:

$ cp -pR /cdrom/dists/hardy /cdrom/dists/stable

And the installation continues smoothly &#039;till the end.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this has been solved, but I have the same problem.</p>
<p>When installing 8.04.1 server LTS from a USB stick on a brand new machine that<br />
does not have a CDROM, the installation fails at CDROM detection.</p>
<p>SOLUTION:</p>
<p>Get a shell (ALT+F2) and enter:</p>
<p>$ mount -t vfat  /cdrom</p>
<p>and the installation will continue. In my case, it stopped again saying that the<br />
cdrom could not be read properly. Looking at the output on the ALT+F4 screen,<br />
there was a message like:</p>
<p>/cdrom/dists/stable/Release</p>
<p>was not found&#8230; Serious bug&#8230; There ain&#8217;t no &#8216;stable&#8217; directory, but only one<br />
called &#8216;hardy&#8217;&#8230; Tried to link hardy-&gt;stable, but it did not work (vfat file system).<br />
So I just copied the entire tree:</p>
<p>$ cp -pR /cdrom/dists/hardy /cdrom/dists/stable</p>
<p>And the installation continues smoothly &#8217;till the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matey</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-8860</link>
		<dc:creator>Matey</dc:creator>
		<pubDate>Tue, 12 May 2009 14:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-8860</guid>
		<description>Mike;
I usually hit escape on the menu at the boot up and then hit e to edit the lines and then try different things, like you said hd0,0 usually works and it is the only partition that works for me,
I have seen menu.lst file change for weird reasons and changes the hd0,0 to hd0,1 or 2 etc and then it wont boot at all.
I used to have another hard drive with xp on it. it was hd1,4 !?</description>
		<content:encoded><![CDATA[<p>Mike;<br />
I usually hit escape on the menu at the boot up and then hit e to edit the lines and then try different things, like you said hd0,0 usually works and it is the only partition that works for me,<br />
I have seen menu.lst file change for weird reasons and changes the hd0,0 to hd0,1 or 2 etc and then it wont boot at all.<br />
I used to have another hard drive with xp on it. it was hd1,4 !?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-8818</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 11 May 2009 20:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-8818</guid>
		<description>ok, so i have a 1gb install fat32 partition, a 28gb winxp ntfs partition, and grub working from the ntfs partition. when i try to install from hd(o,1) it says it cant mount it. I thought maybe i had the wrong partition so i made new entries to menu.lst installubuntu1, installubuntu2, etc. etc. each with different partition addresses (hd(0,1)) (hd(0,2)......etc. i think i had it right. hd(0,0) is ntfs, and hd(0,1) wont mount. all others dont exist. so, anyway. what do i do?</description>
		<content:encoded><![CDATA[<p>ok, so i have a 1gb install fat32 partition, a 28gb winxp ntfs partition, and grub working from the ntfs partition. when i try to install from hd(o,1) it says it cant mount it. I thought maybe i had the wrong partition so i made new entries to menu.lst installubuntu1, installubuntu2, etc. etc. each with different partition addresses (hd(0,1)) (hd(0,2)&#8230;&#8230;etc. i think i had it right. hd(0,0) is ntfs, and hd(0,1) wont mount. all others dont exist. so, anyway. what do i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-7904</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 26 Apr 2009 15:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-7904</guid>
		<description>And yes, I know about lubi...</description>
		<content:encoded><![CDATA[<p>And yes, I know about lubi&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-7902</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 26 Apr 2009 13:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-7902</guid>
		<description>Why is this so complicated? Can&#039;t there be a tool like Wubi, or perhaps part of Wubi, that takes care of this for you and actually does a FULL installation from the hard drive or other media? I gave up on trying to find a way to convert my previous Wubi experiment to a full Kubuntu installation that didn&#039;t rely on a hijacked Windows NTFS volume. It sounds simple enough... But I feel that there ought to be a GUI tool for this, as it&#039;s essentially just Wubi but with the benefits of a full installation. And whenever I try UNetbootin, the OS boot splash gets appears malformed (with two progress bars, usually) and freezes...</description>
		<content:encoded><![CDATA[<p>Why is this so complicated? Can&#8217;t there be a tool like Wubi, or perhaps part of Wubi, that takes care of this for you and actually does a FULL installation from the hard drive or other media? I gave up on trying to find a way to convert my previous Wubi experiment to a full Kubuntu installation that didn&#8217;t rely on a hijacked Windows NTFS volume. It sounds simple enough&#8230; But I feel that there ought to be a GUI tool for this, as it&#8217;s essentially just Wubi but with the benefits of a full installation. And whenever I try UNetbootin, the OS boot splash gets appears malformed (with two progress bars, usually) and freezes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-6818</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-6818</guid>
		<description>Ok so I had corrupted versions of the iso&#039;s.  Both for 8.1 and 7.1 (see my post on the list linked to in the instructions above).

I discovered this not by md5sums.exe, which I thought I had done on these versions of the iso&#039;s I tried, but with the installation menu&#039;s check cd option.  Kernel parts of the install package was corrupt.

I just succeeded with 8.04.1.  I took care not to do *anything* while the file was downloading.  So for the one person who conceivably might have the same problem in the future, I hope this helped.

kt

ps and much thanks to the sysop poster--this was about the only rout I could go.</description>
		<content:encoded><![CDATA[<p>Ok so I had corrupted versions of the iso&#8217;s.  Both for 8.1 and 7.1 (see my post on the list linked to in the instructions above).</p>
<p>I discovered this not by md5sums.exe, which I thought I had done on these versions of the iso&#8217;s I tried, but with the installation menu&#8217;s check cd option.  Kernel parts of the install package was corrupt.</p>
<p>I just succeeded with 8.04.1.  I took care not to do *anything* while the file was downloading.  So for the one person who conceivably might have the same problem in the future, I hope this helped.</p>
<p>kt</p>
<p>ps and much thanks to the sysop poster--this was about the only rout I could go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-6790</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-6790</guid>
		<description>Just for the sake of the record, I discovered that the kernel line wasn&#039;t working because I needed to change either or both
1)prefix /boot/vmlinuz...path with (hd0,0) ie &quot;kernel (hd*,*)/boot/vmlinuz vga=&quot;... and in the same line 2)change root=/dev/rd/0 to &quot;root/dev/ram0&quot; and keep the rw -.

I also changed the initrd line to the same style: &quot;initrd (hd*,*)/boot/initrd.gz&quot;.

--I DID have the inital root (hd*,*) line in menu.lst, btw--

Of these three changes, I am not sure which were required changes, but clearly at least one of them was.

Then all kinds of neat stuff happened but when it failed to find a file, it was a &quot;kernel module&quot; -- the install heading was &#039;search drives for iso files&#039; or something similar.  But getting into terminal 2 and doing the mkdir and ln commands as specified in the original post in this thread didn&#039;t do the trick--I got back into terminal 1, selected scan for (kernel or iso--i can&#039;t remember) and it STILL didn&#039;t find it.

Possible problems:  there was an error in modprobe -? y-something which was supposed to scan the system hardware, but it eventually loaded

-my iso is 8.10-alternate, and that, as of this writing, is the very newest release--my other two files might not match.

-Finally, along those same lines, the program mounted /dev/loop0 to /CDROM, and mounted all the iso files (or so it would appear) into this directory.  There was a vmlinuz file in this hierarchy, but it was 2.1M, rather than the 1.8M that I put in the boot directory with the 8.10 iso on my hard drive. The installer error message seemed to indicate that a kernel version mismatch might have been the problem.  Possibly it was.

Detail in these kinds of instructions, as long as it is exhaustively clear, is usually necessary.  I think they might have explained that the terminals would be part of a mini-linux that grub boots to ramdisk, and not grub consoles.  That way I woud have known that my problem was that the basic menu.lst script wasn&#039;t executing properly.  Of course, now that I know what those files were basically and what those lines did, basically, it seems obvious.</description>
		<content:encoded><![CDATA[<p>Just for the sake of the record, I discovered that the kernel line wasn&#8217;t working because I needed to change either or both<br />
1)prefix /boot/vmlinuz&#8230;path with (hd0,0) ie &#8220;kernel (hd*,*)/boot/vmlinuz vga=&#8221;&#8230; and in the same line 2)change root=/dev/rd/0 to &#8220;root/dev/ram0&#8243; and keep the rw -.</p>
<p>I also changed the initrd line to the same style: &#8220;initrd (hd*,*)/boot/initrd.gz&#8221;.</p>
<p>--I DID have the inital root (hd*,*) line in menu.lst, btw--</p>
<p>Of these three changes, I am not sure which were required changes, but clearly at least one of them was.</p>
<p>Then all kinds of neat stuff happened but when it failed to find a file, it was a &#8220;kernel module&#8221; -- the install heading was &#8216;search drives for iso files&#8217; or something similar.  But getting into terminal 2 and doing the mkdir and ln commands as specified in the original post in this thread didn&#8217;t do the trick--I got back into terminal 1, selected scan for (kernel or iso--i can&#8217;t remember) and it STILL didn&#8217;t find it.</p>
<p>Possible problems:  there was an error in modprobe -? y-something which was supposed to scan the system hardware, but it eventually loaded</p>
<p>-my iso is 8.10-alternate, and that, as of this writing, is the very newest release--my other two files might not match.</p>
<p>-Finally, along those same lines, the program mounted /dev/loop0 to /CDROM, and mounted all the iso files (or so it would appear) into this directory.  There was a vmlinuz file in this hierarchy, but it was 2.1M, rather than the 1.8M that I put in the boot directory with the 8.10 iso on my hard drive. The installer error message seemed to indicate that a kernel version mismatch might have been the problem.  Possibly it was.</p>
<p>Detail in these kinds of instructions, as long as it is exhaustively clear, is usually necessary.  I think they might have explained that the terminals would be part of a mini-linux that grub boots to ramdisk, and not grub consoles.  That way I woud have known that my problem was that the basic menu.lst script wasn&#8217;t executing properly.  Of course, now that I know what those files were basically and what those lines did, basically, it seems obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-6775</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 23 Mar 2009 04:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-6775</guid>
		<description>Actually, mkdir is not in the Grub specification.  When &quot;solution 1&quot; says &quot;Now you need to Install grub onto either a floppy...&quot; do they mean that somehow there&#039;s supposed to be a minimalist linux os on there as well?  What am I missing?</description>
		<content:encoded><![CDATA[<p>Actually, mkdir is not in the Grub specification.  When &#8220;solution 1&#8243; says &#8220;Now you need to Install grub onto either a floppy&#8230;&#8221; do they mean that somehow there&#8217;s supposed to be a minimalist linux os on there as well?  What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-6773</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 23 Mar 2009 03:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-6773</guid>
		<description>I haven&#039;t usec grub before but all the bootable floppies with grub on it fail when I have to cntrl-alt-f2 then do mkdir...  That 
command is not recognized from the &quot;grub&quot; command line.  I&#039;m thinking the grubs i&#039;m using are not the same as the grubs  you&#039;re talking about.  You really should put a link to a grub floppy in this article.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t usec grub before but all the bootable floppies with grub on it fail when I have to cntrl-alt-f2 then do mkdir&#8230;  That<br />
command is not recognized from the &#8220;grub&#8221; command line.  I&#8217;m thinking the grubs i&#8217;m using are not the same as the grubs  you&#8217;re talking about.  You really should put a link to a grub floppy in this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C2easy</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-5780</link>
		<dc:creator>C2easy</dc:creator>
		<pubDate>Tue, 03 Feb 2009 00:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-5780</guid>
		<description>just google wubi much more easy :)</description>
		<content:encoded><![CDATA[<p>just google wubi much more easy <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matey</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-5441</link>
		<dc:creator>Matey</dc:creator>
		<pubDate>Thu, 15 Jan 2009 11:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-5441</guid>
		<description>19- Anders Sjölander Says:
    January 14th, 2009 at 12:38 am
Oh I see, I guess it makes sense to unmount,because you can&#039;t be on the OS using it and then rebuild/change it too!
Thanks!


BTW for those who still run Feisty 7.04, you have to insert these lines into your file, /etc/apt/SOURCES.LIST (of course not in caps). The existing lines refer to some URL which do not exist any more!


deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse</description>
		<content:encoded><![CDATA[<p>19- Anders Sjölander Says:<br />
    January 14th, 2009 at 12:38 am<br />
Oh I see, I guess it makes sense to unmount,because you can&#8217;t be on the OS using it and then rebuild/change it too!<br />
Thanks!</p>
<p>BTW for those who still run Feisty 7.04, you have to insert these lines into your file, /etc/apt/SOURCES.LIST (of course not in caps). The existing lines refer to some URL which do not exist any more!</p>
<p>deb <a href="http://old-releases.ubuntu.com/ubuntu/" rel="nofollow">http://old-releases.ubuntu.com/ubuntu/</a> feisty main restricted universe multiverse<br />
deb <a href="http://old-releases.ubuntu.com/ubuntu/" rel="nofollow">http://old-releases.ubuntu.com/ubuntu/</a> feisty-updates main restricted universe multiverse<br />
deb <a href="http://old-releases.ubuntu.com/ubuntu/" rel="nofollow">http://old-releases.ubuntu.com/ubuntu/</a> feisty-security main restricted universe multiverse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matey</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-5440</link>
		<dc:creator>Matey</dc:creator>
		<pubDate>Thu, 15 Jan 2009 11:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-5440</guid>
		<description>Can some one please tell me how I could re-install Ubuntu from the CDROM which has been copied to a folder without having to Boot from it?

I am trying to Re-Install Feisty 7.04 bcs of all the errors and problems I currently have.

But I dont see any setup or install files in the CDROM .(I&#039;m new to this)
I copied the whole CD into /media/cdrom trying to fool the system into seeing it as CDROM drive (apt-get wont work and if I use -f it keeps asking for the original CD)?
So... is there any way I could re-install Ubuntu without booting off the CR ROM?

If you&#039;re wondering why?..
 It is because the problem OS is a virtual machine.(used XEN) the host server is running fine and is running 3 other xen guests,
I shut this xen machine off via xm shutdown command, then mounted it then I chroot the mounted OS (the 1 with problem) and am trying to reinstall so after I umount it and bring up its image, the thing would run OK.
Right now too many weird problems ?!
I also edited the files sources.list under etc/apt and /var/lib/apt/ to no avail, made things worse.

Thanks for any advice.</description>
		<content:encoded><![CDATA[<p>Can some one please tell me how I could re-install Ubuntu from the CDROM which has been copied to a folder without having to Boot from it?</p>
<p>I am trying to Re-Install Feisty 7.04 bcs of all the errors and problems I currently have.</p>
<p>But I dont see any setup or install files in the CDROM .(I&#8217;m new to this)<br />
I copied the whole CD into /media/cdrom trying to fool the system into seeing it as CDROM drive (apt-get wont work and if I use -f it keeps asking for the original CD)?<br />
So&#8230; is there any way I could re-install Ubuntu without booting off the CR ROM?</p>
<p>If you&#8217;re wondering why?..<br />
 It is because the problem OS is a virtual machine.(used XEN) the host server is running fine and is running 3 other xen guests,<br />
I shut this xen machine off via xm shutdown command, then mounted it then I chroot the mounted OS (the 1 with problem) and am trying to reinstall so after I umount it and bring up its image, the thing would run OK.<br />
Right now too many weird problems ?!<br />
I also edited the files sources.list under etc/apt and /var/lib/apt/ to no avail, made things worse.</p>
<p>Thanks for any advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Sjölander</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-5394</link>
		<dc:creator>Anders Sjölander</dc:creator>
		<pubDate>Wed, 14 Jan 2009 00:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-5394</guid>
		<description>Hi,

Just wanted to let you know that there is actually a major problem with this guide and Intrepid. If you have any partitions mounted during the installation process, the partitioning won&#039;t work and no hard disk information will display on the partitioning section of the installation program. This is a known bug (https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/288675) and the workaround is to go to console 2 and unmount all drives before running the partitioning. Not being able to have any partitions mounted makes it hard to install from a hard drive. :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wanted to let you know that there is actually a major problem with this guide and Intrepid. If you have any partitions mounted during the installation process, the partitioning won&#8217;t work and no hard disk information will display on the partitioning section of the installation program. This is a known bug (<a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/288675" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/288675</a>) and the workaround is to go to console 2 and unmount all drives before running the partitioning. Not being able to have any partitions mounted makes it hard to install from a hard drive. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-661</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 10 Dec 2008 03:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-661</guid>
		<description>I don&#039;t understand Option 3 above. When I click on &quot;this&quot; to read about Wubi, most of the guide is about burning a CD, but I thought this guide was intended to install Ubuntu WITHOUT a CD ????</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand Option 3 above. When I click on &#8220;this&#8221; to read about Wubi, most of the guide is about burning a CD, but I thought this guide was intended to install Ubuntu WITHOUT a CD ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-660</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 28 Oct 2008 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-660</guid>
		<description>nice guide- i actually already installed ubuntu thru wubi, but have an empty partition on my laptop that i want 2 put it on2, so i was actually looking 4 how 2 do that... i read somewhere that it&#039;s pretty simple- that an installer is included in what i now have on my pc- can u tell me?</description>
		<content:encoded><![CDATA[<p>nice guide- i actually already installed ubuntu thru wubi, but have an empty partition on my laptop that i want 2 put it on2, so i was actually looking 4 how 2 do that&#8230; i read somewhere that it&#8217;s pretty simple- that an installer is included in what i now have on my pc- can u tell me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-658</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 24 Oct 2008 09:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-658</guid>
		<description>@Wimpy

I have update the link with latest one</description>
		<content:encoded><![CDATA[<p>@Wimpy</p>
<p>I have update the link with latest one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wimpy</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-659</link>
		<dc:creator>Wimpy</dc:creator>
		<pubDate>Fri, 24 Oct 2008 08:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-659</guid>
		<description>the link for vmlinuz and initrd.gz has expired
just thought i&#039;ld let you know</description>
		<content:encoded><![CDATA[<p>the link for vmlinuz and initrd.gz has expired<br />
just thought i&#8217;ld let you know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renan</title>
		<link>http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html/comment-page-1#comment-656</link>
		<dc:creator>Renan</dc:creator>
		<pubDate>Sun, 14 Sep 2008 14:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-ubuntukubuntuedubuntuxubuntu-without-cdrom-drive.html#comment-656</guid>
		<description>I was trying to do &quot;ln /dev/loop0 /dev/loop/0&quot; but its returns that /dev/loop0 doesnt exists. What can I do for works?</description>
		<content:encoded><![CDATA[<p>I was trying to do &#8220;ln /dev/loop0 /dev/loop/0&#8243; but its returns that /dev/loop0 doesnt exists. What can I do for works?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

