方法一
(OS: ubuntu 14.04 =>bs要用2048不能用2m,/dev/sdb1 用$df -h 看你的usb是哪個,用容量看)
$ sudo dd if=OS.iso of=/dev/sdb1 bs=2048
方法二
$ cat debian.iso > /dev/sdc; sync
方法三
http://unetbootin.sourceforge.net/
下載 unetbootin-linux-608.bin 檔後
($ sudo aptitude install p7zip-full # 需安裝p7zip-full )
$ chmod +x ./unetbootin-linux-608.bin
$ sudo ./unetbootin-linux-608.bin
(重開機,還有錯,應該是pc問題)
重新格式化usb
https://bbs.archlinux.org/viewtopic.php?id=127583
$ sudo umount /dev/sdb
( $ apt-cache search gparted #安裝gparted )
$ sudo gparted /dev/sdb => 會打開GUI界面,usb需重新插拔
無法顯示“unetbootin-linux-608”。
回覆刪除並未安裝用於“可執行檔”檔案類型的應用程式。
是否要搜尋可以開啟這個檔案的應用程式?
請問你的作業系統是什麼呢?
回覆刪除你出錯的步驟是什麼呢?
方法三是在linux桌面環境下使用的,但我當初沒有試成功