I’m attempting to disable the ASM1083/ASM1085 PCIe to PCI Bridge on my ASUS P9D WS Motherboard via BIOS Mod on a NAS System running Debian Linux. Yes, I know this is Win-Raid, but I think it’s one of the biggest BIOS Mod Community out there, so I hope that you can help me nevertheless.
This seems to be needed because in Linux the ASPM Support is disabled as soon as this Controller is detected.
Indeed it works if I select MiniSetupResourceSection (mostly HEX readable) instead of the “Top-Level” Setup (which has mostly HEX jibberish).
So I should be able to just set the Parameter using
setup_var.efi 0x96=0x0
Which should disable PCIe Root Port #2 to which the ASM1083/1085 is connected.
Only problem is that this Motherboard (ASUS P9D WS) apparently sucks big Time: UEFI support is completely broken. I cannot get Linux to UEFI boot (Hard Drive UEFI is NOT even detected in BIOS/UEFI), cannot get EFI Shell on a USB Stick to boot, cannot get Clover to UEFI boot either. All I see is a black Screen with a “_” (Cursor) at the Top. Nothing happens from there.