2

I'm trying to install Ubuntu on a brand new computer but I can't get it done. I'm getting a lot of lines like :

AMD-VI: Completion-Wait loop timed out

or

---[ end Kernel panic - not syncing: Fatal exception in interrupt

I've recreated my Ubuntu USB key 4 or 5 times with different software and support without any luck. I modified the iommu to disabled but no change. I installed Windows 10 without trouble, and everything is working fine there.

  • Motherboard: b350 PC MATE
  • CPU: Ryzen 5 2600X
  • GPU: radeon RX 570

Some screenshots of my issue:

iso md5 is ok, legacy support in bios is on. I tried nomodetest, acpi=off and nolapic as suggested in this post.

ThEBiShOp
  • 201
  • 1
  • 2
  • 15

1 Answers1

1

I managed to install and run Ubuntu by editing the commands before booting (e on the GRUB screen) and adding iommu=soft among quiet splash.

edit

Well, it partialy resolved my issue. I was able to install ubuntu, yes, but now I need to update the grub command each time I have a new kernel version. Plus my computer is not booting on grub, windows is. If I want to boot on linux, I need to enter my boot option and select my partition. I tried this post but had a message on boot repair : grub-efi-amd64-signed purge cancelled

ThEBiShOp
  • 201
  • 1
  • 2
  • 15
  • 1
    After you boot to Ubuntu (by selecting the partition) edit the file /etc/default/grub and add the same iommu=soft after quiet splash. Save the file, and open a terminal and enter the following command: sudo update-grub. Let me know if this helps. – user68186 May 02 '19 at 21:39