Technical note

Ubuntu从U盘制作ISO镜像

从启动U盘制作ISO镜像

sudo dd if=/dev/sdx of=/path/to/new.iso

从ISO镜像制作启动U盘

sudo dd if=/path/to/iso of=/dev/sdx