Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,402
» Latest member: er_shi
» Forum threads: 1,714
» Forum posts: 6,862

Full Statistics

Online Users
There are currently 414 online users.
» 0 Member(s) | 409 Guest(s)
Baidu, Bing, DuckDuckGo, Google, Yandex

Latest Threads
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 325
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 893
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,006
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 860
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 910
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,184
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 1,046
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,636
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 737
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 3,165

 
  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

Print this item

  How to edit ventoy_grub.cfg
Posted by: balanga - 01-29-2024, 11:52 AM - Forum: Ventoy Discussion Forum - Replies (5)

Is there any way to amend ventoy_grub.cfg from within the grub menu, or do I need boot some OS first?

Such a feature would be useful.

Print this item

  能否把ventoy相关文件夹集成到EFI文件里
Posted by: 20111111 - 01-29-2024, 03:23 AM - Forum: Ventoy Discussion Forum - No Replies

能否把ventoy相关文件夹集成到EFI文件里,只保留一个bootx64.efi,类似grubfm那样。现在4个文件夹太杂乱,包含了太多uefi环境不需要的文件。

Print this item

  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).

Print this item

  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.

Print this item

  paragon recovery linux
Posted by: pantau - 01-27-2024, 12:34 PM - Forum: Ventoy Discussion Forum - No Replies

paragon recovery linux iso image is not booting, with a missing device (cd) error

Print this item

  Understanding the boot loader
Posted by: balanga - 01-26-2024, 10:45 PM - Forum: Ventoy Discussion Forum - Replies (3)

I'm trying to figure out how the boot loader works, and it seems to me that it consists of two files boot.img and core.img.

Can someone confirm that that is the case?

Print this item

  [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.

Print this item

  Re-installing parts 1 & 2
Posted by: balanga - 01-25-2024, 10:31 PM - Forum: Ventoy Discussion Forum - Replies (3)

In attempting to reformat partition 1 from NTFS to EXT4 and restoring its contents, I am no longer able to boot Ventoy.

It comes up with:-

VTVTVTVTVTVT

Is it possible to reinstall Ventoy on these two partitions?

ventoy2dsk.sh -u does not recognise that Ventoy has been installed.

Print this item

Question 使用最新版本的ventoy部署openEuler-20.03-LTS版的系统存在问题
Posted by: lybing - 01-23-2024, 12:41 PM - Forum: Ventoy Discussion Forum - Replies (1)

rt使用1.0.96版本ventoy使用openEuler-20.03-LTS官方镜像 (离线的标准ISO镜像),部署系统过程中Installation Source选项无法自动选择本地源,会报错Error setting up base repository,需要手动配置在线源。 但是同一个镜像使用rufus制作标准的启动盘安装系统没有出现这个问题。 请问这个问题如何规避? 或者这仅仅自身我的操作问题?

Print this item