<?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: Howto upgrade kernel(2.6.22-9-generic) in Feisty Fawn</title>
	<atom:link href="http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.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: jaroslavius</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2065</link>
		<dc:creator>jaroslavius</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2065</guid>
		<description>Yeah, today I had similar problem with linuz-2.6.22-14-generic. :) ... after unsafe reboot with turned on fsck :)

Seems what everything is right but system can&#039;t find /lib/modules/2.6.22-14-generic/...

I crash my mind, check all letters but something was wrong...
So, i just found ubuntu 7.04 (&lt;strong&gt;2.6.20-15&lt;/strong&gt;) distribution, get from them all boot components (withour libraries), create something like that:
&lt;code&gt;
title Ubuntu, kernel 2.6.20-15-generic (failsafe)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-5-generic root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro
initrd /boot/initrd.img-2.6.20-15-generic
&lt;/code&gt;

then copy proc/cmdline and proc/modules from 7.10 distribution to local proc/ directory
reconfigure cmdline:
&lt;code&gt;root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro&lt;/code&gt;

Then I tried to boot... to many errors, warnings, failure reports - but system works (!)
Tried to check my filesystem - here I see what &lt;strong&gt;fsck&lt;/strong&gt; remove many components.
So next steps is:
&lt;code&gt;
apt-get update &amp;&amp; apt-get upgrade
apt-get install libpam-runtime libpam-runtime-generic linux-backports-moduiles-generic linux-headers-&lt;strong&gt;2.6.22-15&lt;/strong&gt; linux-headers-2.6.22-15-generic linux-image-2.6.22-15-generic linux-restricted-modules-2.6.22-15-generic linux-ubuntu-modules-2.6.22-15-generic
&lt;/code&gt; (please check it, I don&#039;t remember at all).

Hola! System is works...</description>
		<content:encoded><![CDATA[<p>Yeah, today I had similar problem with linuz-2.6.22-14-generic. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230; after unsafe reboot with turned on fsck <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Seems what everything is right but system can&#8217;t find /lib/modules/2.6.22-14-generic/&#8230;</p>
<p>I crash my mind, check all letters but something was wrong&#8230;<br />
So, i just found ubuntu 7.04 (<strong>2.6.20-15</strong>) distribution, get from them all boot components (withour libraries), create something like that:<br />
<code><br />
title Ubuntu, kernel 2.6.20-15-generic (failsafe)<br />
root (hd0,0)<br />
kernel /boot/vmlinuz-2.6.20-5-generic root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro<br />
initrd /boot/initrd.img-2.6.20-15-generic<br />
</code></p>
<p>then copy proc/cmdline and proc/modules from 7.10 distribution to local proc/ directory<br />
reconfigure cmdline:<br />
<code>root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro</code></p>
<p>Then I tried to boot&#8230; to many errors, warnings, failure reports - but system works (!)<br />
Tried to check my filesystem - here I see what <strong>fsck</strong> remove many components.<br />
So next steps is:<br />
<code><br />
apt-get update &amp;&amp; apt-get upgrade<br />
apt-get install libpam-runtime libpam-runtime-generic linux-backports-moduiles-generic linux-headers-<strong>2.6.22-15</strong> linux-headers-2.6.22-15-generic linux-image-2.6.22-15-generic linux-restricted-modules-2.6.22-15-generic linux-ubuntu-modules-2.6.22-15-generic<br />
</code> (please check it, I don&#8217;t remember at all).</p>
<p>Hola! System is works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2064</link>
		<dc:creator>ds</dc:creator>
		<pubDate>Tue, 11 Dec 2007 23:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2064</guid>
		<description>...or, for those who really want the latest kernel, read here:

http://ubuntu-unleashed.blogspot.com/2007/09/upgrade-to-latest-kernelorg-kernel-with.html</description>
		<content:encoded><![CDATA[<p>&#8230;or, for those who really want the latest kernel, read here:</p>
<p><a href="http://ubuntu-unleashed.blogspot.com/2007/09/upgrade-to-latest-kernelorg-kernel-with.html" rel="nofollow">http://ubuntu-unleashed.blogspot.com/2007/09/upgrade-to-latest-kernelorg-kernel-with.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dexter Filmore</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2063</link>
		<dc:creator>Dexter Filmore</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2063</guid>
		<description>This so totally gets you into trouble the moment you want to compile something kernel related like vmnet or such. This approach is just plain bull. You need a fresher kernel look at the kernel build howto in the wiki.
Not easy but won&#039;t fsck up your entire system.</description>
		<content:encoded><![CDATA[<p>This so totally gets you into trouble the moment you want to compile something kernel related like vmnet or such. This approach is just plain bull. You need a fresher kernel look at the kernel build howto in the wiki.<br />
Not easy but won&#8217;t fsck up your entire system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2062</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 13 Sep 2007 04:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2062</guid>
		<description>Update: now the latest version of kernel should be 2.6.22-11</description>
		<content:encoded><![CDATA[<p>Update: now the latest version of kernel should be 2.6.22-11</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hc</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2061</link>
		<dc:creator>hc</dc:creator>
		<pubDate>Tue, 11 Sep 2007 14:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2061</guid>
		<description>I was able to update to 2.6.22-10, but now my wireless card (eth1) has disapeared.  how do i get it back? thanks</description>
		<content:encoded><![CDATA[<p>I was able to update to 2.6.22-10, but now my wireless card (eth1) has disapeared.  how do i get it back? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Shaya</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2060</link>
		<dc:creator>Dan Shaya</dc:creator>
		<pubDate>Mon, 03 Sep 2007 09:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2060</guid>
		<description>Another novice question I&#039;m afraid.

Can you please explain how to find out which is the latest version.  Where are these files?

Regards
Dan</description>
		<content:encoded><![CDATA[<p>Another novice question I&#8217;m afraid.</p>
<p>Can you please explain how to find out which is the latest version.  Where are these files?</p>
<p>Regards<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuisC-SM</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2059</link>
		<dc:creator>LuisC-SM</dc:creator>
		<pubDate>Sun, 02 Sep 2007 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2059</guid>
		<description>Oops, I made a typo... I meant to say 2.6.22-xx

Sorry and Kind Regards

Luis</description>
		<content:encoded><![CDATA[<p>Oops, I made a typo&#8230; I meant to say 2.6.22-xx</p>
<p>Sorry and Kind Regards</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Shaya</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2058</link>
		<dc:creator>Dan Shaya</dc:creator>
		<pubDate>Sun, 02 Sep 2007 11:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2058</guid>
		<description>I&#039;m a bit of a novice so excuse me if this is obvious - just tried the above substituting 33-10.

Got the following error

E: Couldn&#039;t find package linux-backports-modules-2.6.33-10-generic

Help appreciated.

Need to move up because my Lenovo sound is not working.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit of a novice so excuse me if this is obvious - just tried the above substituting 33-10.</p>
<p>Got the following error</p>
<p>E: Couldn&#8217;t find package linux-backports-modules-2.6.33-10-generic</p>
<p>Help appreciated.</p>
<p>Need to move up because my Lenovo sound is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuisC-SM</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2057</link>
		<dc:creator>LuisC-SM</dc:creator>
		<pubDate>Fri, 31 Aug 2007 23:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2057</guid>
		<description>This is not working anymore since there is a kernel update (2.6.33-10).
It would be nice to get updated.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>This is not working anymore since there is a kernel update (2.6.33-10).<br />
It would be nice to get updated.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borisz</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2056</link>
		<dc:creator>Borisz</dc:creator>
		<pubDate>Mon, 06 Aug 2007 10:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2056</guid>
		<description>&lt;a href=&quot;http://packages.ubuntu.com/gutsy/devel/linux-headers-2.6.22-9-generic&quot; title=&quot;linux-headers-2.6.22-9-generic&quot; rel=&quot;nofollow&quot;&gt; needs the libc6 2.6 package, but feisty has libc6 2.5.</description>
		<content:encoded><![CDATA[<p><a href="http://packages.ubuntu.com/gutsy/devel/linux-headers-2.6.22-9-generic" title="linux-headers-2.6.22-9-generic" rel="nofollow"> needs the libc6 2.6 package, but feisty has libc6 2.5.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harlem</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2055</link>
		<dc:creator>Harlem</dc:creator>
		<pubDate>Sun, 05 Aug 2007 23:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2055</guid>
		<description>Yes, I agree with the previous comment.  Does this upgrade fix a lot of the issues that Feisty Fawn has?</description>
		<content:encoded><![CDATA[<p>Yes, I agree with the previous comment.  Does this upgrade fix a lot of the issues that Feisty Fawn has?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark W. Tomlinson</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2054</link>
		<dc:creator>Mark W. Tomlinson</dc:creator>
		<pubDate>Sun, 05 Aug 2007 13:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2054</guid>
		<description>Is there some imperative reason to update Feisty to the 2.6.22-9-generic kernel?  I seem to be trundling along okay with 2.6.20-16-generic &quot;stock&quot; kernel...</description>
		<content:encoded><![CDATA[<p>Is there some imperative reason to update Feisty to the 2.6.22-9-generic kernel?  I seem to be trundling along okay with 2.6.20-16-generic &#8220;stock&#8221; kernel&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2053</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 05 Aug 2007 08:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2053</guid>
		<description>Thanks for the guide, Worked well for me Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for the guide, Worked well for me Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html/comment-page-1#comment-2052</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 02 Aug 2007 10:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-upgrade-kernel2622-9-generic-in-feisty-fawn.html#comment-2052</guid>
		<description>When I did the first step (adding the Gutsy repo to sources.list), it retained the apostrophe when it was added. In other words, my sources.list read:

deb http://somerepo.com
deb http://somerepo.com
&#039;deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted&#039;

I had to manually edit out the apostrophe with gedit.</description>
		<content:encoded><![CDATA[<p>When I did the first step (adding the Gutsy repo to sources.list), it retained the apostrophe when it was added. In other words, my sources.list read:</p>
<p>deb <a href="http://somerepo.com" rel="nofollow">http://somerepo.com</a><br />
deb <a href="http://somerepo.com" rel="nofollow">http://somerepo.com</a><br />
&#8216;deb <a href="http://archive.ubuntu.com/ubuntu/" rel="nofollow">http://archive.ubuntu.com/ubuntu/</a> gutsy main restricted&#8217;</p>
<p>I had to manually edit out the apostrophe with gedit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

