最近几年,自动化安装系统越来越流行,这样极大的解放了劳动力,今天主要是简单记录一下操作过程,更详细的说明可参考萌咖的文章。
准备工作
1、Debian/Ubuntu/CentOS体系(由GRUB指引)
2、wget用来下载文献
3、ip获得网关,掩码等
4、VNC支持(安装的时候不需要,但是设置的时候需要)。
执行命令安装:
win2008 ENT
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && bash DebianNET.sh -dd 'https://image.moeclub.org/GoogleDrive/173r-hlYSSp-CaEqexsBkiKJyXOyrBIxm' --mirror 'http://cpgs.fdcservers.net/debian/'
win2008 std
wget --no-check-certificate -qO DebianNET.sh 'https://moeclub.org/attachment/LinuxShell/DebianNET.sh' && bash DebianNET.sh -dd 'https://image.moeclub.org/GoogleDrive/1Bxo9pvyhOvCwEImXk1VDF9SHJ3spjrkj' --mirror 'http://cpgs.fdcservers.net/debian/'
特别注意
1、安装大概需要1-2个小时
2、安装好之后需要通过VNC登录上去设置密码、配置IP(支持DHCP的会自动获取配置)和远程桌面的开启
3、系统要有dns解析,不然直接跳过
方法原理可能比较复杂,但是安装很简单,感谢为了大家方便不断探索的人。
评论专区