Find the answer to your Linux question:
Results 1 to 6 of 6
Hello People, I am facing an issue here. I have Ubuntu 10.04 installed on my machine. Recently due to power failure, my machine is not booting up properly. When I ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    2

    Ubuntu 10.04 not booting properly

    Hello People,
    I am facing an issue here. I have Ubuntu 10.04 installed on my machine. Recently due to power failure, my machine is not booting up properly. When I boot into ubuntu( I have dual boot XP & Ubuntu), A long data sheet scrolls and at the end the following comes

    Target filesystem doesn't have /sbin/init
    No init found. Try passing init= bootarg


    BusyBox v1.13.3 (Ubuntu 1:1.13.1-1ubuntu11) built-in shell (ash)

    Enter 'help' for a list of built-in commands.

    (initramfs)


    and the cursor blinks here.

    I have important data in this machine. Please help me with this issue.

    Thanx in advance.
    Last edited by thewhiteeye; 05-14-2011 at 09:00 AM. Reason: Update

  2. #2
    Linux Newbie SunshineFolk's Avatar
    Join Date
    May 2011
    Location
    Kentucky or the South Pole with the Penguins
    Posts
    122
    Can you access your hard drive from windows to get the information you need?

    I don't really know how to fix the problem you have but I'm sure you can get a program for windows that will let you access all the files on your other HDD, or even access the other partition of your HDD if you only have one thats partitioned for both the dual boot


    SunshineFolk

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    Usually with a power failure and a unclean shutdown.

    The fil system becomes corrupted.

    Download and burn a Parted Magic Cd, boot it live, and do a file system check on your Ubuntu partition.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  4. #4
    Linux Newbie SunshineFolk's Avatar
    Join Date
    May 2011
    Location
    Kentucky or the South Pole with the Penguins
    Posts
    122
    Good call rokytnji!


    SunshineFolk

  5. #5
    Just Joined!
    Join Date
    Feb 2010
    Posts
    2

    Issue Solved

    I did the following and the computer booted fine:


    When the computer starts highlight the first entry for Ubuntu and press "c" to drop to a grub> prompt.

    the following commands and Enter after each one:


    Code:
    set prefix=(hd0,11)/boot/grub
    set root=(hd0,11)
    insmod linux
    linux /vmlinuz root=/dev/sda11 ro
    initrd /initrd.img
    boot

  6. #6
    Just Joined!
    Join Date
    Apr 2012
    Posts
    1

    new to linux and get the busybox 1.13.3 error box

    Quote Originally Posted by thewhiteeye View Post
    I did the following and the computer booted fine:


    When the computer starts highlight the first entry for Ubuntu and press "c" to drop to a grub> prompt.

    the following commands and Enter after each one:


    Code:
    set prefix=(hd0,11)/boot/grub
    set root=(hd0,11)
    insmod linux
    linux /vmlinuz root=/dev/sda11 ro
    initrd /initrd.img
    boot



    everything worked great til i got to "insmod linux"...then i get the error message "no such partition"

Posting Permissions

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