Science Blog of Dr. Yuan分享 http://blog.sciencenet.cn/u/albumns This blog is mainly on Molecular molecular modelling and simulations

博文

creating USB stick Windows/Linux installer under Linux

已有 2911 次阅读 2015-3-5 15:20 |个人分类:Linux相关|系统分类:科研笔记

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





https://wap.sciencenet.cn/blog-355217-872127.html

上一篇:Schrodinger 2015-1 released
下一篇:Crystal structures of adiponectin receptors released
收藏 IP: 212.27.185.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-20 07:10

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部