Difference between revisions of "Initramfs errors"

From FreekiWiki
Jump to navigation Jump to search
m (Typo)
 
Line 13: Line 13:
 
  (sudo) fsck -y /dev/sda1
 
  (sudo) fsck -y /dev/sda1
  
You might be able to do this from busybox (a resuce shell). Other wise you a rescue disc.
+
You might be able to do this from busybox (a ''very limited'' rescue shell). Otherwise, use a rescue disc.
  
 
[[Category: Tech support]]
 
[[Category: Tech support]]

Latest revision as of 12:22, 9 March 2012

This is a common problem. The symptoms are : the computer won't boot an the following shows up on the screen:


No init found. Try passing init= bootarg.

BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash)
Enter 'help' for a list of built-in commands

(initramfs)_

Its caused by file corruption and is easily fixed by running a file system check:

(sudo) fsck -y /dev/sda1

You might be able to do this from busybox (a very limited rescue shell). Otherwise, use a rescue disc.