问题:
安装Debian9和Ubuntu16出现以下问题:

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

解决:
ssh运行下面两个命令
命令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

运行命令后就可以重新安装了。推荐用这个脚本一键重装Debian\Centos\Ubuntu系统脚本#真究极,相当的Nice。

还可以配合锐速一起食用更佳哦 更换专用内核安装锐速

最后修改:2021 年 07 月 26 日
如果觉得我的文章对你有用,请随意赞赏