[Ubuntu] Windows 부팅 디스크 만들기(WoeUSB-ng)
시작
윈도우 환경에서는 Windows USB DVD Download Tool, 혹은 RUFUS 를 사용해서 부팅 디스크를 만듭니다.
우분투 환경에서 기본적으로 제공되는 Startup Disk Creator 라는 툴이 있지만, 이를 사용해서는 윈도우 부팅 디스크를 만들 수 없습니다. 그 대안책이 WoeUSB 였습니다.
https://github.com/WoeUSB/WoeUSB
GitHub - WoeUSB/WoeUSB: A Microsoft Windows® USB installation media preparer for GNU+Linux
A Microsoft Windows® USB installation media preparer for GNU+Linux - GitHub - WoeUSB/WoeUSB: A Microsoft Windows® USB installation media preparer for GNU+Linux
github.com
하지만 WoeUSB 는 더이상 GUI 가 지원되지 않고, 마지막 업데이트가 2021년 11월입니다. 다행히도 WoeUSB 제작자가 새롭게 제작한 WoeUSB-ng 라는 이름의 툴이 있습니다.
https://github.com/WoeUSB/WoeUSB-ng
GitHub - WoeUSB/WoeUSB-ng: WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso
WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB. - GitHub - WoeUSB/WoeUSB-ng: WoeUSB-...
github.com
WoeUSB-ng 는 GUI 도 지원하고, 최근까지도 계속해서 업데이트가 진행중인 툴입니다.
WoeUSB-ng 설치
WoeUSB-ng 를 설치하기에 앞서서, 필요한 Dependencies 를 먼저 설치해주겠습니다.
sudo apt install \
git \
p7zip-full \
python3-pip \
python3-wxgtk4.0 \
grub2-common \
grub-pc-bin \
parted \
dosfstools \
ntfs-3g
Dependencies 설치가 완료되었다면, 아래의 명령어로 WoeUSB-ng 를 설치해줍니다.
sudo pip3 install WoeUSB-ng
사용
options 에서 Set Boot Flag, Use NTFS 옵션을 체크해주고 Install 을 누르면 빠르게 완료됩니다.
댓글
이 글 공유하기
다른 글
-
[AWS] 계정 생성일 확인하기(프리티어 만료 확인)
[AWS] 계정 생성일 확인하기(프리티어 만료 확인)
2024.08.17 -
[Ubuntu] Welcome Message 바꾸기
[Ubuntu] Welcome Message 바꾸기
2023.09.19 -
[Setting] alias 를 파일로 관리하기
[Setting] alias 를 파일로 관리하기
2023.09.10 -
[ngrok] 배포없이 로컬 서비스 인터넷으로 공개하기
[ngrok] 배포없이 로컬 서비스 인터넷으로 공개하기
2023.09.07