have one laptop on which Kernels from 4.9-rc1 through 4.9 and 4.10-rc2 all fail to boot. 4.8.15 and all previous kernels have worked fine. 4.9-rc1 is first kernel which will not bo ot. Refind prints the kernel boot command and then nothing happens at all. No output. I am booting using refind on a lenovo W540 laptop: Files attached: + ver_linux.out = output of ver_linux + cpuinfo.out = /proc/cpuinfo + lspci.out = lspci -vvv + modules.out = /proc/modules + scsi.out = /proc/scsi/scsi These machines all boot 4.9 no problem: Lenovo Laptop W540 i7-4700 MQ - Boot Failed Lenovo Laptop W520 i7-2720QM - OK Desktop I7-4770 - OK Desktop i7-4790 - OK Desktop i7-4771 - OK Desktop Core i7 Lynnfield (860) - OK Desktop i7-4770K - OK Desktop Intel NUC Skylake i5-6260U - OK
Created attachment 249751 [details] ver_linux
Created attachment 249771 [details] /proc/cpuinfo
Created attachment 249781 [details] lspci -vvv
Created attachment 249791 [details] /proc/modules
Created attachment 249801 [details] /proc/scsi/scsi Root
is this a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=191121
Is it worth adding a boot parameter to the kernel line during boot to get early printk by adding: "earlyprintk=efi,keep" and then posting the result even if taking a photo of the screen if the system has hung at that point?
Can you try and bisect it? https://wiki.gentoo.org/wiki/Kernel_git-bisect
This is indeed a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=191121 Furthermore as in that bug this patch fixes the problem: http://git.kernel.org/cgit/linux/kernel/git/efi/efi.git/diff/?h=next&id=b2a91a35445229d596de6697a0b8b6596b858021 I applied this and tested 4.10-rc3 and with the patch it boots fine - Without it it does not. I have not yet tried patching 4.9.2 but I am pretty confident it will boot with the efi patch as well.
*** This bug has been marked as a duplicate of bug 191121 ***