Ubuntu从U盘制作ISO镜像 Posted on 2018-11-06 Views: 从启动U盘制作ISO镜像1sudo dd if=/dev/sdx of=/path/to/new.iso 从ISO镜像制作启动U盘1sudo dd if=/path/to/iso of=/dev/sdx