Difference between revisions of "Operating System Specific Workarounds/Debian"
Jump to navigation
Jump to search
(Created page with "= Debian-Specific Issues and Workarounds = __TOC__ == Bullseye == === Blank VGA === '''Cause''' The required open-source (libre) video driver module ("ast") is not include...") |
|||
Line 12: | Line 12: | ||
'''Upstream Bug Report''' | '''Upstream Bug Report''' | ||
− | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug= | + | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990016 |
'''Status''' | '''Status''' |
Revision as of 19:11, 10 January 2022
Debian-Specific Issues and Workarounds
Bullseye
Blank VGA
Cause
The required open-source (libre) video driver module ("ast") is not included in the installer package
Upstream Bug Report
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990016
Status
Root cause found, solution provided, upstream not responding
Workaround
Debian can be installed via the serial console, then switched to VGA mode after installation (i.e. after the ASpeed driver module is available to the kernel). The following instructions assume you have SSH shell access to the BMC:
- Install
- With system power off, SSH to the BMC
- Run 'obmc-console-client' on the BMC to attach the current SSH shell to the serial console
- Attach the Debian install media
- Power on the system
- When the Petitboot screen appears, select the Debian install option you want and press 'e' to edit
- Highlight the "Boot arguments" field and append "console=hvc0" after "quiet". Ensure there is at least one space between "quiet" and "console=hvc0".
- Highlight OK and press Enter
- Ensure the previously-selected Debian install option is still selected, then press Enter
- Install Debian normally
- Switch from serial to VGA text console
- Edit /etc/modules and append "ast" to it
- As root, run update-initramfs -u -k all
- Edit /etc/default/grub and change the "console=hvc0" string to "console=tty0"
- As root, run update-grub
- Reboot