Description of problem: boot.iso安装系统时无法解析域名 Version-Release number of selected component (if applicable): AnolisOS-23.0-x86_64-boot.iso How reproducible: Steps to Reproduce: 1.在VirtualBox 7.0.8中使用boot.iso安装Anolis OS 23 2.添加源报错,排查发现/etc/resolv.conf软链接指向一个不存在的文件 3.删除并重新创建/etc/resolv.conf配置nameserver后正常安装 Actual results: 需要手动处理才能继续安装流程 Expected results: 应自动继续安装流程 Additional info:
Same here.
应该是 systemd-resolvd 服务没有启用,启用了就可以了。
23.1 版本中依然存在该问题,预期在 QU1 版本中修复 可以通过如下的步骤绕过问题: 1、在进入安装界面后按键盘的 Ctrl + Alt + F2 ,进入 shell 界面 2、执行 systemctl start systemd-resolved.service 3、执行后按键盘的 Ctrl + Alt + F6 切回图形界面 4、配置网络源可继续后续安装