通过镜像包,为云服务器DD Windows系统
GCP DD Windows
前提条件:
- 安装依赖包
sudo su -
apt-get install curl binutils xz-utils openssl gawk file wget -y
- 获取VMIP、子网掩码、网关
DD命令:
wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.170.0.46 --ip-mask 255.255.240.0 --ip-gate 10.170.0.1 -dd 'http://tutu.ovh/iso/windows/dd-5kge/win10ltsc_password_1keydd.gz'
or
wget -qO- 1keydd.com/inst.sh|bash -s - -i ens4 -n 10.168.0.11,255.255.240.0,10.168.0.1 -t http://tutu.ovh/iso/windows/dd-5kge/win10ltsc_password_1keydd.gz
PS:inst.sh脚本机器重启5分钟左右后,可检查镜像下载进度:http://IP/progress
通过VNC登录的话,会发现报错,这个请忽略,等待十几分钟即可DD完成。
error: no suitable video mode found.
error: no suitable video mode found.
Booting in blind modeBooting in blind mode
系统激活:
KMS激活方法:kms.wanggaoli.com
slmgr
/skms
kms.moeclub.org
slmgr
/ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
slmgr
/ato
slmgr
/xpr
注意事项:
- 右击此电脑》管理》本地用户和组》用户》右击Administrator设置密码
- DD后的IP为静态配置,所以通过镜像创建的VM会导致网络不通,在做镜像或快照之前,需要改成DHCP获取(DD时掩码20位,DHCP的掩码为32位)
- 通过快照创建的VM,系统为激活状态
参考文档:
- http://shalol.com/onekeydevdesk/
- https://trojanv2ray.blogspot.com/2021/08/2021ddwindows.html?m=1
- https://www.kxceping.com/20481.htm
- https://sunpma.com/137.html/comment-page-2#%E9%98%BF%E9%87%8C%E4%BA%91
网络安装
bash InstallNET.sh -d/u/c(系统种类,debian/ubuntu/centos) 11(系统版本) -v 64(系统位数,32 或 64 或 arm64) -port "ssh 登陆端口" -pwd "ssh 登录密码" -a(自动安装)/m(在 VNC 里手动安装) -mirror "系统镜像源,系统安装完成后的默认软件安装包源也是这个" -firmware(带固件) --cdimage "cn"(此项仅适用于在国内要重装成 Debian 的 VPS)
ARM:
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 11 -port "22" -pwd "passwd" -mirror "http://debian.csail.mit.edu/debian/" -firmware
AMD:
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 11 -port "22" -pwd "passwd" -mirror "http://debian.csail.mit.edu/debian/" -firmware
日本源
bash InstallNET.sh -debian 11 -port "22" -pwd "passwd" -mirror "http://ftp.riken.jp/Linux/debian/debian/" -firmware
重装后的系统默认用户:root,默认端口:22,默认密码:LeitboGi0ro
安装之前执行长ping,在过程中,会观察2次丢包情况,不丢包时,就可以连接,整个过程大约10分钟。
https://hostloc.com/thread-1094336-1-1.html
https://hostloc.com/thread-1086996-1-1.html
通过netboot网络安装系统
apt install grub-imageboot -y;
mkdir /boot/images;
cd /boot/images;
wget https://wanggaoli.com/netboot.xyz.iso;
update-grub;
reboot
重启选择netboot引导》选择network方式安装,后续则与正常安装系统一样。
文章目录
关闭