Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 202 online users. » 0 Member(s) | 196 Guest(s) Applebot, Baidu, Bing, Facebook, Google, Twitter
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-02-2025, 01:35 AM
» Replies: 1
» Views: 261
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 293
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 252
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 349
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,143
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 518
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 595
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,193
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,542
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,437
|
|
|
Windows.iso [unsupported] |
Posted by: JMV - 07-22-2020, 12:05 PM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
Hello sir/s
I am newbie here and i want someone who can help my problem. On the interface on VENTOY it said this
[unsupported] Windows64bit.iso and when i open it The name of the iso file could not contain space or non-ascii characters.
Could someone help me about this..
Thank you so much,
JMV
|
|
|
Icon Menu Class |
Posted by: Joh76530 - 07-22-2020, 10:10 AM - Forum: Ventoy Plugin Forum
- Replies (5)
|
 |
Hello all!
New in the Ventoy community, I would like to say that it is a very beautiful project which I am sure will appeal to a good number of technicians! Now I find myself confronted with a "small" problem which I am sure will be easily resolved with your help.
Indeed, as such I would like to thank @longpanda for its help and responsiveness.
Here is my code, if you could tell me if there was an error.
Code: {
"theme": {
"file": "/ventoy/vimix/theme.txt",
"gfxmode": "1920x1080",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#000000ff"
},
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISOs" }
],
"menu_alias": [
{
"image": "/ISOs/ISOs_Live/Acronis.iso",
"alias": "Acronis 2020"
},
{
"image": "/ISOs/ISOs_Live/clonezilla.iso",
"alias": "Clonezilla"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Live/Hirens.iso",
"alias": "Hirens 10.6"
},
{
"image": "/ISOs/ISOs_Live/pwhe.iso",
"alias": "Partition Wizard"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_Serveur/SRV_2016.ISO",
"alias": "Windows Serveur 2016"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_10_Pro/W10P_1909.iso",
"alias": "Windows 10 Pro (1909)"
},
{
"dir": "/ISOs/ISOs_Microsoft",
"alias": "Déploiement Miscrosoft"
},
{
"dir": "/ISOs/ISOs_Live",
"alias": "Live CD de Dépannage"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_10_Pro",
"alias": "Installation Windows 10"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_Serveur",
"alias": "Installation Windows Serveur"
}
],
"menu_class": [
{
"key": "Acronis"
"class": "Acronis"
},
{
"key": "Clonezilla"
"class": "Clonezilla"
},
{
"key": "gparted"
"class": "gparted"
},
{
"key": "Hirens"
"class": "Hirens"
},
{
"key": "pwhe"
"class": "pwhe"
},
{
"key": "W10P_1909"
"class": "W10P_1909"
},
{
"key": "SRV_2016"
"class": "SRV_2016"
}
]
}
Thanks in advance.
|
|
|
|