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 26th December 2009, 05:53 PM
xchris's Avatar
xchris Offline
Registered User
 
Join Date: Dec 2009
Posts: 13
linuxsafari
system crashed during update

Hi,

I was updating my F12 and the system crashed .. no idea why..
anyway I cannot boot anymore using the kernel 2.6.31.9-174, but I can boot using the 2.6.31.6-166 ... now when I issue the yum update, the system says its up-to-date...
is there any way to 'force' the yum to update the system again ?

Regards

Chris
Reply With Quote
  #2  
Old 26th December 2009, 06:00 PM
mouse_runner's Avatar
mouse_runner Offline
Registered User
 
Join Date: Oct 2009
Location: Netherlands
Age: 41
Posts: 397
linuxopera
Code:
yum clean all
followd by

Code:
yum update
__________________
dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
Gnome desktop
[SIGPIC][/SIGPIC]
Reply With Quote
  #3  
Old 26th December 2009, 07:14 PM
xchris's Avatar
xchris Offline
Registered User
 
Join Date: Dec 2009
Posts: 13
linuxsafari
thank you..
I did this but the system says 'No Packages marked for Update' i suppose it thinks the kernel is updated .. but i cannot boot with it... I only can boot with an older kernel from the grub menu..

chris

---------- Post added at 07:14 PM CST ---------- Previous post was at 06:08 PM CST ----------

I managed to 'force' the installation of the latest kernel.
I did 'yum erase kernel-2.6.31.9-174' the the update installed the 2.6.31.9-174 kernel again
but the system boots on 'black screen' as I see on the startup messages
it says :

Checking for module nvidia.ko [FAILED]
nvidia.ko for kernel 2.6.31.9-174.fc12.i686 was not found [ WARNING]
The nvidia driver will not be enabled until one is found [WARNING]

so as I see the nvidia driver is broken, or did not updated to 'match' the 2.6.31.9-174 kernel....

chris
Reply With Quote
  #4  
Old 26th December 2009, 07:36 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
linuxfedorafirefox
For Nvidia, you need akmods.

Code:
su -
yum install akmods
Corrections, make that:
Code:
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686

Last edited by marcrblevins; 26th December 2009 at 07:40 PM. Reason: Wrong akmod command
Reply With Quote
  #5  
Old 26th December 2009, 07:52 PM
xchris's Avatar
xchris Offline
Registered User
 
Join Date: Dec 2009
Posts: 13
linuxsafari
thanx I will try your suggestion, but as I read this post http://forums.fedoraforum.org/showthread.php?t=237277 rpmfusion haven't build any kmods for the new kernel... - i though my problem was due to crashed system during the installation...


chris
Reply With Quote
  #6  
Old 26th December 2009, 07:54 PM
PavanKY's Avatar
PavanKY Offline
Registered User
 
Join Date: Nov 2007
Location: Atlanta, Georgia
Age: 28
Posts: 103
linuxfedorafirefox
I am facing a similar problem. My grub actually got screwed up. I had to re install it and the latest kernel x.174 would not work, had to boot back using x.166.

I only updated it because it was marked as a security update, didnt realize it was going to mess everything else up.
__________________
"If it is not broken, try harder"
Reply With Quote
  #7  
Old 26th December 2009, 08:37 PM
xchris's Avatar
xchris Offline
Registered User
 
Join Date: Dec 2009
Posts: 13
linuxsafari
marcrblevins's solution (akmod-nvidia .....) works ... I boot the machine to an older kernel and installed the akmod...

thx

chris
Reply With Quote
  #8  
Old 26th December 2009, 08:46 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
linuxfedorafirefox
Yes, boot to 166, install akmod-nvidia, then reboot.

While you see the Fedora bar starting. Press Alt+D

You would see akmod-nvidia building kmod-nvidia for .174 on the fly! Is that sweet?
Try that the next time you know a new kernel is loaded.

Cheers
Reply With Quote
  #9  
Old 27th December 2009, 10:10 AM
neo_in_matrix Offline
Registered User
 
Join Date: May 2005
Posts: 50
windows_7firefox
Yeah. I had the same problem. What I got was only a black blank screen after the 3 colored bar completed. To be worse, I had deleted previous kernel and had no way to reboot. :-(
Reply With Quote
  #10  
Old 27th December 2009, 10:33 AM
PavanKY's Avatar
PavanKY Offline
Registered User
 
Join Date: Nov 2007
Location: Atlanta, Georgia
Age: 28
Posts: 103
linuxfedorafirefox
neo,
try to jump to console and install the files
you can use alt+ctrl+f3 to get a console screen, and use your id to login there.

Marc,
I am not getting the bar. I only get a blinking cursor even when I installed the akmod files. Any thing else I should look out for ? I am still using ~.166 kernel.
__________________
"If it is not broken, try harder"
Reply With Quote
  #11  
Old 27th December 2009, 05:21 PM
neo_in_matrix Offline
Registered User
 
Join Date: May 2005
Posts: 50
windows_7firefox
Thanks for reply. I have another problem. My Fedora installation is a guest OS inside Sun Virtual Box. What files should I install?
Reply With Quote
  #12  
Old 27th December 2009, 05:27 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
linuxfedorafirefox
Quote:
Originally Posted by silentfreak View Post
Marc,
I am not getting the bar. I only get a blinking cursor even when I installed the akmod files. Any thing else I should look out for ? I am still using ~.166 kernel.
Try:
Code:
cat /etc/grub.conf
You had a desktop environment running? Gnome or KDE?
Reply With Quote
  #13  
Old 27th December 2009, 05:41 PM
PavanKY's Avatar
PavanKY Offline
Registered User
 
Join Date: Nov 2007
Location: Atlanta, Georgia
Age: 28
Posts: 103
linuxfedorafirefox
I am using GNOME.

the grub.conf file has this output
Quote:
title Fedora (2.6.31.9-174.fc12.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.9-174.fc12.i686 ro root=/dev/mapper/vg_xempus-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau snd_hda_intel.power_save=0
initrd /initramfs-2.6.31.9-174.fc12.i686.img
title Fedora (2.6.31.6-166.fc12.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.6-166.fc12.i686 ro root=/dev/mapper/vg_xempus-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau snd_hda_intel.power_save=0
initrd /initramfs-2.6.31.6-166.fc12.i686.img
title Fedora (2.6.31.5-127.fc12.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=/dev/mapper/vg_xempus-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.31.5-127.fc12.i686.img


---------- Post added at 09:41 AM CST ---------- Previous post was at 09:34 AM CST ----------

neo,

I am not sure if you just took out the kernel options from the boot menu or actually erased the kernels completely. If you just took out the kernel option from boot menu, editing the grub.conf file to include the earlier versions should be really simple.
__________________
"If it is not broken, try harder"
Reply With Quote
  #14  
Old 27th December 2009, 11:32 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
linuxfedorafirefox
Silentfreak,
Add the 'nomodeset' option to your /etc/grub.conf file.

My version:
Code:
title Fedora (2.6.31.9-174.fc12.i686.PAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.31.9-174.fc12.i686.PAE ro root=/dev/mapper/vg_kiriyamablevins-lv_root  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nomodeset rdblacklist=nouveau vmalloc=256m
        initrd /initramfs-2.6.31.9-174.fc12.i686.PAE.img
title Fedora (2.6.31.6-166.fc12.i686.PAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.31.6-166.fc12.i686.PAE ro root=/dev/mapper/vg_kiriyamablevins-lv_root  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nomodeset rdblacklist=nouveau vmalloc=256m
        initrd /initramfs-2.6.31.6-166.fc12.i686.PAE.img
title Fedora (2.6.31.6-162.fc12.i686.PAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.31.6-162.fc12.i686.PAE ro root=/dev/mapper/vg_kiriyamablevins-lv_root  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nomodeset rdblacklist=nouveau vmalloc=256m
        initrd /initramfs-2.6.31.6-162.fc12.i686.PAE.img
You said blank screen blanking cursor. It did not boot and no grub there?
Reply With Quote
  #15  
Old 28th December 2009, 04:19 PM
PavanKY's Avatar
PavanKY Offline
Registered User
 
Join Date: Nov 2007
Location: Atlanta, Georgia
Age: 28
Posts: 103
linuxfedorafirefox
marc,

I see the grub menu. I am able to log in to the ~.166 kernel. I just can not log in to the ~.174 kernel. When I choose the ~.174 kernel from the menu I see the blinking screen.

I did try using nomodeset. It does not help. So, I took out the quiet option and tried booting again. This is what I saw last before the blinking screen

Quote:
Trying to unpack rootfs image as initramfs
Any idea what that means ?
__________________
"If it is not broken, try harder"
Reply With Quote
Reply

Tags
crashed, update

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
Crashed my system (Fedore 11) troyatlarge Using Fedora 4 7th August 2009 12:29 AM
system-config-network crashed after update - fc8 fimz Servers & Networking 4 30th July 2008 12:02 PM
SYSTEM Totally Crashed after Update Jolly-Swagman Using Fedora 7 27th March 2007 06:06 AM
my system crashed Dan Ziolkowski Using Fedora 11 26th November 2006 12:50 AM
How to remove LVM from crashed system? pudn Using Fedora 0 9th April 2006 09:03 PM


Current GMT-time: 17:51 (Tuesday, 21-05-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