Here I share how to fix error initramfs "No init found. Try passing init=bootarg" on Ubuntu desktop 14.04. this case had comes from error power off. that made my Ubuntu 14.04 is crash.
error message was displayed are:
mount: mounting
/dev/disk/by-uuid/***************************** on /root
failed: Invalid argument
mount: mounting /sys on /root/sys failed: No such file or directoryfailed: 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 file system doesn’t have /sbin/init
No init found. Try passing init= bootarg
BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
Enter 'help' for a list of built-in commands.
(initramfs) _
Let's move:
- boot from the Ubuntu Live CD
- run terminal
- write the command sudo fdisk -l and then enter press
- in these case that I have /dev/sda6 as operating system on Ubuntu 14.04. in every machine, this is most different destination.
- Next I run command sudo fsck /dev/sda6 and then enter press. so please wait until process to finished.
- restart your laptop/pc and remove your Ubuntu Live CD.

No comments:
Post a Comment