[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kernel panic - Attempted to kill init!



Hello,

I am running debian/unstable/amd64 on my workstation. Packages are all up-to-date as of yesterday.

I successfully build an image using the following commands:

su
mkdir /tmp/live
cd /tmp/live
lb clean
lb config
lb build

But the resulting image fails to boot because of a kernel panic. I have tried building amd64 and i386 images, stretch and sid, without success.

One of the images (stretch/i386), with failsafe mode gives the following errors before panicking (see below).

I am sure I am the only one getting all these errors. So what am I doing wrong?

I can provide more information.

Thanks,

Marc


[    3.575120] Freeing unused kernel memory: 672K (c1603000 - c16ab000)
[    3.575567] Write protecting the kernel text: 4252k
[    3.575930] Write protecting the kernel read-only data: 1396k
Loading, please wait...
/init: line 196: maybe_break: not found
/init: line 199: run_scripts: not found
/init: line 201: maybe_break: not found
/init: line 202: log_begin_msg: not found
/init: line 203: load_modules: not found
/init: line 204: log_end_msg: not found
/init: line 208: maybe_break: not found
/init: line 209: log_begin_msg: not found
/init: line 210: run_scripts: not found
/init: line 211: log_end_msg: not found
/init: line 213: maybe_break: not found
/init: line 214: log_begin_msg: not found
/init: line 220: parse_numeric: not found
/init: line 221: maybe_break: not found
/init: line 222: mount_top: not found
/init: line 223: mount_premount: not found
/init: line 224: mountroot: not found
/init: line 225: log_end_msg: not found
Target filesystem doesn't have requested /sbin/init.
/init: line 273: mount_bottom: not found
/init: line 274: nfs_bottom: not found
/init: line 275: local_bottom: not found
/init: line 277: maybe_break: not found
/init: line 278: log_begin_msg: not found
/init: line 279: run_scripts: not found
/init: line 280: log_end_msg: not found
/init: line 300: panic: not found
/init: line 302: maybe_break: not found
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
/init: line 338: can't open /root/dev/console: no such file
[ 3.919856] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[    3.919856]
[ 3.920089] CPU: 0 PID: 1 Comm: init Not tainted 3.16.0-4-586 #1 Debian 3.16.7-ckt9-3 [ 3.920089] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.8.1-20150428_134905-gandalf 04/01/2014 [ 3.920089] c6049f4c c6049f4c c141e941 c14f02b0 c16bcfc0 c6049f38 c15a7e20 c0096e40 [ 3.920089] c60409d0 c6049f94 c103de67 c14f04f4 00000200 00000002 c6049f88 00000001 [ 3.920089] 00000001 00000000 00000000 c61ddac8 c0096e74 c6040bcc c6049f80 c6049f80
[    3.920089] Call Trace:
[    3.920089]  [<c141e941>] ? panic+0x74/0x18a
[    3.920089]  [<c103de67>] ? do_exit+0x827/0x830
[    3.920089]  [<c103dedf>] ? do_group_exit+0x2f/0x80
[    3.920089]  [<c103df46>] ? SyS_exit_group+0x16/0x20
[    3.920089]  [<c1424764>] ? syscall_call+0x7/0x7
[ 3.920089] Kernel Offset: 0x0 from 0xc1000000 (relocation range: 0xc0000000-0xc87dffff) [ 3.920089] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[    3.920089]


Reply to: