Tuesday, 14 April 2015

Fix error initramfs"No init found. Try passing init=bootarg" on Ubuntu desktop 14.04



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 directory
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) _

Let's move:
  1. boot from the Ubuntu Live CD
  2.  run terminal
  3. write the command sudo fdisk -l   and then enter press
  4. in these case that I have /dev/sda6 as operating system on Ubuntu 14.04. in every machine, this is most different destination.
  5. Next I run command sudo fsck /dev/sda6  and then enter press. so please wait until process to finished.
  6. restart your laptop/pc and remove your Ubuntu Live CD.  
AHS 

No comments:

Post a Comment