운영체제 깨알지식 | 웹핵.다이누.넷 |
---|
#맥OS #MacOS #hdiutil #diskutil #dd #bootable USB stick #시동USB #Linux Live USB #데비안 리눅스 [2020년 05월 03일]MacOS에서 ISO 파일로부터 부팅 USB 만들기 - Debian Netinstaller 기준요약
근래에
노트북이 있어서 굳이 필요하지는 않지만 -- 델 와이즈의 절반 이하로 전력 소모량이 작으니 상시 켜 놓는다는 생각으로 -- 크로미움으로 간단한 웹서핑, MiniDLNA 클라이언트로 VLC를 사용하여 영화/음악감상을 할 목적으로 라떼판다에 데비안리눅스(Debian Linux)를 설치하려고 하였다. 주류 리눅스 배포판 중에서는 그나마 데비안이 가장 가벼운 듯하여 선택하였음. [jinsuk@mac:~/Downloads]$ wget https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso --2020-05-03 15:29:39-- https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso Resolving cdimage.debian.org (cdimage.debian.org)... 194.71.11.173, 194.71.11.165 Connecting to cdimage.debian.org (cdimage.debian.org)|194.71.11.173|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://caesar.ftp.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso [following] --2020-05-03 15:29:40-- https://caesar.ftp.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso Resolving caesar.ftp.acc.umu.se (caesar.ftp.acc.umu.se)... 194.71.11.142 Connecting to caesar.ftp.acc.umu.se (caesar.ftp.acc.umu.se)|194.71.11.142|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 351272960 (335M) [application/x-iso9660-image] Saving to: ‘debian-10.3.0-amd64-netinst.iso’ debian-10.3.0-amd64-netinst.i 100%[=================================================>] 335.00M 5.62MB/s in 67s 2020-05-03 15:30:49 (5.00 MB/s) - ‘debian-10.3.0-amd64-netinst.iso’ saved [351272960/351272960] [jinsuk@mac:~/Downloads]$
위와 같이
참고한 위 누리집에서 [jinsuk@mac:~/Downloads]$ hdiutil convert -format UDRW -o debian-10.3.0-amd64-netinst.img debian-10.3.0-amd64-netinst.iso Driver Descriptor Map(DDM : 0) 읽는 중... Debian 10.3.0 amd64 n (Apple_ISO : 1) 읽는 중... Apple(Apple_partition_map : 2) 읽는 중... Debian 10.3.0 amd64 n (Apple_ISO : 3) 읽는 중... . EFI(Apple_HFS : 4) 읽는 중... .. Debian 10.3.0 amd64 n (Apple_ISO : 5) 읽는 중... ....................................................................................................................... 경과 시간: 311.425ms 속도: 1.1Gbytes/초 저장: 0.0% created: /Users/jinsuk/Downloads/debian-10.3.0-amd64-netinst.img.dmg [jinsuk@mac:~/Downloads]$ mv debian-10.3.0-amd64-netinst.img.dmg debian-10.3.0-amd64-netinst.img [jinsuk@mac:~/Downloads]$ ls -FCls debian-10.3.0-amd64-netinst.i* 343040 -rw-r--r--@ 1 jinsuk staff 351272960 5 3 15:37 debian-10.3.0-amd64-netinst.img 344096 -rw-r--r--@ 1 jinsuk staff 351272960 2 8 22:47 debian-10.3.0-amd64-netinst.iso [jinsuk@mac:~/Downloads]$
그리고
이제 USB 저장장치를 삽입하고 [jinsuk@mac:~/Downloads]$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk0 1: EFI EFI 314.6 MB disk0s1 2: Apple_APFS Container disk1 1.0 TB disk0s2 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +1.0 TB disk1 Physical Store disk0s2 1: APFS Volume Macintosh HD - 데이터 750.5 GB disk1s1 2: APFS Volume Preboot 80.1 MB disk1s2 3: APFS Volume Recovery 528.1 MB disk1s3 4: APFS Volume VM 7.2 GB disk1s4 5: APFS Volume Macintosh HD 11.1 GB disk1s5 /dev/disk2 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *8.0 GB disk2 1: Windows_FAT_32 UBUNTU-SERV 8.0 GB disk2s1 [jinsuk@mac:~/Downloads]$ diskutil unmountDisk /dev/disk2 Unmount of all volumes on disk2 was successful [jinsuk@mac:~/Downloads]$ sudo dd if=debian-10.3.0-amd64-netinst.img of=/dev/disk2 bs=1m Password: 335+0 records in 335+0 records out 351272960 bytes transferred in 361.963271 secs (970466 bytes/sec) [jinsuk@mac:~/Downloads]$
MacOS에서 GUI를 이용하여 ISO 파일로부터 부팅 디스크를 만들고자 할 경우에는
공개용 소프트웨어인
이제 데비안을 설치할 수 있는 Live USB 부팅 디스크가 만들어졌다. 라떼판다의 USB 포트에 끼우고 BIOS를 참조하여 부팅하면 데비안 리눅스를 설치할 수 있다. [처음 작성한 날: 2020.05.03] [마지막으로 고친 날: 2020.05.03] < 이전 글 : 삼바나 윈도우 공유폴더를 Linux에서 마운트하는 방법 (2020.05.04) > 다음 글 : Raspbian 10 RealVNC 작은 까만 화면 오류 - 모니터 연결 (2020.04.23) |