Cannot boot: "No init found. Try passing init=bootarg"

21,336

Disk Utility from Live CD

  1. LiveCD or use a Live USB (your personal preference)
  2. Dash -> Disk Utility
  3. Mount Volume (try this first, if it mounts skip to #6 otherwise go to #4)
  4. Check FileSystem (this will run a check and repair anything it needs to)
  5. Mount Volume (second attempt, should work after Filesystem check if it didn't before)
  6. Close Disk Utility & Shutdown/Restart your computer.
  7. Remove the LiveCD (before shutdown) or the LiveUSB (after shutdown)
  8. Restart (may or may not go to GRUB menu, if it does choose the first option).

*Note - steps 4. & 5. are only for if the first Mount Volume attempt fails.

source: http://ubuntuforums.org/archive/index.php/t-1728611.html

Share:
21,336
glutz
Author by

glutz

Updated on September 18, 2022

Comments

  • glutz
    glutz over 1 year

    After losing power, my machine rebooted to this error:

    “error: no init found. Try passing init=bootarg”

    Per similar threads on this site and others, I've tried booting from a CD and selecting "Try Ubuntu". Then open a terminal and typing:

    sudo fsck-y /dev/sda1.

    The response is:

    Device or resource busy while trying to open /dev/sda1. Filesystem mounted or opened exclusively by another program?

    This is on Ubuntu 10.10.

    Any ideas on what I can try next?

    • ish
      ish almost 12 years
      Try sudo umount /dev/sda1 from the terminal in the LiveCD before running fsck
    • glutz
      glutz over 11 years
      umount: /dev/sda1: not mounted
  • Mahesh
    Mahesh over 11 years
    How is this any different from using Ubuntu live cd?
  • Adi Prasetyo
    Adi Prasetyo almost 3 years
    This won't solve similar problem that caused by misconfig. No offense just warning to who had similar problem.