YJWANG

iodd가 없는 나를 위한 Ventoy 본문

00.OS

iodd가 없는 나를 위한 Ventoy

왕영주 2022. 2. 14. 15:21

iodd를 사용하면 iso파일만 넣어놓고 그때그때 OS를 선택해서 설치할 수 있으니 아무래도 편리합니다.

허나 비용이 저렴하지 않아 대안을 찾던 중 Ventoy라는 Open soucre project를 발견해 공유하고자합니다.

 

https://github.com/ventoy/Ventoy

 

GitHub - ventoy/Ventoy: A new bootable USB solution.

A new bootable USB solution. Contribute to ventoy/Ventoy development by creating an account on GitHub.

github.com

 

가장 먼저 USB를 준비합니다.

이후에 위 git project로 접속하여 Release 를 다운받습니다.

 

제 PC는 Linux이므로 아래 명령을 통해 USB에 Ventoy를 설치합니다.

$ sudo sh Ventoy2Disk.sh -i /dev/sda

**********************************************
      Ventoy: 1.0.66  x86_64
      longpanda admin@ventoy.net
      https://www.ventoy.net
**********************************************

Disk : /dev/sda
Size : 14 GB
Style: MBR


Attention:
You will install Ventoy to /dev/sda.
All the data on the disk /dev/sda will be lost!!!

Continue? (y/n) y

All the data on the disk /dev/sda will be lost!!!
Double-check. Continue? (y/n) y

Create partitions on /dev/sda by parted in MBR style ...
Done
Wait for partitions ...
partition exist OK
create efi fat fs /dev/sda2 ...
mkfs.fat 4.2 (2021-01-31)
success
Wait for partitions ...
/dev/sda1 exist OK
/dev/sda2 exist OK
partition exist OK
Format partition 1 /dev/sda1 ...
mkexfatfs 1.3.0
Creating... done.
Flushing... done.
File system created successfully.
mkexfatfs success
writing data to disk ...
sync data ...
esp partition processing ...
Open ventoy efi file 0x610ac0
ventoy x64 efi file size 1765376 ...
Open bootx64 efi file 0x610ac0
Open ventoy ia32 efi file 0x610f10
ventoy efi file size 1187840 ...
Open bootia32 efi file 0x610ac0

Install Ventoy to /dev/sda successfully finished.

간단하게 위 명령이면 설치가 끝납니다.

이제 usb를 mount하여 생성돼있는 dir에 iso파일을 copy합니다.

이제 usb로 booting하면 iso에 맞게 부팅할 수 있습니다. 전 개인적으로 아주 만족합니다.

반응형