| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1321 online users. » 0 Member(s) | 1317 Guest(s) Baidu, Bing, DuckDuckGo, Google
|
| Latest Threads |
Ventoy Plugson bug
Forum: Ventoy Plugin Forum
Last Post: VadimChoi
06-25-2026, 03:38 PM
» Replies: 5
» Views: 259
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-25-2026, 02:27 PM
» Replies: 6
» Views: 1,573
|
Ventoy-1.1.15 release
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
06-25-2026, 12:03 PM
» Replies: 2
» Views: 340
|
Ventoy-1.1.14 release
Forum: Ventoy Discussion Forum
Last Post: pete
06-25-2026, 03:10 AM
» Replies: 5
» Views: 437
|
Boot from VHD
Forum: Ventoy Discussion Forum
Last Post: ivann1982
06-24-2026, 12:46 PM
» Replies: 54
» Views: 254,288
|
Update needed for 2023 ce...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
06-21-2026, 11:59 PM
» Replies: 0
» Views: 240
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: venster
06-18-2026, 01:50 PM
» Replies: 2
» Views: 2,556
|
External DHCP
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 07:47 AM
» Replies: 1
» Views: 499
|
Regarding UAPI.1 usage fo...
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 05:20 AM
» Replies: 0
» Views: 361
|
Sterlec on iventoy
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:48 PM
» Replies: 1
» Views: 689
|
|
|
| 提几个使用上的建议 |
|
Posted by: katar1024 - 01-31-2024, 11:54 AM - Forum: iVentoy Discussion Forum
- No Replies
|
 |
本人用了一段时间的iVentoy,感觉效果良好,现在得几个个人遇到的问题,希望能得到改善,谢谢,
第一,Iso列表希望能够上下移动调整,自定义排个序,
第二,Iso的默认开关好像没有起作用,每次启动都是选择最顶端的iso,
第三,使用-R参数启动的时候,希望不强制弹出管理页面,那个本地管理页面在ie8环境下基本没用
望大神们采纳,非常感谢,
|
|
|
| PXE ExternalNet Mode Error |
|
Posted by: 935756208 - 01-31-2024, 02:34 AM - Forum: iVentoy Discussion Forum
- No Replies
|
 |
Use the ExternalNet Mode mode to set up a Linux DHCP service and configure the following configuration as described in the document:
subnet 10.0.0.0 netmask 255.255.255.0 {
option routers 10.0.0.254;
range 10.0.0.2 10.0.0.253;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.0.0.1;
if option architecture-type = 00:07 {
filename "iventoy_loader_16000_uefi";
} else {
filename "iventoy_loader_16000_bios";
}
}
}
DHCP The service could not start
etc/dhcp/dhcpd.conf line 16: no option named architecture-type in space dhcp
if option architecture-type =
/etc/dhcp/dhcpd.conf line 18: expecting a parameter or declaration
} else
Configuration file errors encountered -- exiting
|
|
|
| Where is installed ventoy on the USB flash drive? |
|
Posted by: manueljordan - 01-27-2024, 02:22 PM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
Since months ago through Windows 10 I have installed ventoy on a USB flash drive to storage and boot some .iso files for installation purposes about Linux in other laptops. It works fine as expected. Even more, ventoy was upgraded few times in peace too.
My doubt and reason of this post, where is installed ventoy on the USB flash drive?
In Windows 10 if through git bash I go to the USB flash drive and is executed the ls -als command does not appear something hidden to observe about ventoy itself, for example I expected to see .ventoy or something similar. Same behavior with the Windows Explorer settings to about to show/view everything hidden (even the operating system files).
|
|
|
| Is possible update ventoy through Linux when it was installed from the beginning thro |
|
Posted by: manueljordan - 01-27-2024, 02:18 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hello
To load an .iso image through the boot process through a pendrive (or usb flash drive) I use since long time ago Ventoy
I want to know if is possible, and mostly safe, accomplish the following scenario
- Is possible update ventoy through Linux when it was installed from the beginning through Windows 10?
Therefore exists currently a pendrive with Ventoy installed through Windows 10. But I want to know if is possible update Ventoy in the same pendrive through Linux - of course it in other laptop.
The pendrive has some .iso images and other custom directories and files.
|
|
|
| [SOLVED] Listview will not rebuild; treeview is all correct |
|
Posted by: IronRod - 01-25-2024, 11:02 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
I've been using Ventoy for about a year (love this tool so I donated!) Just recently, I have the issue that the "listview" will not rebuild and continues to show ISOs that aren't present on the drive. If I go into "treeview", it correctly lists every ISO using the name it finds in in the /ventoy/ventoy.json file; i.e., it does not list any filenames just the corresponding entries from the json file. That tells me that the entries are correct and working. But "listview" continues to show entries that have been removed.
|
|
|
|