||
Nowadays it is more and more popular to install an OS from usb stick because of it is faster than DVD disk and rewriterable. Here are some Linux tools for creating USB stick installer for Windows and Linux.
(1)WINUSB: creating Windows usb installer from ISO image or real DVD
download from
http://software.opensuse.org/package/winusb?search_term=winusb
The usage of WINUSB is quite straightforward: select ISO images or DVD path, click install.
(2) SUSE Studio Image Writer: creating Linux usb installer
download from
http://software.opensuse.org/package/imagewriter?search_term=imagewriter
Click the harddisk icon to select your Linux OS image, and choose correct Flash disk from pull down tab. Clicking "write" to start the job.
(3)Using command line to create USB installer for either Linux or Windows
after inserting your usb stick, you can find out what device it is:
~> su# grep -Ff <(hwinfo --disk --short) <(hwinfo --usb --short)
write ISO to USB:
# umount /dev/sdX# dd if=/path/to/OS.iso of=/dev/sdX bs=4M
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-25 12:50
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社