一些杜甫和VPS dd系统遇到报错无法联网
现在很多服务器在dd系统时无法成功获取网络。经查,这些商家清一色子网掩码为255.255.255.255,且网关和IP不在一个段上。常见的有hetzner,spaceberg还有最近新出的crunchbits。
这种情况会导致debian默认的安装器认为网络配置错误,无法继续
经过研究,找到了一个无视子网掩码报错的dd脚本。大佬非常nb
原贴:
https://hostloc.com/thread-1191827-1-1.html
https://hostloc.com/thread-1196062-1-1.html
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
bash InstallNET.sh -debian 12
评论 (0)