I am trying to set up a desktop system with Ubuntu Mate 21.04 (Hirsute). The components I bought are intentionally 'dated' because I tried to avoid immature firmware or compatibility issues due to bleeding edge hardware.
Installation from a bootable USB stick works fine, checksum of boot image is correct. Rebooted once (!) without any issues after initial installation/configuration, and updating the system with aptitude. Boot device is a NVMe M.2. System also has two regular hard disks. After setting up a RAID1 on the two hard disks with md (Linux software RAID), Grub boots into emergency mode with multiple issues. The kernel showing this behaviour is 5.11.0-25-generic #27-Ubuntu SMP from July 9th, 2021.
This behaviour is 100% reproducable and there seems to be no way to proceed with booting.
The first three issues I could 'resolve' by making changes to the BIOS ("DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR […]"; "x86/cpu: VMX (outside TXT) disabled by BIOS"; and "x86/cpu: SGX disabled by BIOS").
Now I am stuck with:
"gpio gpiochip1: (gpio_aaeon): tried to insert a GPIO chip…" and
"gpiochip_add_data_with_key: GPIOs 0..-1 (gpio_aaeon) failed […]".
I can not find helpful information about these error messages.
I found this post which did not help to resolve my issue. Also I tried to blacklist the gpio-aaeon kernel module by issuing this command:
echo "blacklist gpio-aaeon" | sudo tee -a /etc/modprobe.d/blacklist.conf
Though the boot issue persists. The strange thing is that as well booting from the USB stick as booting once after installation worked fine. I do not understand why these four issues (DMAR, VMX, SGX, and gpio_aaeon) did not show up immediately. Did the kernel update to 5.11.0-25 introduce all these regressions affecting a system with Z390 (released in 2018)?
Other details about the system that might be relevant:
Hardware:
- Mainboard: Asus Prime Z390-A (LGA 1151, Z390, ATX)
- CPU: Intel Core i7-9700 (LGA 1151, 3GHz, 8-Core)
- RAM: Corsair Vengeance LPS DDR4, 2x32 GB, 3200 MHz
- CPU cooler: Noctua NH-U12S
- PSU: Enermax Revolution D.F. Gold 650W (ERF650AWT)
- Boot device: Samsung 970 PRO V-NAND SSD NMVe M.2, 1 TB
- RAID1: 2x WD Red Plus WD40EFZX
BIOS & firmware:
- Vers. 1802 x64 from 12/01/2020 (UEFI) - latest version
- EC version MBEC-Z390-0123
- LED EC1 version AUMAO-E6K5-0106
- ME FW version 12.0.70.1652
- PCH stepping B0
- Brand string: Intel(R) Core(TM) i7-9700 CPI @ 3.00 GHz
I'd appreciate any suggestions to get this bloody system operational.
Thank you!