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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,330
» Latest member: LZ_01
» Forum threads: 1,659
» Forum posts: 6,685

Full Statistics

Online Users
There are currently 313 online users.
» 0 Member(s) | 310 Guest(s)
Bing, Google, Yandex

Latest Threads
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
4 hours ago
» Replies: 1
» Views: 42
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
6 hours ago
» Replies: 2
» Views: 1,814
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
Yesterday, 01:11 PM
» Replies: 27
» Views: 39,305
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 63,487
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 02:56 PM
» Replies: 0
» Views: 90
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 698
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,210
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,345
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 365
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 621

 
  哪位大神 可以编写自动安装脚本
Posted by: sa0123456 - 04-11-2024, 02:09 AM - Forum: iVentoy Discussion Forum - Replies (3)

脚本测试未成功  需要大神帮助  所有系统都需要
翻译
搜索
复制

Print this item

solved Iventoy on Nas Synology
Posted by: Vista1967 - 04-06-2024, 12:04 PM - Forum: iVentoy Discussion Forum - Replies (2)

Good morning,

If anyone can help me, I install Iventoy on Nas Synology Container Manager at first sight everything works (see the screenshot at the end of the page) but I still have a problem Smile


I followed this link link: https://github.com/ziggyds/iventoy but unfortunately I couldn't get it to work correctly, my problem is how to connect to the admin GUI, I have must have made a mistake somewhere.

When I put the IP address of my NAS 192.168.1.10:26000, nothing happens!?, has anyone already installed it?


Thanks a lot if anyone can help!

---
version: '3.9'
services:
  iventoy:
    image: ziggyds/iventoy:latest
    container_name: iventoy
    restart: always
    privileged: true #must be true
    ports:
      - 26000:26000
      - 16000:16000
      - 10809:10809
      - 67:67/udp
      - 69:69/udp
    volumes:
      - /volume1/docker/iventoy/iso:/app/iso
      - /volume1/docker/iventoy/data:/app/data
      - /volume1/docker/iventoy/log:/app/log
    environment:
      - AUTO_START_PXE=true # optional, true by default


[Image: vvs3.png]

[Image: i6pk.png]

Print this item

  menu separator
Posted by: pled - 04-05-2024, 02:40 PM - Forum: Ventoy Discussion Forum - Replies (1)

HI,

Is it possible to add a separator to the menu list ? I would like to separate System images from Tools, something like :

Debian Live
Linux Mint Live
- - - -
GParted
Clonezilla
SystemRescue

Is there a way to add this "- - - -" as a separator in the menu ?

NOTE : I did it creating fake ISO file (with genisoimage sw), then using "menu_alias" and "image_list" plugins, but it is not perfect,as the "- - - -" is selectable as a bootable item, which I would not like...

Thanks.

Print this item

  Iventoy closes instantly on open
Posted by: zeus - 04-05-2024, 10:56 AM - Forum: iVentoy Discussion Forum - Replies (2)

I'm running on Windows 10 pro 64-bit  fresh install and updated

I've run from a network share and local C: drive

run using admin command prompt

no logfile is generated - it instantly closes - taskmanager briefly flashes a new line then it's gone

Print this item

  Boot from Ventoy USB-Drive to boot a LOCAL DRIVE
Posted by: RGB - 04-05-2024, 10:17 AM - Forum: Ventoy Discussion Forum - Replies (7)

Hello Ventoy Community,

i'm a newbie to ventoy and maybe someone can help me after hours of research.

My Hardware

- ACEMAGIC AD03
- BIOS / UEFI / SECURE BOOT
- SSD / GPT
- VENTOY 1.0.97

First Configuration

- 1 SSD as a VENTOY drive / GPT / SECURE BOOT
- 1 VBOX-VDI Image with OpnSense 24 "OPNSENSE.PRIMARY.VDI.VTOY" (32GB)
- 1 VBOX-VDI Image with OpnSense 24 "OPNSENSE.BACKUP.VDI.VTOY" (32GB)
- 1 ISO OpnSense LiveCD
- 1 ISO SystemRescue
- Other Tools
- No USB Drive

When i now want to start the IMAGE, the boot process under OPNSENSE aborts with a MOUNT ERROR ...
Switching from UFS to ZFS and / or MBR / SECURE BOOT disable didn't help.

As far as i can find out, VENTOY doesn't work with FREEBSD as IMAGE.


Second Configuration

- 1 SSD as the primary drive for OPNSENSE
- 1 USB Drive as VENTOY DRIVE
- 1 ISO OpnSense LiveCD on the USB Drive
- 1 ISO SystemRescue on the USB Drive
- Other Tools on the USB Drive

My problem here is that i can't start OPNSENSE on the local drive with VENTOY from USB Drive automatically after 30 seconds.

If i manually go to F4 and select BOOTX64.EFI everything works fine.

I tried F4>BOOT THE 1ST LOCAL DISK ... Here Ventoy tries to start WINDOWS and aborts with an error message.

I tried VTOY_EXIT ... Here Ventoy simply restarts the computer and opens the pc bios.

###

Now i would like to create a grub entry via F6> that simply boots the hard drive after 30 Seconds with "VTOY_DEFAULT_IMAGE": "F6>"

Unfortunately i have no idea about grub / bootloader ... or maybe i'm just doing something wrong.


Many thanks for the help  Heart

Print this item

  Windows Boot Manager error -winload.exe
Posted by: pled - 04-04-2024, 09:13 AM - Forum: Ventoy Plugin Forum - Replies (7)

Hi,


I created a Ventoy USB with a few ISO and WIM images. Great tool !

A few of them, all windows related, fail to start with the same "Windows Boot Manager" error (see attachement), the file missing is "winload.exe".

ISO :
- All Linux images works.
- Hiren's CD (HBCD_PE_x64.iso) fails to start with the above Windows Boot Manager error.

WIM :
- Mini windows 10 starts successfully.
- Win8, Win10 and Win11 recovery images fails to start with the above Windows Boot Manager error.

Ventoy boot mode is BIOS.

What did I missed ?
Thanks.

Print this item

Heart iVentoy-1.0.20 release
Posted by: longpanda - 04-03-2024, 06:39 AM - Forum: iVentoy Discussion Forum - Replies (6)

  • 2023/04/02 --- 1.0.20 release
  1. Optimization for Windows Driver Missing Error.

  2. Fix the crash when boot some special ISO files.

  3. Bugfix, comments and suggestions are welcome.

Print this item

Exclamation My manager has restricted my use of Ventoy.
Posted by: aboamir@gmail.com - 04-02-2024, 09:01 PM - Forum: Ventoy Discussion Forum - Replies (5)

I've been utilizing Ventoy for an extended period; however, my manager has recently restricted my use of the tool due to concerns with UEFI certification. He claims that Ventoy enrolls a custom certificate and replaces the original UEFI certificate on our client PCs and laptops. Consequently, he is compelling me to revert to using Rufus. Would anyone be able to offer assistance? Huh

PS :why Rufus have no Problem using UEFI ?

Print this item

  ventoy_wimboot.img Plugin
Posted by: click-click - 04-02-2024, 10:34 AM - Forum: Ventoy Plugin Forum - Replies (9)

Under the plugin for wimboot i see:

Quote:You can customize ventoy_wimboot.img as you need
There are many configurations in bcd file in ventoy_wimboot.img. For example, digital signature, test mode ...
You can customize them if the default template doesn't match your requirement.


I want to replace the boot.sdi  to see if it will help booting  Strelec's W11 .wim which doesn't finish booting with the current .sdi. I can unpack the .img with 7zip, but how do I repack it so it's still usable with Ventoy?

I don't see any instructions for repacking the wimboot.img

Print this item

Sad Computers are not loading bootfile from iVentoy
Posted by: ATechPCS - 04-01-2024, 10:16 PM - Forum: iVentoy Discussion Forum - Replies (8)

Hi,

I am trying to setup iVentoy for our production and I am having issues with the software. The main issue is that I cannot get any computers on the same VLAN as iVentoy to load the bootfile. We are running iVentoy in "External Mode" as we are using our router as the DHCP provider. We do not see iVentoy snooping any DHCP packets. 

We use TP-Link Omada for our network infrastructure (similar to Ubiquiti). I have attached a picture showing how our VLAN and DHCP settings in the router are configured for iVentoy. 

We have been PXE booting for a while now on our network. We know that our current configuration works with Windows Deployment Services (WDS) and also a program similar to iVentoy called Serva. We are looking to try out iVentoy but have run into this problem and need help. We of course disabled our WDS and Serva programs prior to using iVentoy so as to not cause any conflicting errors. 

Any help would be greatly appreciated.



Attached Files Thumbnail(s)
   
Print this item