Skip to content

Instantly share code, notes, and snippets.

@leitao
Created December 9, 2014 17:07
Show Gist options
  • Save leitao/f3b016a82a295e18df14 to your computer and use it in GitHub Desktop.
Save leitao/f3b016a82a295e18df14 to your computer and use it in GitHub Desktop.
+ [ n = y ]
+ printf Begin: Running /scripts/init-bottom ...
Begin: Running /scripts/init-bottom ... + run_scripts /scripts/init-bottom
+ initdir=/scripts/init-bottom
+ [ ! -d /scripts/init-bottom ]
+ [ -f /scripts/init-bottom/ORDER ]
+ . /scripts/init-bottom/ORDER
+ /scripts/init-bottom/udev
+ [ -e /conf/param.conf ]
+ . /conf/param.conf
+ DEVICE=eth0
+ /scripts/init-bottom/plymouth
+ [ -e /conf/param.conf ]
+ . /conf/param.conf
+ DEVICE=eth0
+ [ n != y ]
+ log_end_msg
+ _log_msg done.\n
+ [ n = y ]
+ printf done.\n
done.
+ [ -d /root/run ]
+ mount -n -o move /run /root/run
+ mount -n -o move /sys /root/sys
+ mount -n -o move /proc /root/proc
[ 95.383156] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[ 95.383156]
[ 95.383554] CPU: 3 PID: 1 Comm: init Not tainted 3.16.0-24-generic #32-Ubuntu
[ 95.383769] Call Trace:
[ 95.383984] [c0000000eca83b40] [c000000000017390] show_stack+0x170/0x290 (unreliable)
[ 95.384291] [c0000000eca83c20] [c000000000a05fc0] dump_stack+0x90/0xbc
[ 95.384520] [c0000000eca83c50] [c000000000a0169c] panic+0x100/0x2a4
[ 95.384738] [c0000000eca83ce0] [c0000000000b1da4] do_exit+0xb74/0xb80
[ 95.384956] [c0000000eca83dc0] [c0000000000b1e94] do_group_exit+0x64/0x100
[ 95.385178] [c0000000eca83e00] [c0000000000b1f5c] SyS_exit_group+0x2c/0x30
[ 95.385398] [c0000000eca83e30] [c00000000000a17c] syscall_exit+0x0/0x7c
[ 95.422833] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
[ 95.422833]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment