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.
Asked
Active
Viewed 4.8k times
9
htorque
- 66,086
3 Answers
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
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,811