LoginSignup
4
3

More than 3 years have passed since last update.

Windows 10インストール用USBメモリをUbuntu20.04上で作成する (cui)

Last updated at Posted at 2019-07-28

参考

手順

インストール
sudo add-apt-repository ppa:nilarimogard/webupd8
# Enterキーを押下

sudo apt install -y woeusb
  • woeusb
  • woeusbgui

の2つのコマンドが利用できるようになる。今回はguiを用いない方法で進める。

USBメモリに書き込み

woeusb --device "Win10_1903_V1_Japanese_x64.iso" /dev/sdX

書き込み中

スクリーンショット_2019-07-28_09-17-13.png

完了

スクリーンショット_2019-07-28_09-24-33.png

アンインストール

インストール後の後片付け
sudo add-apt-repository --remove ppa:nilarimogard/webupd8

sudo apt purge woeusb
4
3
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
4
3