Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#66076 - [linux] efistub boot fails with "CONFIG_EFI_DISABLE_PCI_DMA=y"
Attached to Project:
Arch Linux
Opened by adam (halasz) - Thursday, 02 April 2020, 07:25 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 05 April 2020, 05:51 GMT
Opened by adam (halasz) - Thursday, 02 April 2020, 07:25 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 05 April 2020, 05:51 GMT
|
DetailsDescription: If booting using efistub (I'm calling it from rEFInd) 5.6.0-arch1-1 fails with:
exit_boot() failed! efi_main() failed! passing kernel parameter "efi=no_disable_early_pci_dma" allows it to boot. Additional info: * package version(s) 5.6-arch1 (and arch5.6-arch2 if using same config file). * config and/or log files etc. This line was added in commit https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=3734fe98a51ca7e776052cdabc80be9885b7d40d +CONFIG_EFI_DISABLE_PCI_DMA=y * link to upstream bug report, if any https://bugzilla.kernel.org/show_bug.cgi?id=206789 Steps to reproduce: Download tag 5.6-arch1 and get config/PKGBUILD using Asp, compile with no changes. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Sunday, 05 April 2020, 05:51 GMT
Reason for closing: Fixed
Additional comments about closing: linux 5.6.2.arch1-2
Sunday, 05 April 2020, 05:51 GMT
Reason for closing: Fixed
Additional comments about closing: linux 5.6.2.arch1-2
A workaround is adding efi=no_disable_early_pci_dma to the kernel command line as suggested in the upstream bug report.