适用于 UEFI 启动的多个 Windows 系统 DD 镜像 https://teddysun.com/656.html
mfslinux https://mfsbsd.vx.sk/
1. 控制面板安装 Debian 11
2. 下载、安装、启动 mfslinux
- apt update && apt install grub2 grub-imageboot &&
- mkdir -p /boot/images/ &&
- wget –no-check-certificate -O /boot/images/mfslinux.iso https://mfsbsd.vx.sk/files/iso/mfslinux/mfslinux-0.1.10-f9c75a4.iso &&
- sed -i ‘s/GRUB_DEFAULT=0/GRUB_DEFAULT=2/g’ /etc/default/grub &&
- update-grub2
-
- reboot
复制代码
3. SSH 连接
username: root password: mfsroot
安装进度条
opkg update opkg install pv
DD 带进度 wget -O- "https://dl.lamp.sh/vhd/zh-cn_win2022_uefi.xz" | xzcat | pv | dd of=/dev/sda
重启 reboot
4. 设置 UEFI 启动
开机按 F2 进入 Setup 选择 Boot – Boot Option #1 – 选择 Windows 所在的硬盘,F4 保存退出重启。
5. 启动 Windows
6. RDP 连接
username: Administrator password: Teddysun.com
启动模式为 UEFI 模式
磁盘分区为 GPT 格式
|