文章摘要
这篇文章介绍了如何将基于Debian/Ubuntu的操作系统转换为Windows系统。通过安装特定的运行库和使用特定的安装命令,可以完成转换。文章提到,KVM架构是可行的,而openvz架构不适用。首先在Debian/Ubuntu系统上使用`apt-get update`更新软件包,安装`xz-utils`、`openssl`、`gawk`、`file`和`wget`等工具。然后通过`wget`下载并运行`InstallNET.sh`脚本,将其配置为适用于Windows的精简版本。推荐使用Windows7企业版或Windows Server 2012 R2 64位精简版,并特别适用于内存为1G的老旧ARM设备。
Linux转windows
KVM架构才可以,openvz架构不适用
1.先运行以下代码
Debian/Ubuntu:
apt-get update
安装运行库
Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
apt-get install wget
2.代码安装
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'Windows的软件包'
(注意:不适用于新出的ARM框架机型)
DD Windows Server 2012 R2 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/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'
内存为1G,所以推荐使用下面的win7企业版
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/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'