LoginSignup
34
16

More than 5 years have passed since last update.

[Linux][Ubuntu] Windows 10インストール用USBメモリをUbuntu上で作成する

Last updated at Posted at 2020-11-08

これはなに?

Ubuntuマシンしか持たないひとが、Windows 10のインストーラを作成するお話です。

手順

WoeUSBを使います。手順としては、下記URLに書いてあるとおりです。

:one: Windows 10のISOイメージを用意

Windows 10のISOイメージをダウンロードします。

:two: WoeUSBをインストール

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt install woeusb

[オプショナル] aptレポジトリを削除します。

sudo add-apt-repository --remove ppa:nilarimogard/webupd8
sudo apt-get update

:three: ISOファイルをUSBメモリへ書き込み

WoeUSBを起動します。

ISOファイルと、書き込み先USBメモリを選択します。

image.png

待ちます。

image.png

これでおしまいです。
お疲れ様でした。

34
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
34
16