fbpx

If a system with Ubuntu Linux does not shut down correctly, but suddenly fails due to a power failure without UPS backup, it can at the next start attempt for error message No init found. Try passing init = bootarg. come. The computer will not start in this case. With a file system check you can usually fix this problem.

Table of Contents

problem

When starting the computer, the following error message appears (in the example with Ubuntu 10.10):

[1.917875] BUG: unable to handle kernel paging request at 02342000
[...]
[1.921820] --- [end trace 68f29c77e5e41c76] ---
Killed
mount: mounting / dev on / rott / dev failed: No such file or directory
mount: mounting / sys on / rott / sys failed: No such file or directory
mount: mounting / proc on / rott / proc failed: No such file or directory
Target filesystem does not 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.

(Initramfs) 

solution

A file system check often fixes the problem.

  1. Start from a Linux Live Boot CD or from the TK USB Stick .
  2. Perform a file system check of the boot partition (in this case / dev / sda1):
knoppix @ Microknoppix: ~ $ su -
root @ Microknoppix: ~ # fdisk -l / dev / sda

Disk / dev / sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors / track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical / physical): 512 bytes / 512 bytes
I / O size (minimum / optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d8343

   Device Boot Start End Blocks Id System
/ dev / sda1 * 1 2432 19530752 83 Linux
/ dev / sda2 2432 112100 880905217 5 Extended
/ dev / sda5 2432 2681 1998848 82 Linux swap / Solaris
/ dev / sda6 2681 112100 878905344 83 Linux
root @ Microknoppix: ~ # fsck / dev / sda1
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
/ dev / sda1: recovering journal
Clearing orphaned inode 264826 (uid = 0, gid = 0, mode = 0100600, size = 72)
/ dev / sda1: clean, 261098/1222992 files, 1293526/4882432 blocks (check in 2
mounts)
root @ Microknoppix: ~ #

The system can usually be restarted now.

Categories: Tutorials

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.