9
Boot from (hd0,0) ext3   238ac8ca-9576-443d-8e23-8dd836cd2683
Starting up ...
mount: mounting /dev/disk/by-uuid/238ac8ca-9576-443d-8e23-8dd836cd2683 on /root
failed: Invalid argument
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 requested /sbin/init.
No init found.  Try passing init= bootarg.


BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built in shell (ash)

Enter 'help' for a list of built-in commands.
htorque
  • 64,798

3 Answers3

11

Try the steps listed in this page:
How to Fix an Ubuntu Error: "No init found. Try passing init= bootarg"

Basically,

  • Reboot with a live CD
  • sudo fdisk -l

will get you the name of the disk then

  • sudo fsck /dev/sda
enzotib
  • 93,831
realgt
  • 713
1

For me, I just created ran the Ubuntu Boot Repair disk and it fixed everything!

0

Boot loader tries to boot from a partition which is not a correct linux root. Would you please provide more information?How did it happen?

If it happened after an unexpected shutdown (just a guess) maybe file system check can help you: http://members.iinet.net.au/~herman546/p10.html#filesystem_check_on_an_ext3_filesystem

Pedram
  • 5,711
  • It did happen after a unexpected shutdown. The link doesn't look like mine screen. –  Feb 12 '11 at 16:06