安装Debian9Ubuntu16出现以下问题:

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

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

解决

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你的系统就可以执行了