Ventoy製作
Windows 設置 :

Notes:
This website is underprovisioned, so please download ventoy in the follows: (remember to check the SHA-256 hash) 該網站的資源不足,因此請按以下方式下載ventoy,並檢查SHA256演算 到Ventory的github下載

3.執行 Ventoy2Disk.exe →Lanuage→Chinese Traditional(繁體中文)→Option(選項)→Partition style(分區格式)→GPT v 至於Secure Boot Support、GPT、MBR 詳閱。Ventory官網

4.插入隨身碟(建議8G+)Install →格式化身碟(yes)

5.出現下圖就代表完成

啟動測試畫面

主题插件
1.主體插件:以下為官網說明
當你第一眼看到Ventoy的時候,你是什麼感覺?不是很漂亮對吧?現在你可以定制你自己的主題了!
Ventoy的啟動菜單是基於grub2的,所以所有grub2的主題都可以應用在Ventoy上面。
這個網站上收集了很多非常漂亮的grub主題—— GRUB Themes – Gnome-look.org
Json 配置參數
關於ventoy.json的位置以及相關說明,請首先參考插件入口 (*必讀)
在鏡像分區/ventoy/ventoy.json中定義了一個theme結構用於描述關於主題的配置參數。
注意你不需要對這裡列出來的每一項都做配置,可以只對其中的一項或幾項做特殊配置,其他的會使用默認值.
2.下載grub主題——以Tela grub theme為例:下載網址:Tela grub theme

3.Ventoy系統隨身碟第一分去建立 ventoy 資料夾並在ventoy 資料夾下再建 theme 資料夾再將下載好的檔案解壓到 theme 資料夾裡

4.在你的隨身碟代號:\ventoy 創建一個檔案ventoy.json

5.開啟你的隨身碟代號:\ventoy\theme\ventoy.json 檔案(記事本開啟)輸入以下代碼
{
"theme": {
"file": "/ventoy/theme/Tela-1080p/Tela/theme.txt",
"ventoy_color": "#ffffff",
"fonts": [
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_12.pf2",
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_14.pf2",
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_16.pf2"
] }
}
6.重新開機 BIOS 設定成USB 開機,成功後但下圖但底部選單不見了。

7.增加底部選單在你的隨身碟代號:\ventoy\theme\Tela-1080p\theme.txt最下方輸入以下代碼儲存
# Show Ventoy Hotkey Tips
+ hbox{
left = 30%
top = 95%
width = 10%
height = 25
+ label {text = "@VTOY_HOTKEY_TIP@" color = "white" align = "left"}
}

更改菜單類型插件:(iso檔案選單前的圖示)+更改菜單名稱插件
注意ventoy.json檔案裡的插件逗點跟大括弧的應用,另winpe放入方式清參閱承風雅傳HSU 電腦工作室
1.放入ISO檔至你的隨身碟代號:\

2.更改菜單類型插件(iso檔案選單前的圖示)將\ventoy\theme\Tela-1080p\Tela\icons下的圖示對應到ISO檔選單開啟你的隨身碟代號:\ventoy\theme\ventoy.json 檔案(記事本開啟)再最底下 } 前輸入以下代碼
,
"menu_class": [
{
"key": "1.Windows_10_20H2.iso",
"class": "windows"
},
{
"key": "2.X17-59297.iso",
"class": "windows"
},
{
"key": "3.ubuntu-20.04.1-desktop-amd64.iso",
"class": "ubuntu"
},
{
"key": "4.winPE_USBOX_V6.iso",
"class": "windows"
},
{
"key": "5.clonezilla-live-2.7.1-22-amd64.iso",
"class": "gnu-linux"
},
{
"key": "6.recovery-h470i-500G-win10-21-.iso",
"class": "recovery"
}
]
3.ISO選單圖示

4.更改菜單名稱插件(可更改為你想要的任何文字)
開啟你的隨身碟代號:\ventoy\theme\ventoy.json 檔案(記事本開啟)再最底下 } 前輸入以下代碼
,
"menu_alias" : [
{
"image": "/1.Windows_10_20H2.iso",
"alias": "Windows_10_x64_中文安裝檔20H2" }, { "image": "/2.X17-59297.iso", "alias": "Windows_7_x64中文安裝檔"
},
{
"image": "/3.ubuntu-20.04.1-desktop-amd64.iso",
"alias": "ubuntu_安裝檔_x64_20.04.1"
},
{
"image": "/4.winPE_USBOX_V6.iso",
"alias": "Win10PE_USBOX_V6 中文"
},
{
"image": "/5.clonezilla-live-2.7.1-22-amd64.iso",
"alias": "再生龍_x64_2.7.1-22"
},
{
"image": "/6.recovery-h470i-500G-win10-21-.iso",
"alias": "recovery-h470i-500G-win10 by AHCI ready"
}
]
5.完成後圖示

6.:\ventoy\theme\ventoy.json 檔案完整程式碼
{
"theme": {
"file": "/ventoy/theme/Tela-1080p/Tela/theme.txt",
"ventoy_color": "#ffffff",
"fonts": [
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_12.pf2",
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_14.pf2",
"/ventoy/theme/Tela-1080p/Tela/dejavu_sans_16.pf2"
] }
,
"menu_class": [
{
"key": "1.Windows_10_20H2.iso",
"class": "windows"
},
{
"key": "2.X17-59297.iso",
"class": "windows"
},
{
"key": "3.ubuntu-20.04.1-desktop-amd64.iso",
"class": "ubuntu"
},
{
"key": "4.winPE_USBOX_V6.iso",
"class": "windows"
},
{
"key": "5.clonezilla-live-2.7.1-22-amd64.iso",
"class": "gnu-linux"
},
{
"key": "6.recovery-h470i-500G-win10-21-.iso",
"class": "recovery"
}
]
,
"menu_alias" : [
{
"image": "/1.Windows_10_20H2.iso",
"alias": "Windows_10_x64_中文安裝檔20H2" }, { "image": "/2.X17-59297.iso", "alias": "Windows_7_x64中文安裝檔"
},
{
"image": "/3.ubuntu-20.04.1-desktop-amd64.iso",
"alias": "ubuntu_安裝檔_x64_20.04.1"
},
{
"image": "/4.winPE_USBOX_V6.iso",
"alias": "Win10PE_USBOX_V6 中文"
},
{
"image": "/5.clonezilla-live-2.7.1-22-amd64.iso",
"alias": "再生龍_x64_2.7.1-22"
},
{
"image": "/6.recovery-h470i-500G-win10-21-.iso",
"alias": "recovery-h470i-500G-win10 by AHCI ready"
}
]
}