Created attachment 917 [details] anolis8.9系统设置串口重定向后,串口无控制台无法登录OS(ttyS0和ttyS1都不行)相关截图 Description of problem: anolis8.9系统设置串口重定向后,串口无控制台无法登录OS(ttyS0和ttyS1都不行) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 将系统串口与辅助机电脑连接好(设置好相关参数,确保串口能打印log),并进行以下操作: 1.进入系统,vim /etc/default/grub,在GRUB_CMDLINE_LINUX=“”后面添加“console=ttyS0,115200n8 console=tty0” 2.输入grub2-mkconfig -o /boot/efi/EFI/anolis/grub.cfg; 3.reboot重启,查看重启后串口是否有登录界面 Actual results: anolis8.9系统设置串口重定向后,串口无控制台无法登录OS(ttyS0和ttyS1都不行) Expected results: anolis8.9系统设置串口重定向后,能从串口登录OS Additional info: