餅乾工坊
Dos/Windows/Unix to USB - 可列印版本

+- 餅乾工坊 (http://ninja.s12.xrea.com/mybb)
+-- 版面: 電腦網路 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=2)
+--- 版面: 免費軟體 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=9)
+--- 主題: Dos/Windows/Unix to USB (/showthread.php?tid=559)



Dos/Windows/Unix to USB - NINJA - 09-25-2010

Rufus 製作Win的USB安裝碟
http://rufus.akeo.ie/
XP 如果是MSDN版,會因為沒有SATA驅動而出現Eula找不到
只要BIOS把ACHI改成相容模式(IDE)就會正常
======================================================
PenDriveLinux
製作Windows安裝USB
http://www.pendrivelinux.com/boot-dos-from-usb/

OS
http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
工具(救援光碟/記憶體偵測軟體)
http://www.pendrivelinux.com/yumi-multiboot-usb-creator/
除了做UNIX隨身碟版之外,還有一些免費的免安裝軟體

LiveUSB Install
http://live.learnfree.eu/
可以用來製作LiveCD

Ubuntu最小安裝
https://help.ubuntu.com/community/Installation/MinimalCD

Fedora LiveCD Creator
https://fedorahosted.org/liveusb-creator/
可任意調整Persistent Storage容量大小(LiveUSB虛擬儲存區,讓LiveUSB可儲存東西)
雖然是Fedora LiveCD Creator但可以選擇其它的ISO檔(也能做CentOS)

直接解壓縮可以當免安裝版,但需在 C:\Program Files\LiveUSB Creator\tools 放 7z 的檔案

CentOS LiveCD 做成 LiveUSB
1.會出現問題vesamenu.c32: not a COM32R image
解決方法,把Creator裡面的syslinux.exe換成3.X版即可
http://syslinux.zytor.com/wiki/index.php/Download
http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/

2.VMWare用USB當硬碟會出現no root device found的問題(但實際上是可以在PC開機)
=============================
UNetbootin
http://sourceforge.net/projects/unetbootin/files/UNetbootin/
可將VMware ESXi ISO 做成USB開機

===========
WinToFlash
http://wintoflash.com/
Dos/Windows USB製作工具
註:小紅傘判斷為病毒,此軟體為免安裝,但使用後會偷偷安裝一個SMBarBroker的軟體(可在控制台移除)
同時會出現在IE工具選單裡(WinToFlash Suggestor),導致所有瀏覽器無法使用內網網址
例如 http://localhost 會跳到搜尋引擎頁面,因為找不到http://localhost

Windows 7 USB/DVD Download Tool
http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool
http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe
可製作Win7安裝隨身碟,但不能用在USB外接硬碟
解決方法
1.以管理員執行cmd
C:>DISKPART
DISKPART>List Disk
DISKPART>select Disk 02 (02就是 List Disk的外接硬碟代號)
DISKPART>Clean
DISKPART>create Partition Primary
DISKPART>active
DISKPART>format fs ntfs quick
DISKPART>assign
再把Win7光碟內容複製到這顆外接硬碟即可