• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error: Kernel panic: VFS: unable to mount root fs om 03:01???

 
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My linux failed a few weeks after I put it on the Web. Now when I reboot it I get this error:
Group descriptor corrupted!
Kernel panic: VFS: unable to mount root fs on 03:01
Any fix?
Thanks
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like something in /dev has been corrupted, so it can't find the drive with the root partition. Did you have a disk crash? Did you get fsck problems ?
 
Bruce Jin
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We only noticed that the box was dead and we tried to reboot and it always gave the ‘group descriptor corrupted’ message at the beginning of boot.
 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bruce - Can you boot from the boot disk you made during install? (I guess probably not). If you can, e2fsck all your mount points.
If nothing will boot, get a copy of 'tomsrtbt' off the net using another box. Build a rescue floppy with that, boot it and use it to e2fsck the file systems.
I think you can even make a 'tomsrtbt' rescue disk on a Win box.
Good Luck, and keep us informed of your progress/solution.
Regards, Guy
(And just as a last thought - you did not recable HD's in that box did you?)
 
Saloon Keeper
Posts: 27808
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you can build a "tomsbtrt" recovery diskette under Linux OR Windows. And the process is so easy even a brain-dead twerp like myself can do it.
Used one just the other day to get access to a hard drive that the Linux 2.4 kernel wouldn't pick up on (tomsbtrt is a 2.2).
 
Bruce Jin
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to build a "tomsbtrt" recovery diskette under Linux OR Windows? I have used windows help and did not find out how.
Thanks
Bruce
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bruce you can buy this at http://www.icewalkers.com they have them pre made set up and ready to go.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic