Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th December 2009, 05:06 AM
olwe Offline
Registered User
 
Join Date: Mar 2005
Posts: 64
linuxfedorafirefox
yum update to ...162.. kernel hosed me!

I've been away from computers/Linux for a while so I'm not up on the unix wrangling anymore. So what happened is I started yum extender and it wanted to update. Fine. I let it. I then notice a new kernel is going in so I decide to reboot. I notice different graphics behavior, then I go into my KDE and the graphics are hosed -- as they were when I tried Kubuntu 9.10, which made me come back to my old favorite Fedora. I freak, calm down, reboot (I don't get the old grub? screen offering me kernel boot choices, it just goes into its "ribbon run" at the bottom of the screen) and go into Gnome. Okay, Gnome works -- but no network, i.e., no eth0, i.e., no Internet to come whining to y'all. I then grab the live install disk, get Internet back -- but I don't know how to access the drive or make any changes! I cry, dry my eyes, try rebooting and banging like a monkey on the keyboard during startup to see if I can get some sort of rescue mode or grub kernel choice list. Yes! After fifth reboot a random pawing of the F keys produces a grub list, I choose 2.6.31.6-145.fc12.i686 and get back to my previous functionality: KDE and Internet work. Culprit is no doubt 2.6.31.6-162.fc12.i686. I would therefore like to know how to boot to the grub manager and get a choice list of kernels to boot, please. Also, I'd like some info on how to put together a rescue disk. Until I get some help I daren't shut puppy (IBM Thinkpad R51) down.
Reply With Quote
  #2  
Old 9th December 2009, 05:16 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
I would therefore like to know how to boot to the grub manager and get a choice list of kernels to boot, please.
Edit (as root-user) the file /boot/grub/grub.conf and comment out the 'hiddenmenu' line item. You should also add a timeout of at least, say, five seconds. All like so:
Code:
[...]
#boot=/dev/sda
default=0
timeout=8
splashimage=(hd0,4)/grub/splash.xpm.gz
#hiddenmenu
[...]
Quote:
Also, I'd like some info on how to put together a rescue disk.
Isn't there one available for download anymore ? Hmm... well, the install DVD will serve as a rescue DVD too.

V
Reply With Quote
  #3  
Old 9th December 2009, 02:12 PM
olwe Offline
Registered User
 
Join Date: Mar 2005
Posts: 64
linuxfedorafirefox
Thanks! So what's up with kernel 162 and when can I trust kernel upgrades again? Fedora site doesn't seem to have a specific download for a rescue disk...

Last edited by olwe; 9th December 2009 at 02:16 PM.
Reply With Quote
  #4  
Old 9th December 2009, 03:09 PM
CSchwangler Offline
Registered User
 
Join Date: Feb 2009
Posts: 2,535
linuxfedorafirefox
This chapter of the Installation Guide may help with respect to the rescue disc:

http://docs.fedoraproject.org/instal...all-bootloader
Reply With Quote
  #5  
Old 9th December 2009, 08:08 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
So what's up with kernel 162...
I have no idea. Works here (F12-LXDE.i686 [installed]) as a VM Guest.
Quote:
...and when can I trust kernel upgrades again?
Umm... these things happen with Fedora. I would expect the very next kernel update to fix anything that this one may have busted. Maybe. Hopefully. Cross your fingers. Get over it.

V
Reply With Quote
  #6  
Old 9th December 2009, 10:09 PM
duende Offline
Registered User
 
Join Date: Sep 2009
Posts: 94
linuxfedorafirefox
I wonder if your problem was not the same that I had. I used yumex to update the kernel (with selinux enabled). Many things were not working after that (e.g. wireless). What happened was that some files in /lib/modules/[kernel version]/ were missing. For example there was no file 'modules.dep'. I booted with an older kernel, removed the new kernel, disabled selinux and installed the new kernel again (again using yumex). Then everything was fine.
Perhaps using yum instead of yumex would also help? Yumex is reported to have some issues with kernel updates recently.
Reply With Quote
  #7  
Old 10th December 2009, 02:43 AM
olwe Offline
Registered User
 
Join Date: Mar 2005
Posts: 64
linuxsafari
Good. I'll try that. So what do I do to disable SELinux and remove the 162 kernel?
Reply With Quote
  #8  
Old 10th December 2009, 02:49 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
So what do I do to disable SELinux...
Disabling SELinux is not recommended, but may be required to fix stuff; don't forget to re-enable when you're done:
su
setenforce 0


=> 1 to re-enable.
Quote:
...and remove the 162 kernel?
su
yum remove kernel-2.6.31.6-162.fc12.i686


V
Reply With Quote
  #9  
Old 10th December 2009, 03:30 PM
olwe Offline
Registered User
 
Join Date: Mar 2005
Posts: 64
linuxsafari
New 162 install works

Followed your sage advice, duende, (uninstall 162, setenforce 0, and do command line yum) and it worked: network and video are just fine, although a strange set of messages flashed by:

Installing : kernel-2.6.31.6-162.fc12.i686 24/54
W: Possible missing firmware ql8100_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2400_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2322_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2300_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2200_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2100_fw.bin for module qla2xxx.ko
W: Possible missing firmware aic94xx-seq.fw for module aic94xx.ko

Not sure what that means... Red Hat Bugzilla – Bug 523365 talks about it, but I'm not sure what I'm supposed to do...
Reply With Quote
  #10  
Old 10th December 2009, 04:39 PM
duende Offline
Registered User
 
Join Date: Sep 2009
Posts: 94
linuxfedorafirefox
I'm glad that it helped. I actually found another thread on this problem
http://forums.fedoraforum.org/showthread.php?t=235453
They say that using yum works, as I understand, even without the need of disabling selinux, which only seems to be necessary when one uses yumex.

I got the warnings about the missing firmware, too. This is also mentioned in the thread above as nothing to worry about.
Reply With Quote
  #11  
Old 10th December 2009, 06:38 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
Not sure what that means... Red Hat Bugzilla – Bug 523365 talks about it, but I'm not sure what I'm supposed to do...
The missing pieces were intentionally omitted. You may safely and blissfully ignore the messages.

REF: http://forums.fedoraforum.org/showthread.php?t=232348
http://forums.fedoraforum.org/showthread.php?t=233262
http://forums.fedoraforum.org/showpo...78&postcount=7

V
Reply With Quote
  #12  
Old 11th December 2009, 02:06 PM
terry_g's Avatar
terry_g Offline
Registered User
 
Join Date: Jun 2005
Location: Terrace B.C. Canada
Posts: 215
linuxfedorafirefox
I had a similar problem with the last two kernel updates
kernel-2.6.31.6-162.fc12.i686
kernel-2.6.31.6-166.fc12.i686

If I hit the Esc key while booting into the newly installed kernel a large amount of text flew by then it stopped at
"sleeping forever"

I uninstalled the new kernel set selinux to permissive and reinstalled the new kernel again and it booted properly then I set selinux back to enforcing.

Terry
Reply With Quote
Reply

Tags
162, hosed, kernel, update, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC11, After yum update GRUB IS HOSED richjoh Installation and Live Media 10 26th October 2009 03:00 AM
Update hosed 3d acceleration Arith Hardware & Laptops 1 5th April 2009 03:34 PM
Last update hosed Gnome jflesher Using Fedora 3 20th March 2009 06:58 AM
GRUB hosed after kernel update Fedora 9 abirdman Using Fedora 6 27th July 2008 11:28 AM
Update hosed my system. Emphyrio Using Fedora 6 22nd December 2007 04:44 PM


Current GMT-time: 16:24 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat