备注:此操作需要进入root模式 1、查询所插入U盘 ls /dev/sd* 2、制作启动盘 dd if=/dev/mmcblk0 of=/dev/sda bs=4M status=progress 注:/dev/sda 为目标盘名称