LoginSignup
0
0

More than 3 years have passed since last update.

Ubuntu18.04 イメージを取得〜USBメモリにイメージ書込み

Posted at

何度やっても更新に手間取るのでメモ..

Ubuntu18.04 イメージを取得

Ubuntu日本ミラーサイト
Ubuntu 18.04.4 LTS (Bionic Beaver)

イメージ書込み

USBメモリを接続
diskutilで確認(今回はdisk3に割り当てられている)

$ diskutil list
...
/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *15.5 GB    disk3
   1:                 DOS_FAT_32 UNTITLED                15.5 GB    disk3s1

unmountする

$ diskutil unMountDisk /dev/disk3
Unmount of all volumes on disk3 was successful

ddで更新

$ sudo dd if=ubuntu-18.04.4-desktop-amd64.iso of=/dev/rdisk3 bs=1m

ejectする

$  diskutil eject /dev/disk3

参考

Mac で Ubuntu 18.04 のインストールUSBメモリスティックの作成
Ubuntu 18.04 LTS (Bionic Beaver)

0
0
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
0
0