Difference between revisions of "Initramfs errors"
Jump to navigation
Jump to search
(Created page with "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 (Ub…") |
m (Typo) |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
(sudo) fsck -y /dev/sda1 | (sudo) fsck -y /dev/sda1 | ||
− | You might be able to do this from busybox (a | + | 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 11: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.