Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,542
» Latest member: RonBer
» Forum threads: 1,617
» Forum posts: 6,598
Full Statistics
|
Online Users |
There are currently 256 online users. » 0 Member(s) | 253 Guest(s) Bing, Google, Yandex
|
Latest Threads |
TrueNAS ISO failure
Forum: Ventoy Discussion Forum
Last Post: Steve2926
01-19-2025, 08:02 AM
» Replies: 1
» Views: 200
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: stevecam
01-19-2025, 02:51 AM
» Replies: 4
» Views: 3,134
|
How to exit (quit) Ventoy
Forum: Ventoy Discussion Forum
Last Post: scaramonga
01-17-2025, 02:46 AM
» Replies: 1
» Views: 2,348
|
No internal drives visibl...
Forum: Ventoy Discussion Forum
Last Post: Rootman
01-15-2025, 02:53 PM
» Replies: 5
» Views: 537
|
Iventoy on Nas Synology
Forum: iVentoy Discussion Forum
Last Post: kimi
01-15-2025, 01:15 AM
» Replies: 2
» Views: 3,411
|
iventoy支持异构CPU吗
Forum: iVentoy Discussion Forum
Last Post: jpzsj
01-13-2025, 04:19 PM
» Replies: 0
» Views: 107
|
Problem extracting ISO's=...
Forum: Ventoy Discussion Forum
Last Post: Dudelin
01-13-2025, 07:50 AM
» Replies: 0
» Views: 204
|
SystemRescue 11.x not wor...
Forum: Ventoy Discussion Forum
Last Post: verhaegs
01-12-2025, 04:56 PM
» Replies: 0
» Views: 247
|
Boot Configuration - EFI ...
Forum: iVentoy Discussion Forum
Last Post: swimboy
01-11-2025, 07:44 PM
» Replies: 2
» Views: 3,979
|
iventoy 购买专业版发送发送激活邮件无回复
Forum: iVentoy Discussion Forum
Last Post: longpanda
01-11-2025, 12:36 PM
» Replies: 1
» Views: 226
|
|
|
How can I use partition 3 for my iso’s |
Posted by: PC_Doctor - 07-23-2020, 11:44 AM - Forum: Ventoy Discussion Forum
- Replies (4)
|
|
I saw some 512k Bytes thing
where i suppose i could Find it and edit it
to 11 maybe
But i want to know if theres an easier way before i try that
Ps: heres the reason i need that. I fix computers and
I need a flash drive that i can copy people pictures etc
to partition 1 (Some have win7) Then i install windows
From part3, then i install things like chrome, open office
From part1 then i backup the whole thing by booting to
Rescuezilla on part 3 and saving the backup to part 1.
I would not need 3 partitions if i could boot an iso from
partition 1 and be able to save Backups to partition 1,
but i cant For some reason.
Maybe its already mounted by ventoy or maybe its read only?
Idk but if i could just put those iso’s on partition 3,
I can do it all
|
|
|
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.
|
|
|
|