linux:一键dd系统
VPN下一键DD安装系统
1. 控制面板安装 Debian
2. 下载、安装、启动 mfslinux
#apt update && apt install grub2 grub-imageboot && \ mkdir -p /boot/images/ && \ wget –no-check-certificate -O /boot/images/mfslinux.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- “” | xzcat | pv | dd of=/dev/sda
重启:
reboot
4. RDP 连接
username: Administrator password: Teddysun.com
linux/一键dd系统.txt · 最后更改: 2023/06/15 15:27 由 packingbox