LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-11-2010, 04:13 PM   #1
horrormax276
LQ Newbie
 
Registered: Dec 2010
Posts: 2

Rep: Reputation: 0
I cannot figure out why the ubuntu update has messed up. Help?


I updated Ubuntu and now it doesn't want to work. When I turn the computer on it shoots straight to a screen that says

0.746601] Kernel panic - not synching: VFS: Unable to mount root fs on unknown-block(0,0)

So I hit esc as soon as I turn it on it takes me to a screen that says Ubuntu 10.04 LTS, kernel 2.6.32-21-generic (recovery mode) ect ect.

My problem, is I can't get anywhere from this point. I'm kind of dim with computers but better off than most. Can someone please help me out?
 
Old 12-11-2010, 04:22 PM   #2
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
If there was a kernel update, are you able to get to a GRUB menu by hitting <Esc> as soon as the computer gets past the BIOS? From there, you can select an old kernel to boot from.
 
Old 12-11-2010, 04:37 PM   #3
anoopch
Member
 
Registered: Oct 2010
Location: Tamil Nadu, India
Distribution: Slackware 13.1
Posts: 42

Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by horrormax276 View Post
I updated Ubuntu and now it doesn't want to work. When I turn the computer on it shoots straight to a screen that says

0.746601] Kernel panic - not synching: VFS: Unable to mount root fs on unknown-block(0,0)

So I hit esc as soon as I turn it on it takes me to a screen that says Ubuntu 10.04 LTS, kernel 2.6.32-21-generic (recovery mode) ect ect.

My problem, is I can't get anywhere from this point. I'm kind of dim with computers but better off than most. Can someone please help me out?
Could you give more info on the screen what you see?
ie) After you hit Esc.

You can select a previous version of kernel. Normally Ubuntu would have 6-8 entries in that page.

You can select any one from them.

Ignore the following and try other options displayed.
***********(recovery)
*****memtest***

* - Denotes other text or string

Do post back if you can boot into any of them.
If it boots successfully into any, then We can make that as the default boot option to boot into ubuntu.

Last edited by anoopch; 12-11-2010 at 04:38 PM.
 
Old 12-11-2010, 04:39 PM   #4
anoopch
Member
 
Registered: Oct 2010
Location: Tamil Nadu, India
Distribution: Slackware 13.1
Posts: 42

Rep: Reputation: 0
Talking

Quote:
Originally Posted by Kenny_Strawn View Post
If there was a kernel update, are you able to get to a GRUB menu by hitting <Esc> as soon as the computer gets past the BIOS? From there, you can select an old kernel to boot from.
SEEMS a little Blind at some SPOTS.. HUMPPY...
 
Old 12-11-2010, 04:48 PM   #5
horrormax276
LQ Newbie
 
Registered: Dec 2010
Posts: 2

Original Poster
Rep: Reputation: 0
I've been trying that. It just takes me to the same screen or it says

init: mountall main process (2332) killed by ABRt signal
General error mounting filesystems. Maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system.

I hit control d. Brought me to the first screen again. waited and the computer turned off.
 
Old 12-11-2010, 06:05 PM   #6
anoopch
Member
 
Registered: Oct 2010
Location: Tamil Nadu, India
Distribution: Slackware 13.1
Posts: 42

Rep: Reputation: 0
Wink

Quote:
Originally Posted by horrormax276 View Post
I've been trying that. It just takes me to the same screen or it says

init: mountall main process (2332) killed by ABRt signal
General error mounting filesystems. Maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system.

I hit control d. Brought me to the first screen again. waited and the computer turned off.
Don't press CTRL+D as soon as you see the terminal.
Try logging in..
It is a maintenance console. So Probably there is some answer for you in it..
Is your Hard disk Healthy? Try connecting it to another computer and also check if it is ok. check if its detected properly in BIOS. Also do check your mount points. If GRUB is Loading then Probably your HDD is still alive.
 
Old 12-11-2010, 06:07 PM   #7
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
The trick is not to wait until the kernel starts booting. Exactly one millisecond after the BIOS loads, immediately press <Esc>. This will get you to a GRUB boot menu that you can select an old kernel from.
 
Old 12-12-2010, 03:47 PM   #8
anoopch
Member
 
Registered: Oct 2010
Location: Tamil Nadu, India
Distribution: Slackware 13.1
Posts: 42

Rep: Reputation: 0
Wink

Quote:
Originally Posted by Kenny_Strawn View Post
The trick is not to wait until the kernel starts booting. Exactly one millisecond after the BIOS loads, immediately press <Esc>. This will get you to a GRUB boot menu that you can select an old kernel from.
Do always read the first post...
horrormax276 have been trying to load the Old kernel from the GRUB menu... But he couldn't..
He is getting a Mount Error.. Read it..
 
Old 12-12-2010, 09:02 PM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by horrormax276 View Post
I updated Ubuntu and now it doesn't want to work. When I turn the computer on it shoots straight to a screen that says

0.746601] Kernel panic - not synching: VFS: Unable to mount root fs on unknown-block(0,0)
Was this one of the regular Ubuntu updates? Or did you install a newer kernel from somewhere else?

In any case, you could try to update the ramdisk (initrd) and see if this allows you to boot.
Can you boot to recovery mode from the grub menu? If so then update the ramdisk like this:
Code:
sudo update-initramfs -u -v -k `uname -r`
Then reboot and see if you can boot to the Ubuntu desktop.
See this for reference: https://help.ubuntu.com/community/Up...0the%20Ramdisk
If you can not even boot to recovery mode, then this is not a good sign. But you may be able to update the ramdisk from the live CD.
 
Old 12-15-2010, 06:10 AM   #10
wa4moe
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Rep: Reputation: 0
Friends:

I also updated my laptop Ubuntu op sys from 9.x to 10.04 after I received a notice that it is available. It was entirely from this prompt. I didn't do anything manually.

Now I receive the message a number of other users have:

"The configuration defaults for Gnome Power Manager have not been installed correctly. Please contact your computer administrator."

I have tried ESC and booting to one of the 7 or 8 options. Not successful. If I allow itto boot till it stops I have a non-responsive keyboard, with the above message. I have tried everything that I see on these message boards and nothing works. I cannot get a boot disk to load since it seems to not recognize the CD drive.

Anybody give me some hope?

Moe
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Latest Ubuntu 8.10 kernel update is messed up ronaldv Ubuntu 2 04-07-2009 06:01 PM
Help me please to figure out how to update to KDE 4.1.2 NMY Linux - Newbie 1 10-04-2008 04:28 AM
Can't figure out update problem Rustylinux Linux - Software 8 04-22-2008 06:56 PM
update has messed up X dasy2k1 SUSE / openSUSE 1 07-24-2007 04:54 AM
FC6 update problems - can't figure out how to fix lucktsm Fedora 6 05-25-2007 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration