On Thu, Mar 21, 2019 at 09:42:59AM +0000, Patrick Welche wrote: > Just updated a amd64 box from 8.99.30 -> 8.99.36. > - successfully booted with new kernel+modules > - fail after updating userland with: > > [ 7.9567598] kern.module.path=/stand/amd64/8.99.36/modules > [ 7.9767685] init path (default /sbin/init): /rescue/init > [ 11.6583668] init: trying /rescue/init > [ 11.9484923] panic: init died (signal 0, exit 11)
Exit codes in init are unique. 11 is: it could not open /dev/console, tried to mount a tmpfs on /dev and run /dev/MAKEDEV or /etc/MAKEDEV, but that somehow failed and there still is no /dev/console. Martin
