<div class="gmail_quote">2009/1/26 Michael B. Trausch <span dir="ltr">&lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, 25 Jan 2009 21:42:55 -0500<br>
Joshua Kite &lt;<a href="mailto:jwkite@gmail.com">jwkite@gmail.com</a>&gt; wrote:<br>
<br>
&gt; I have a machine that had Ubuntu Feisty on it. &nbsp;I needed to add some<br>
&gt; packages when I realized the shortcomings of not keeping a distro<br>
&gt; current; the Feisty packages have been archived because it is no<br>
&gt; longer supported. Long story short, I ultimately ended up changing<br>
&gt; the sources.list file to point to Hardy and managed to mostly get the<br>
&gt; box upgraded. &nbsp;However, I continually had issues apt installing<br>
&gt; linux-generic and other kernel-related packages. &nbsp;I had run in to<br>
&gt; dependency hell.<br>
<br>
</div>The problem here is that you skipped from Feisty to Hardy. &nbsp;Probably<br>
the best bet would have been to upgrade from Feisty (7.04) to Gutsy<br>
(7.10), and then to Hardy (8.04).<br>
<br>
Officially speaking, Ubuntu&#39;s upgrading infrastructure only supports<br>
upgrading from one release to the next immediate release; the only<br>
exception for that is from LTS to LTS. &nbsp;For example, users of Dapper<br>
did not have to upgrade from Dapper to Edgy to Feisty to Gutsy to<br>
Hardy. &nbsp;They were able to skip Edgy, Feisty, and Gutsy altogether and<br>
just upgrade directly to Hardy. &nbsp;When the next LTS comes out, Hardy<br>
will be able to upgrade directly to it, as well.<br>
<br>
I don&#39;t suppose that there is probably a way to revert the packages to<br>
the state that they were in before you started with this. &nbsp;Given that,<br>
I would wipe the drive and install Intrepid. &nbsp;:-P<br>
<br>
You mentioned 2.2 kernels. &nbsp;I don&#39;t know what you&#39;re referring to,<br>
there; Ubuntu uses the 2.6 series and has all the way back to Ubuntu<br>
4.10, the very first release (which used Linux 2.6.8 for its kernel).<br>
<br>
Could you provide some extra data? &nbsp;If you could pastebin the following<br>
files:<br>
<br>
 &nbsp;/boot/grub/menu.lst<br>
 &nbsp;/var/log/apt/term.log [Only starting from the upgrade]<br>
<br>
Also, the output of the following commands will be useful:<br>
<br>
 &nbsp;ls -ld /boot/*<br>
 &nbsp;dpkg -l<br>
<br>
I mentioned pastebin because some of these are going to be quite<br>
lengthy and shouldn&#39;t be on-list. &nbsp;I&#39;d recommend pasting them there and<br>
then providing links here.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;--- Mike<br>
<font color="#888888"><br>
--<br>
My sigfile ran away and is on hiatus.<br>
<a href="http://www.trausch.us/" target="_blank">http://www.trausch.us/</a><br>
</font><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
<br></blockquote></div>Mike,<br><br>Thanks for the help.&nbsp; After a good night&#39;s sleep, I have booted via livecd and chrooted into my system.&nbsp; Just to cover all the bases, my system has / /boot /home /usr and /var on different partitions, and I mounted all of those before chrooting.<br>
<br>I have used apt-get to remove all linux images and similar packages.&nbsp; My goal at this point is to install the linux-server package, although I would be content with any working kernel at this point.<br><br>Per your request, here are the files you asked for (and thanks, btw, for introducing me to pastebin):<br>
<br>/boot/grub/menu.lst&nbsp; <a href="http://pastebin.com/m27055ad2">http://pastebin.com/m27055ad2</a><br><br>/var/log/apt/term.log (starting after the upgrade got the machine stable but before I ended up removing the kernel) <a href="http://pastebin.com/m76ada55f">http://pastebin.com/m76ada55f</a><br>
<br><br>ls -ls /boot/*&nbsp; <a href="http://pastebin.com/m75fd2534">http://pastebin.com/m75fd2534</a><br>dpkg -l <a href="http://pastebin.com/m16834573">http://pastebin.com/m16834573</a><br><br>When I attempt the following:<br>
sudo apt-get install linux-server I receive the following:&nbsp; <a href="http://pastebin.com/d5ff8059f">http://pastebin.com/d5ff8059f</a><br><br>The part that confuses me are the last five lines:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Errors were encountered while processing:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-image-2.6.24-23-server<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-ubuntu-modules-2.6.24-23-server<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-image-server<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-server<br><br>How does one go about resolving dependency problems when attempting to install the kernel???<br>
<br>Thanks Mike and anyone else for your help.<br><br>Josh Kite<br><br>