Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- xe guest utilities
- freebsd
- macos
- Windows
- ansible
- Kibana
- x-pack
- elastic stack
- Elasticsearch
- miniconda
- 보안양파
- centos 8
- ssh key 배포
- proxycfg
- G-suite
- 로그인불가
- hardening
- PlayBook
- pfsense
- bash
- ELASTIC
- docker
- application security
- Kibana server is not ready yet
- 한글가이드
- Proxy
- endpoint security
- XCP-ng
- GitLab
Archives
- Today
- Total
선 밖에 선 자유인
Mac 에서 USB 부팅 디스크 만들기 본문
귀찮은 작업이지만
$ hdiutil convert -format UDRW -o <변경될 파일명>.img <원본 파일명>iso
파일명에 .dmg 가 붙는 경우 .dmg는 지워줌
USB 메모리 꽂고 usb가 /dev/disk? 몇번인지 확인
$ diskutil list
일단 USB를 umount
$ diskutil unmount /dev/diskN (확인된 USB device number)
$ sudo dd if=<변경된 파일명>.dmg of=/dev/diskN bs=1m
$ diskutil eject /dev/diskN 혹은 mac finder에서 USB 드라이브 추출
Comments