USB安装Live Image
时间:2010-10-14 来源:shuyi18
Byte-copy the image to a USB drive.
要将image烧入usb设备中,首先要确保usb设备没有被mount,一些linux发行版如ubuntu会自动挂载usb设备。
reboot并调整BIOS里面的boot order就可以开始安装了。
# umount <usb drive> # dd bs=4096 if=<image file> of=<usb drive> |
reboot并调整BIOS里面的boot order就可以开始安装了。
相关阅读 更多 +