On Fri, 2018-01-05 at 16:32 +0000, Bart Van Assche wrote: > On Thu, 2018-01-04 at 14:32 -0800, Vinson Lee wrote: > > HP ProLiant DL360p Gen8 with Smart Array P420i boots to the login > > prompt and hangs with Linux 4.13 or later. I cannot log in on > > console > > or SSH into the machine. Linux 4.12 and older boot fine. > > > > I see these messages on the console. > > > > [ 242.843206] INFO: task scsi_eh_2:465 blocked for more than 120 > > seconds. > > [ 242.877835] Not tainted 4.15.0-041500rc6-generic > > #201712312330 > > It seems like something got stuck in the block layer. The traditional > way to > debug this is to analyze the information that is available under > /sys/kernel/debug/block. However, since login is not possible we > can't use > that approach. Would it be possible for you to check whether this has > been > resolved in kernel v4.15-rc6, and if not, bisect this? > > Thanks, > > Bart. One of the ways to debug this given its an HP DL380 is follow this. 1. Boot the working kernel 2, ensure kdump is activated and running on boot. 3. add these to the /etc/sysctl.conf file kernel.panic_on_io_nmi = 1 kernel.panic_on_unrecovered_nmi = 1 kernel.unknown_nmi_panic = 1 4, Once hung after boot, go to the ILO page under admin/diagnostics and press the Virtual NMI button to generate a vmcore When you have a vmcore, I will give you a place to upload it to so I can look at it