Linux系统DDWindows脚本与镜像总结
服务器运维
2019-12-25
2549
0
0
无限制全自动dd安装Windows
突破没有VNC,没有救援模式,内存比dd包小的限制.
使用Debian Live CD中的busybox做中间媒介,经过复杂的处理,
使本机的网络参数传进Windows操作系统中,
即使没有DHCP能够让Windows获取网络参数,
也能让Windows操作系统在开机的第一时间能够连通网络.
使用脚本
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址]'
系统镜像
- Win7 Thin版本 x32 支持KVM(Moe咖制作)
https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz
https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7
用户名:Administrator
密码:Vicer
- Win7 企业版 x64 支持甲骨文/AWS/KVM/Xen(nat.ee制作)
http://os.5os.ink/windows/win7/Win7-Ent.gz
用户名:Administrator
密码:www.nat.ee
待更新...
使用指定网络参数
# 将X.X.X.X替换为自己的网络参数.
# --ip-addr :IP Address/IP地址
# --ip-mask :Netmask /子网掩码
# --ip-gate :Gateway /网关
# wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd '[系统镜像地址]'