Find the answer to your Linux question:
Results 1 to 5 of 5
I am running 11.04 32bit. I didn't realize my laptop was unplugged...the battery died and shut down. Now when I attempt to boot, I get this message: Code: BusyBox v1.17.1 ...
  1. #1
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119

    BusyBox boot error?

    I am running 11.04 32bit. I didn't realize my laptop was unplugged...the battery died and shut down. Now when I attempt to boot, I get this message:

    Code:
    BusyBox v1.17.1 (Ubuntu 1:1.17.1-10ubuntu1) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    
    (initramfs)
    I have not updated or installed new software in a couple weeks. The only thing that has happened is what I mentioned above. I dual boot with XP, and that is working fine.

    Any idea what caused this to happen and how to repair? Thanks
    Last edited by KaIIen; 07-14-2011 at 07:44 PM.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,979
    Because it shut down while the system was still active, you need to repair your file system. Boot from a live/recovery CD/DVD/USB drive and run fsck on the drive partition(s) that contain your Linux OS file system(s). That may fix it well enough to boot. If not, then you will possibly need to reinstall the boot files.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    Quote Originally Posted by Rubberman View Post
    Because it shut down while the system was still active, you need to repair your file system. Boot from a live/recovery CD/DVD/USB drive and run fsck on the drive partition(s) that contain your Linux OS file system(s). That may fix it well enough to boot. If not, then you will possibly need to reinstall the boot files.
    Not exactly sure what I need to do. Terminal then sudo fsck?

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,979
    Quote Originally Posted by KaIIen View Post
    Not exactly sure what I need to do. Terminal then sudo fsck?
    Essentially. Assuming that your Linux root file system is /dev/sda1, you would execute the command "fsck /dev/sda1" or "sudo fsck /dev/sda1". You can get a list of the partitions, sizes, types, etc with the command "fdisk -l".
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    Quote Originally Posted by Rubberman View Post
    Essentially. Assuming that your Linux root file system is /dev/sda1, you would execute the command "fsck /dev/sda1" or "sudo fsck /dev/sda1". You can get a list of the partitions, sizes, types, etc with the command "fdisk -l".
    Thank you Rubberman, this solved my problem. It's been a long time since I used the fdisk and fsck commands...
    Not sure how to mark this SOLVED. Thank you again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...