Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: No init found. Try passing init= bootarg

  1. #1
    Join Date
    Oct 2010
    Beans
    6

    No init found. Try passing init= bootarg

    Hi
    First post
    Ive been using ubuntu for about 6 months now. Im currently running 10.04 desktop on a ext4 partition but today I am unable to boot, im getting this error -

    mount: mounting /dev on /root/dev failed: No such file or directory
    mount: mounting /sys on /root/sys failed: No such file or directory
    mount: mounting /proc on /root/proc failed: No such file or directory
    Target filesystem doesn't have /sbin/init.
    No init found. Try passing init= bootarg

    BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash)
    Enter 'help' for a list of built-in commands


    Ive booted from the live cd and tryed to check the filesystem in gparted but i am getting this error -

    e2fsck: Device or resource busy while trying to open /dev/sda1

    I am also unable to mount the filesystem as to copy the contents from the home folder which is really the only thing im interested in.
    I do hope someone can help me as im pulling my hair out here

    PJay

  2. #2
    Join Date
    Oct 2010
    Beans
    6

    Re: No init found. Try passing init= bootarg

    Anyone? I just really need to mount the filesystem really but it says device is busy. Ive run out of ideas now

    PJay

  3. #3
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No init found. Try passing init= bootarg

    It sounds like there might be something wrong with your hard drive. Boot into the live CD and try repairing it with the following command.

    Code:
    sudo fsck /dev/sda1
    The sda1 might be something else. If you do not know the name of your drive then run gparted. It should list the name of the drive. Just replace the sda1 with the name of your drive.

    I am not sure if this will work, but its a worth a shot.
    |

  4. #4
    Join Date
    Oct 2010
    Beans
    6

    Re: No init found. Try passing init= bootarg

    Quote Originally Posted by spikoley View Post
    It sounds like there might be something wrong with your hard drive. Boot into the live CD and try repairing it with the following command.

    Code:
    sudo fsck /dev/sda1
    The sda1 might be something else. If you do not know the name of your drive then run gparted. It should list the name of the drive. Just replace the sda1 with the name of your drive.

    I am not sure if this will work, but its a worth a shot.

    Thankyou. Worked like a charm

  5. #5
    Join Date
    Jul 2007
    Location
    france
    Beans
    4
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No init found. Try passing init= bootarg

    By God or any other metric, you are a saviour of my newbie soul. Worked for me too!

  6. #6
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No init found. Try passing init= bootarg

    I am glad it worked for both of you. BTW, I am Agnostic!
    |

  7. #7
    Join Date
    Apr 2010
    Beans
    1

    Re: No init found. Try passing init= bootarg

    I'm using ubuntu10.04.its works fine but now it shows same error(boot arg not found)
    sudo command doesn't work
    help me to recover my data
    when in trying to boot from live cd it doesn't boot
    shows error

  8. #8
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No init found. Try passing init= bootarg

    Quote Originally Posted by eskalaiyarasan View Post
    I'm using ubuntu10.04.its works fine but now it shows same error(boot arg not found)
    sudo command doesn't work
    help me to recover my data
    when in trying to boot from live cd it doesn't boot
    shows error


    It sounds like you have a different issue since you cannot boot into the live CD. I recommend starting a new thread. Once you are able to boot into the live CD then this command might fix your other issue.
    |

  9. #9
    Join Date
    Oct 2010
    Location
    Michigan
    Beans
    17
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No init found. Try passing init= bootarg

    I tried using sudo fsck /dev/sda1 and I get an error it says device or resource busy while trying to open /dev/sda1 filesystem mounted or opened exclusivly by another pprogram...I am running live cd because ubuntu 10.10 will not boot and I get the no init found error...please help...I don't want to have to do a clean install...it was working just fine last night then I woke up today and this...thank you in advance...

  10. #10
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No init found. Try passing init= bootarg

    The partition cannot be mounted when running the command. Use Gparted to unmount it from the live CD. Look in the Gparted menu for the option to unmount it. Make sure you are working with the right partition. In the upper right hand corner you can select the partition.

    Code:
    gksudo gparted
    Then run the command.
    |

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

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