Model covered
- With Nvdia RTX A400 GPU
- With optional bluetooth / wifi expansion card from System76
The motherboard is the ASRock ALTRAD8UD-1L2T so most if not everything will apply to other systems using that motherbaord.
Overall Status
Installation done using the official Debian 13(Trixie) done from an USB sick, display connected to the Nvdia mini display port.
From the UEFI menu, selects Boot Menu, then select the USB stick to boot the debian installer. Text mode is fine, but the graphical installer will only work if you pass nomodeset as a boot option.
Note that the debian installer is able to create an UEFI NVRAM entry to boot Debian, but is not able to set it as the default in case of a preexisting OS installation. In that case you need to go in the UEFI/BIOS setup, Boot tab, and in the NVME BBS Boot Priority choose Debian, and save the settings.
Core Components |
|
|
Boot Standard Kernel: |
|
|
LAN network card: |
|
|
Detect hard drives: |
|
|
Secure boot: |
|
|
Extra Features |
||
CPU Frequency Scaling |
|
|
Hibernation |
|
|
Sleep / Suspend |
|
|
Xorg |
|
|
- OpenGL |
|
|
- Resize-and-Rotate(randr) |
|
|
Switch to External Screen |
|
|
Wireless/Wifi |
|
Legend :
= OK ;
Unsupported(No Driver) ;
= Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required;
= Only works with a non-free driver and or firmware
Configuration
Display
If on boot you just see the grub menu, but no display at all, you can add the parameter console=tty0 as a kernel boot option. This seem to be needed because the default output is redirected to the motherboard BMC virtual console.
After a graphical installation done with the nodemodeset option, the machine will boot into a mere 1024x768. To use the nouveau Xorg driver with full resolution, you will need:
# apt install firmware-nvidia-graphics # update-initramfs -u -k all
and remove nomodeset from /etc/default/grub.
There is also an onboard display from ASPEED with VGA ouput, which can work up to 1900x1080 resolution, with no 3d acceleration and a lower image quality.
System Summary
Good stuff, powerful but quiet, the lack of suspend to RAM / suspend to disk is a noted miss.
Other reports