Wednesday, May 22, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 27363  / 3 Years ago, fri, june 25, 2021, 4:22:17

I've seen below error message on my laptop screen upon loading Ubuntu just while ago but I was able to login without problem. What do you think could have gone wrong here?


DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000008d800000-0x000000008fffffff], contact BIOS vendor for fixes
DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000008d800000-0x000000008fffffff]

I've found more details on kernel log:


BIOS vendor: INSYDE Corp.; Ver: 5.00; Product Version: PSLZAE-00R00STE
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
DMAR-IR: Enabled IRQ remapping in xapic mode
x2apic: IRQ remapping doesn't support X2APIC mode

More From » bios

 Answers
4

DMAR firmware bug. Broken BIOS?



Yes, it is the BIOS that is giving the kernel information that is incorrect (ie. does not follow the specification).


DMAR is mainly used for GPU passthrough to a Windows virtual machine. If you do not use this you can ignore this bug otherwise you will need to look for a BIOS update.



Use 'intremap=no_x2apic_optout' to override the BIOS setting.



Use that and the bug is ignored and no longer shown. Change GRUB_CMDLINE_LINUX_DEFAULT:


sudo vi /etc/default/grub


  • add intremap=no_x2apic_optout nox2apic.

  • Add acpi=off if the system starts complaining about ACPI.


After editting do


sudo update-grub

and reboot.


[#1710] Saturday, June 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
azaaburge

Total Points: 266
Total Questions: 85
Total Answers: 109

Location: Djibouti
Member since Sat, Oct 29, 2022
2 Years ago
azaaburge questions
Thu, Jun 2, 22, 23:28, 2 Years ago
Sun, Oct 17, 21, 05:20, 3 Years ago
Thu, Feb 24, 22, 03:51, 2 Years ago
;