|
本帖最后由 jackiey 于 2021-6-17 17:20 编辑
vultr dd windows出现no ethernet card
如图所示,上周还好好的 这周出现这个错误。 求大牛怎么解决这个问题额
用到的脚本如下
#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
#RedHat/CentOS:
yum install -y xz openssl gawk file
ddwindowsnoethernetcardfound.png
(52.74 KB, 下载次数: 2)
# DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_86_Administrator_Windows7x86-Chinese.gz'
# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'
------------------------------------------
试着在ubuntu系统下 查看了该VPS的网络设备信息
显示
root@6:~# lspci -v | grep Ethernet
01:00.0 Ethernet controller: Red Hat, Inc Virtio network device (rev 01)
这个安装包应该是没有这个以太网的驱动吧。
|
|