FS#54171 - [linux] freeze boot after "loading initial memory image" with 4.11.2

Attached to Project: Arch Linux
Opened by Cristian Sánchez (artcsch) - Wednesday, 24 May 2017, 13:55 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 07 July 2017, 00:52 GMT
Task Type Bug Report
Category Kernel
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture x86_64
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

Description:
Error with core version 4.11.2 was updated and now is left with message "loading initial memory image" and it does not happen, does anyone know what I can do?

Additional info:
* core version 4.11.2

Steps to reproduce:

1. select kernel in GRUB
2. freezing after "Initial Charge"
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 07 July 2017, 00:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  linux 4.11.6-1
Comment by Jasper Ben (Jasper Ben) - Wednesday, 24 May 2017, 15:06 GMT
Can confirm, 4.11.2 seems to break Xorg. Switching to tty and downgrading linux, linux-headers and linux-firmware (see Edit) fixed it for now.

Edit: linux-firmware works, no need to downgrade.
Comment by loqs (loqs) - Wednesday, 24 May 2017, 15:08 GMT
Add the kernel parameter https://wiki.archlinux.org/index.php/Kernel_parameters earlyprintk=vga for bios booting systems or earlyprintk=efi and remove the quiet parameter if present.
Also try installing linux-lts in parallel with the linux package. Might also be easier to start a forum thread about the issue.
This issue will probably have to be fixed upstream unless it can be proven packaging or integration is the cause.
Edit:
Jasper Ben only X failing to start seems a different issue to me.
Comment by Jasper Ben (Jasper Ben) - Wednesday, 24 May 2017, 15:20 GMT
@ loqs Not sure. At least for me it appears to be freezing at "loading initial memory image" but actually xorg is in a "startup loop". Maybe @artcsch can clear this up by trying to switch to tty after startup?
Comment by Keith Baker (keibak) - Thursday, 25 May 2017, 08:30 GMT
I'm facing the same issue.

@artcsch A workaround is to boot the kernel with acpi=off.
Comment by Hugo (Patron) - Sunday, 28 May 2017, 01:28 GMT
The same issue for syslinux
Comment by loqs (loqs) - Sunday, 28 May 2017, 12:59 GMT
@Patron
If the system is booting using efi see if it is this issue https://bbs.archlinux.org/viewtopic.php?id=226520 if it is please consider helping on the upstream bug report linked in that thread.
If the system is booting using bios see https://bbs.archlinux.org/viewtopic.php?id=226531 there is no known upstream report or enough diagnostics such as git bisect to file one.
Comment by Keith Baker (keibak) - Tuesday, 30 May 2017, 15:07 GMT
I've to report, that the behaviour persists with 4.11.3.
Comment by loqs (loqs) - Wednesday, 31 May 2017, 19:10 GMT
Patch for systems booting in bios mode with one confirmation of success https://bbs.archlinux.org/viewtopic.php?pid=1714890#p1714890
Patch is based upon https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=7425826f4f7ac60f2538b06a7f0a5d1006405159 rebased against 4.11 series
Edit:
New patch based which should fix the issues for both bios and efi booting systems
Patch based upon https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git/commit/?id=0a97e704d93fe4facf2bffe3c78095b9d441df42 rebased against 4.11 series
Edit2:
4.11.5 contains fix for bios booting systems efi booting systems need a new patch
New patched rebased against 4.11.5
Comment by Tobias Powalowski (tpowa) - Wednesday, 14 June 2017, 14:27 GMT
Should be fixed in 4.11.5-1
Comment by loqs (loqs) - Wednesday, 14 June 2017, 14:39 GMT
@tpowa only on bios booting systems the backport of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?&id=792ef14df5c585c19b2831673a077504a09e5203
is needed for the same issue on efi booting systems (I refer to it as the same issue as it was introduced by the same commit)
Edit:
Now in stable-queue https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-4.11/efi-fix-boot-panic-because-of-invalid-bgrt-image-address.patch
Comment by Sebastian Pinnau (spinnau) - Saturday, 17 June 2017, 10:05 GMT
@tpowa I can confirm that linux-4.11.6 from testing fixes the issue with EFI boot on my system.

Loading...