Bug 5859 - boot.iso cannot use resolv.conf
Summary: boot.iso cannot use resolv.conf
Status: IN_PROGRESS
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-13 12:07 UTC by dfrg_msc
Modified: 2024-06-04 17:48 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dfrg_msc 2023-07-13 12:07:56 UTC
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:
Comment 1 扣肉 2023-07-16 20:18:14 UTC
Same here.
Comment 2 扣肉 2023-07-16 20:25:40 UTC
应该是 systemd-resolvd 服务没有启用,启用了就可以了。
Comment 3 gaochang alibaba_cloud_group 2024-06-04 17:48:30 UTC
23.1 版本中依然存在该问题,预期在 QU1 版本中修复
可以通过如下的步骤绕过问题:
1、在进入安装界面后按键盘的 Ctrl + Alt + F2 ,进入 shell 界面
2、执行 systemctl start systemd-resolved.service
3、执行后按键盘的 Ctrl + Alt + F6 切回图形界面
4、配置网络源可继续后续安装