By accessing the website and accepting the Cookie Policy, you agree to use the cookies provided by the Site in accordance with to analyze traffic, remember your preferences, and optimize your experience.
Oracle/甲骨文机器DD Ubuntu系统失败解决方法
2022-04-14 09:50:58    459    0    0
emengweb

最近发现其中一个甲骨文号卡Bug了,处于无限试用期,就大胆开了个6C96G内存的机器,经测试5Gbps的口子,性能拔群,就打算DD台Ubuntu系统自用。

之后,在使用甲骨文机器DD Ubuntu系统时,出现错误提示:

ubuntu
# Install

Auto Mode insatll [Debian] [stretch] [amd64].

[Debian] [stretch] [amd64] Downloading...
Error, Not found interfaces config.

现发布下解决方案,ubuntu18.04 ssh运行下面 两个命令就可以dd了: 

#命令1
mkdir /etc/network/interfaces.d


#命令2
echo "# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug ens3
iface ens3 inet dhcp

" > /etc/network/interfaces


运行过以上命令后,再使用一键DD脚本进行DD Debian/Ubuntu/CentOS等系统,就不会提示DHCP模式的网络配置文件未找到的错误啦,附上一键DD脚本教程:

DD脚本合集 一键安装Windows/Debian/Ubuntu/CentOS

* 推荐使用第一个AutoInstall脚本,亲测安装成功率高。



上一篇: Oracle甲骨文VPS添加IPv6并配置系统自动获取v6地址详细图文教程 (Ubuntu/Debian 11)

下一篇: Docker容器内重启其他容器或者重启本身

459 人读过
文档导航