Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,001
» Latest member: SouzaRM
» Forum threads: 1,647
» Forum posts: 6,650
Full Statistics
|
Online Users |
There are currently 149 online users. » 1 Member(s) | 146 Guest(s) Bing, Google, IronRod
|
Latest Threads |
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: haomingqing
Yesterday, 04:06 AM
» Replies: 1
» Views: 278
|
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-14-2025, 02:32 AM
» Replies: 0
» Views: 525
|
[Resolved] Installing Ven...
Forum: Ventoy Discussion Forum
Last Post: pled
04-09-2025, 07:43 AM
» Replies: 1
» Views: 565
|
Ventoy Injection Plugin
Forum: Ventoy Plugin Forum
Last Post: nupocer
04-07-2025, 07:26 AM
» Replies: 0
» Views: 327
|
grub2 entry ventoy
Forum: Ventoy Discussion Forum
Last Post: GCMartin
04-04-2025, 05:34 AM
» Replies: 3
» Views: 1,184
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: Ap2023
04-03-2025, 09:26 AM
» Replies: 0
» Views: 298
|
Default to BIOS boot
Forum: iVentoy Discussion Forum
Last Post: eilmrein
03-29-2025, 08:08 AM
» Replies: 0
» Views: 424
|
VHD support
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 10:01 AM
» Replies: 2
» Views: 914
|
Kaspersky Rescue Disk ISO...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 09:48 AM
» Replies: 0
» Views: 497
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: stevenbennett
03-23-2025, 05:47 PM
» Replies: 0
» Views: 814
|
|
|
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.
|
|
|
|