우분투 설치 USB 만들기
Ubuntu 16.04 설치 USB 만들기
Ubuntu 16.04 이미지 다운로드
다운 : http://releases.ubuntu.com/16.04/
IOS → IMG 변환
MacBookPro ~ % hdiutil convert -format UDRW -o ubuntu-16.04.7-server-amd64.img ubuntu-16.04.7-server-amd64.iso
IMG.DMG → IMG로 변경
MacBookPro Downloads % mv ubuntu-16.04.7-server-amd64.img.dmg ubuntu-16.04.7-server-amd64.img
USB확인
MacBookPro ~ % diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.3 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 500.0 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +500.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD - 데이터 439.1 MB disk1s1
2: APFS Volume Preboot 312.4 MB disk1s2
3: APFS Volume Recovery 622.9 MB disk1s3
4: APFS Volume VM 20.5 KB disk1s4
5: APFS Volume Macintosh HD 15.3 GB disk1s5
6: APFS Snapshot com.apple.os.update-... 15.3 GB disk1s5s1
7: APFS Volume Macintosh HD - 데이터 90.8 GB disk1s7
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *8.0 GB disk2
1: DOS_FAT_32 UBUNTU 8.0 GB disk2s1
USB : /dev/disk2
USB 언마운트
MacBookPro ~ % diskutil unmountDisk /dev/disk2
Unmount of all volumes on disk2 was successful
부팅이미지 설치
MacBookPro Downloads % sudo dd if=ubuntu-16.04.7-server-amd64.img of=/dev/disk2 bs=1m
880+0 records in
880+0 records out
922746880 bytes transferred in 448.312915 secs (2058265 bytes/sec)
대략 8분정도 소요
Make Ubuntu 16.04 Install USB