설치 / 사용기

소프트웨어 [동영상] Ventoy <-> AIO Boot 연동하기

2020.09.18 21:03

suk 조회:1798 추천:20

기존에는 F4 단축키나 메뉴를 선택해야 하는데, 그것도 귀찮은 관계로 1순위 메뉴에 AIO boot와 Ventoy 전환이 나오도록 했습니다

이미 실현하신 분들도 계실 겁니다. 혼자 사용하고 계신 듯 하네요 ^^;

 

AIO Boot와 Ventoy 연동하기 2020-09-18_202104.jpg

아래 사용기에서 만든 VHD를 vmware에 연결하여 부팅 테스트를 해봤습니다

 

오랜만에 동영상 만들어봤습니다

 

빨리 접근하기 위하여 grub.cfg를 편집했습니다

Ventoy의 2번째 시스템 파티션의 grub / grub.cfg는 다음과 같이 첫 부분에 추가했습니다. UEFI와 BIOS 둘다 해결됩니다

Ventoy -> AIO boot는 grub.cfg 편집만 하시면 됩니다

 

#************************************************************************************

 

if [ "$grub_platform" = "pc" ]; then

 

    menuentry 'AIO BOOT (grub2win or grub2xp)' --class=boot_g4d {

        if search -n -s -f /AIO/grub/grub2win; then

            ntldr /AIO/grub/grub2win

        elif search -n -s -f /AIO/grub/grub2xp; then

            ntldr /AIO/grub/grub2xp

        else

            echo "/AIO/grub/grub2win or grub2xp NOT found"

        fi        

    }

 

elif [ "${grub_platform}" == "efi" ]; then

  

    menuentry 'AIO Boot + BOOTX64.EFI' --class=boot_uefi {   

        if search -n -s -f /efi/boot/bootx64.efi; then

            terminal_output  console

            chainloader /efi/boot/bootx64.efi

            boot 

        else

            echo "BOOTX64.EFI NOT found"

        fi        

    }

 

fi

 

function ventoy_pause {

    echo "press Enter to continue ......"

    read vtTmpPause

}

 

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

AIO Boot의 AIO / grub / grub.cfg 은 다음을 추가했습니다

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

### BEGIN /etc/grub.d/00_header ###

 

if [ -s $prefix/grubenv ]; then

load_env

fi

 

if [ -e ${prefix}/grubenv_${grub_platform} ]; then

load_env --file ${prefix}/grubenv_${grub_platform}

fi

 

if [ -z "$grub_enable_menu_hotkey" ]; then

export grub_enable_menu_hotkey=1

save_env grub_enable_menu_hotkey

fi

 

if [ "${grub_platform}" == "efi" ]; then

set modules="gfxmenu part_acorn part_apple part_bsd part_dfly part_dvh part_plan part_sun part_sunpc"

export efi=1

if [ "${grub_cpu}" == "x86_64" ]; then

export _SPEC_UEFI_ARCH="x64"

export _SPEC_UEFI_ARCH_2="64"

export _SPEC_UEFI_ARCH_3="64"

 

    menuentry 'Ventoy + BOOTX64.EFI' --class=boot_uefi {   

        if search -n -s -f /ventoy/bootx64.efi; then

            terminal_output  console

            chainloader /ventoy/bootx64.efi

            boot

        elif search -n -s -f /efi/boot/bootx64_Ventoy.efi; then

            terminal_output  console

            chainloader /efi/boot/bootx64_Ventoy.efi

            boot 

        elif search -n -s -f /efi/boot/bootx64.efi; then

            terminal_output  console

            chainloader /efi/boot/bootx64.efi

            boot

        else

            echo "bootx64_Ventoy.efi or BOOTX64.EFI NOT found"

        fi        

    }

else

export _SPEC_UEFI_ARCH="ia32"

export _SPEC_UEFI_ARCH_2="86"

export _SPEC_UEFI_ARCH_3="32"

fi

if [ x"$secureboot" == xON ] -a [ -z "$fucksb_done" ]; then

sbpolicy -i

fucksb -i

fucksb --off

export fucksb_done="?"

fi

elif [ "${grub_platform}" == "pc" ]; then

set modules="gfxmenu search linux linux16 afs bfs ext2 f2fs hfs hfsplus iso9660 jfs part_acorn part_apple part_bsd part_dfly part_dvh part_plan part_sun part_sunpc udf ufs1 ufs1_be ufs2 xfs zfs sfs progress"

export pc=1

export memdisk="(${root})/AIO/Tools/memdisk"

export g4d_path="(${root})/AIO/Tools/grub4dos"

 

   menuentry 'Ventoy (core.img)' {   

        if search -n -s -f /ventoy/core.img; then

           multiboot /ventoy/core.img

        else

            echo "/ventoy/core.img NOT found"

        fi        

    }

 

fi

 

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

본문의 글을 복사하면 줄 간격이 커지는군요. 관계없습니다

제가 방금 본문 복사하여 다시 VHD 새로 만들어서 테스트해봤습니다. 정확한 부분에 복사하는 것이 중요합니다

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

AIO Boot -> Ventoy 는 위에 grub.cfg 편집과 core.img 파일과 추가 작업이 필요합니다

Ventoy가 1.0.21 버전으로 되면서 EFI / boot / bootx64.efi 파일을 인식하지 못 하는 문제가 있어서 여기의 bootx64.efi 을

같은 2번째 파티션의 ventoy 폴더에 복사해주셔야 됩니다

 

그리고 지난 사용기의 댓글에 올라온 core.img 파일도 ventoy 폴더에 넣어주셔야 됩니다. 파티션은 관계없습니다

https://windowsforum.kr/review/14123365

번호 제목 글쓴이 조회 추천 등록일
[공지] 사용기/설치기 이용안내 gooddew - - -
6873 윈 도 우| 배가 산으로간 20TH1 508(03) [65] 내꼬 1772 62 09-13
6872 윈 도 우| Windows 10 Ultimate [20200913] Adm 업데이트 [45] @카리스마 2360 30 09-13
6871 소프트웨어| AIO_Boot_Extractor 설정 자동화 bat 테스트 (2) [10] suk 1352 28 09-13
6870 기 타| 밴또 파티션 [22] 집앞의_큰 1920 27 09-13
6869 윈 도 우| ventoy 1.0.21 버전업으로 VHD 부팅을 지원하기에 확인해봤... [9] 단테9 955 13 09-13
6868 소프트웨어| AIO_Boot_Extractor 설정 자동화 bat 테스트 [18] suk 1042 33 09-13
6867 윈 도 우| Windows 10 20TH1 All Editions(508)TW01 [132] 내꼬 2869 99 09-12
6866 윈 도 우| [사용기]큰나무님 AIO_Boot_Extractor VHD 설치 따라하기 [24] 간장종지646 1341 20 09-11
6865 윈 도 우| (++ 토렌트 재배포)Windows 10 Stackover Ver.4(벤토이 관... [51] 졸린사자 2335 61 09-11
6864 윈 도 우| VHD 에 Ventoy 설치하기 [11] 단테9 1374 13 09-10
6863 윈 도 우| 튜닝 ISO 또다른 장난질II [97] 내꼬 1734 78 09-10
6862 소프트웨어| AIO_Boot_Extractor 부팅 테스트 [19] suk 1640 35 09-10
6861 윈 도 우| [종료] 궁금해서 만들어본 ISO(19041.508) [127] 내꼬 2599 95 09-09
6860 윈 도 우| 추가 PE제작+[사용기]철*님 Win10PE_20h1_x64_Admin 재공유 [50] 간장종지646 3113 37 09-09
6859 윈 도 우| 실컴PC wimboot적용기 2차(19041.508) [24] 내꼬 1044 20 09-09
6858 윈 도 우| PE 빌드용 PRO (버전 2004 19041.508 + 버전 20H2 19042.508) [34] suk 1843 54 09-09
6857 소프트웨어| Ventoy로 ISO PE 부팅 테스트 [19] suk 2928 31 09-08
6856 소프트웨어| Ventoy 메뉴 기본값과 '파일 이름에 번호 붙이기.bat' [23] suk 2046 24 09-07
6855 윈 도 우| 프린스 PE에 드라이버 추가하기 [23] @카리스마 3859 22 09-07
6854 소프트웨어| RSImageX 부팅파일 등록안됨 [14] @카리스마 1804 10 09-07
XE1.11.6 Layout1.4.8