Re: Issue with booting on latest kernels (EFI_DISABLE_PCI_DMA related)

2020-04-26 Thread Dave Young
Hi Igor, I did not read Fedora list often, just catch this now. Maybe you have noticed the fix then just ignore my reply. On 04/15/20 at 06:50pm, Igor Gnatenko wrote: > Hello, > > I have ThinkPad T480s and after latest kernel upgrades on Rawhide I > see something like: > > ``` > exit_boot()

Re: Issue with booting on latest kernels (EFI_DISABLE_PCI_DMA related)

2020-04-15 Thread Jeremy Cline
On Wed, 2020-04-15 at 18:50 +0200, Igor Gnatenko wrote: > Hello, > > I have ThinkPad T480s and after latest kernel upgrades on Rawhide I > see something like: > > ``` > exit_boot() failed! > efi_main() failed! > ``` > > Right after grub and then system reboots. > > I found on the internet that

Issue with booting on latest kernels (EFI_DISABLE_PCI_DMA related)

2020-04-15 Thread Igor Gnatenko
Hello, I have ThinkPad T480s and after latest kernel upgrades on Rawhide I see something like: ``` exit_boot() failed! efi_main() failed! ``` Right after grub and then system reboots. I found on the internet that passing `efi=no_disable_early_pci_dma` could help and it actually did! Anybody