
WoeUSB bir iso görüntüsünden veya gerçek bir DVD’den bir Windows kurulum usb’si oluşturmanıza olanak tanıyan ücretsiz, açık kaynaklı basit bir araçtır. Arayüz kullanımı basittir kullanmak istediğiniz ISO görüntüsünü veya DVD’yi seçin, USB sürücünüzü seçin ve “Oluştur”a tıklayın. İşlem hızlı ve ağrısızdır ve sonuçlar her zaman mükemmeldir.
Ubuntu’yu Güncelle
İlk olarak çakışmaları önlemek için mevcut tüm paketlerin güncel olduğundan emin olmak için sisteminizi güncelleyin.
sudo apt update && sudo apt upgrade -y
WoeUSB’yi Yükleyin
APT paket yöneticisini kullanmanın en iyi yöntemi, PPA’yı tomtomtom ile kurmaktır.
PPA’yı içe aktarmak için aşağıdaki komutu çalıştırın.
sudo add-apt-repository ppa:tomtomtom/woeusb -y
Devam etmeden önce yeni içe aktarılan PPA’yı yansıtmak için bir APT güncellemesi çalıştırın.
sudo apt update
Şimdi WoeUSB’yi kurun.
GUI ile WoeUSB’yi Yükleyin
sudo apt install woeusb woeusb-frontend-wxgtk -y
WoeUSB’yi GUI Olmadan Kurun (Ubuntu Sunucusu)
sudo apt install woeusb -y
WoeUSB Nasıl Başlatılır
Yazılımı yüklediğinize göre, başlatma birkaç şekilde yapılabilir.
WoeUSB Terminalini Başlatın
WoeUSB USB aygıtı gibi donanımı bağlayabildiğiniz sürece, başsız bir sunucu ortamında veya masaüstü terminalinde kullanılabilir. Komutları görmek için yardım menüsünü aşağıdaki komutu kullanın.
woeusb -h
Komutlar oldukça basittir.
Örnek çıktı:
WoeUSB 5.2.4 Help Information
=============================
WoeUSB can create a bootable Microsoft Windows(R) USB storage device from an existing Windows optical disk or an ISO disk image.
Supported installation drive preparation modes
----------------------------------------------
Currently two creation methods are supported:
### `--device`, `-d` ###
Completely WIPE the entire USB storage device, then build a bootable Windows USB device from scratch.
WARNING: All previous data on the device will be gone!
```synopsis
$ woeusb --device <source media path> <device>
```
```example
woeusb --device Windows7_x64.iso /dev/sdX
woeusb --device /dev/sr0 /dev/sdX
```
### `--partition`, `-p` ###
Copy Windows files to an existing partition of a USB storage device and make it bootable. This allows files to coexist as long as no filename conflict exists.
WARNING: All files that has the same name will be overwritten!
```synopsis
woeusb --partition <source media path> <partition>
```
```example
woeusb --partition Windows7_x64.iso /dev/sdX1
woeusb --partition /dev/sr0 /dev/sdX1
```
Command-line Options
--------------------
### `--verbose`, `-v` ###
Verbose mode
### `--help`, `-h` ###
Show this help message and exit
### `--version`, `-V` ###
Print application version
### `--about`, `-ab` ###
Show info about this application
### `--no-color` ###
Disable message coloring
### `--debug` ###
Enable script debugging
### `--label`, `-l <filesystem_label>` ###
Specify label for the newly created file system in --device creation method
Note that the label is not verified for validity and may be illegal for the filesystem
### `--workaround-bios-boot-flag` ###
Workaround BIOS bug that won't include the device in boot menu if non of the partition's boot flag is toggled
### `--debugging-internal-function-call <function name> (function_argument)...` ###
Development option for developers to test certain function without running the entire build\n
### `--target-filesystem`, `--tgt-fs <filesystem name>` ###
Specify the filesystem to use as the target partition's filesystem.
Currently supported: FAT(default)/NTFS
Grafiksel Arayüzle WoeUSB’yi Başlatın
Aşağıdaki komut kullanılarak WoeUSB grafik kullanıcı arayüzü başlatılabilir.
woeusbgui
Çoğu masaüstü kullanıcısı aşağıdaki yolu kullanarak WoeUSB’yi açmak için uygulama simgesini kullanmayı seçebilir.
Etkinlikler > Uygulamaları Göster > WoeUSB.
Kapanış
Kendinizi sık sık Windows’u yüklemek istediğiniz halde bir DVD sürücünüz olmadığı durumda buluyorsanız veya tüm favori uygulamalarınızı ve araçlarınızı içeren kurulum USB belleğinizi oluşturmak istiyorsanız, WoeUSB sizin için mükemmel bir araçtır. Kullanımı kolaydır ve neredeyse tüm ISO görüntülerinden veya DVD’lerinden önyüklenebilir bir USB oluşturmanıza olanak tanır.