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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,327
» Latest member: Snafy
» Forum threads: 1,659
» Forum posts: 6,683

Full Statistics

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

Latest Threads
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
2 hours ago
» Replies: 0
» Views: 24
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
Yesterday, 01:11 PM
» Replies: 27
» Views: 39,277
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 63,397
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 02:56 PM
» Replies: 0
» Views: 78
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 688
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,190
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,341
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 364
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 619
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 689

 
  Hiren's boot PE does not show all programs
Posted by: martinii - 05-17-2024, 10:48 AM - Forum: iVentoy Discussion Forum - Replies (1)

Hi guys,

When I run the ISO of Hiren's BootCD PE (1.0.8) with iVentoy (1.0.20) only about 25% of the programs are displayed. When I use Ventoy from pendrive with this image everything is ok - all programs shows up. E.G.. under the heading Security -> Passwords only Lazesoft Password Recovery is displayed... When I use Ventoy from pendrive there are also NT Password Edit and Windows Login Unlocker.

Print this item

  vtoyboot u盘引导了linux vdi,在linux系统里mount u盘不成功
Posted by: tnt9000 - 05-17-2024, 01:33 AM - Forum: Ventoy Plugin Forum - Replies (1)

lsblk
sdb                      8:16  1 119.3G  0 disk
├─sdb1                  8:17  1 119.2G  0 part
│ └─ventoy            253:0    0    10G  0 dm 
│  ├─ventoy1          253:1    0  600M  0 dm  /boot/efi
│  ├─ventoy2          253:2    0    1G  0 dm  /boot
│  └─ventoy3          253:3    0  8.4G  0 dm 
│    ├─openeuler-root 253:4    0  7.4G  0 lvm  /
│    └─openeuler-swap 253:5    0    1G  0 lvm  [SWAP]
└─sdb2                  8:18  1    32M  0 part


mount /dev/sdb1 /mnt

mount: /mnt: /dev/sdb1 已经挂载或挂载点忙.

u盘无法访问,访问不到sdb1,vdi文件只占10G,u盘根目录如何访问?

Print this item

  chain to iventoy
Posted by: nguyen ha thai trong - 05-13-2024, 05:04 PM - Forum: iVentoy Discussion Forum - Replies (1)

I want to chain iventoy from menu.ipxe, is it possible to do this? Please advise admin and friends.

Print this item

  Automatic clonezilla recovery
Posted by: SnowSimba - 05-12-2024, 05:33 AM - Forum: Ventoy Discussion Forum - Replies (3)

Good afternoon, I'm trying to repeat the instructions given here https://stackoverflow.com/questions/6584...e-solution for

I unpacked Clonezilla into an iso image on a USB stick and try the following in ventoy_grub.cfg:


menuentry "Clonezilla" --id live-default {
  set root=$vtoy_iso_part
  search --set -f /live/vmlinuz
  linuxefi $vtoy_iso_part/live/vmlinuz parameter1 parameter2 parameter3...
  initrdefi $vtoy_iso_part/live/initrd.img
}


At the same time, no matter what options I try, I get it out during the startup process

boot failed This system image failed to boot. and initfarms next, maybe this is the wrong way, but I can't come up with anything. Thank you so much for your help!

Print this item

  Why is Ventoy based on GRUB 2.04 instead of GRUB 2.06?
Posted by: edwardsjethro - 05-10-2024, 02:03 AM - Forum: Ventoy Discussion Forum - No Replies

Why is Ventoy based on GRUB 2.04 instead of GRUB 2.06? 

Print this item

  Cannot start iventoy.sh on Raspi ARM
Posted by: cmonty14 - 05-07-2024, 08:27 PM - Forum: iVentoy Discussion Forum - Replies (4)

Hello,
I'm trying to start iventoy-1.0.20/iventoy.sh and get this error on Raspi running Debian 12 ARM:
env: „/root/lib/iventoy“: file or directory not found

Here's the complete output running # bash -x /opt/iventoy-1.0.20/iventoy.sh start:
+ PROC_ENV='env IVENTOY_API_ALL=1'                                                                                           
+ PROJ_DIR=/root                                                                                                             
+ PROJ_EXEC=/root/lib/iventoy                                                                                               
+ PROJ_PID=/var/run/iventoy.pid                                                                                             
++ id -u                                                                                                                     
+ uid=0                                                                                                                     
+ '[' 0 -ne 0 ']'                                                                                                           
+ '[' start = -A ']'                                                                                                         
+ '[' start = -R ']'                                                                                                         
+ echo start                                                                                                                 
+ grep -P -q '^(start|stop|status)$'                                                                                         
+ :                                                                                                                         
+ case "$1" in                                                                                                               
+ start                                                                                                                     
+ local PID                                                                                                                 
+ local RETVAL                                                                                                               
++ iventoy_get_running_pid                                                                                                   
++ local PID                                                                                                                 
++ local FILE                                                                                                               
++ '[' -f /var/run/iventoy.pid ']'                                                                                           
++ echo 0                                                                                                                   
+ PID=0                                                       
+ '[' 0 -ne 0 ']'                                             
+ cd /root     
+ env IVENTOY_API_ALL=1 /root/lib/iventoy                                                                                   
env: „/root/lib/iventoy“: Datei oder Verzeichnis nicht gefunden
+ RETVAL=127
+ '[' 127 -eq 0 ']'
+ echo 'iventoy start FAILED'
iventoy start FAILED

+ exit 0

Can you please advise how to start iventoy.sh?

THX

Print this item

  iventoy boot .wim, .vhd(x), .img, .efi.....
Posted by: nguyen ha thai trong - 05-07-2024, 12:16 PM - Forum: iVentoy Discussion Forum - Replies (1)

When does iventoy support booting .wim, .vhd(x), .img, .efi.....?

Print this item

  Issues with PXE Boot on Hyper-V Gen1 Virtual Machines
Posted by: boktai1000 - 05-04-2024, 05:28 AM - Forum: iVentoy Discussion Forum - Replies (1)

Hello,

My use case for iVentoy is to manage and install Virtual Machines in my Hyper-V lab configuration. Unfortunately, everything I have tried with these Gen1 Hyper-V machines running a Legacy BIOS have been unsuccessful in booting iVentoy, I believe the issue is with iVentoy but I'm happy to troubleshoot further.

Additionally, I am able to EFI boot my iVentoy configuration on both my Hyper-V Gen2 Lab VMs, and my own personal computer outside of the lab environment is also able to EFI boot.

I've tried numerous options in the configuration, switching to a lower resolution, swapping to CLI - unfortunately does not work.

The iVentoy console is able to see the Hyper-V machine, but is not able to get past HTTP start 200 [/ipxe/01-00-15-5d-01-17-10]

The best description of the error message is " Could not configure console. " which when searching this forum, I did find some references to it with how the solution is compiled or something along those lines and some older devices losing compatibility along the way.

I believe this issue should be repeatable by anyone running Windows 10/11 Pro or above and using the Hyper-V service that is included with the Operating System to simply create a Gen1 Virtual Machine with any specs and attempting to LAN boot (assuming your machine is also bridged to your local network or able to connect to iVentoy depending on your network).

I've attached two screenshots - the machines that are mentioned in the console are both throw-away test Virtual Machines I've created under Hyper-V.

Thank you for your assistance

Error tags:
Could not configure console.
https://ipxe.org/2d8c203b

Edit: If attachments are not loading, please see links below
https://i.imgur.com/ywukZhv.jpeg
https://i.imgur.com/rrDXBAL.jpeg

Edit 2: Here are some additional resources and reports I found on the forum of people reporting similar issues, I'd be very happy to assist in troubleshooting here and getting this resolved once and for all.
https://forums.ventoy.net/showthread.php?tid=2636



Attached Files Thumbnail(s)
       
Print this item

  Install windows to 100 pc, 1000 pc,.......
Posted by: nguyen ha thai trong - 05-03-2024, 12:40 PM - Forum: iVentoy Discussion Forum - No Replies

Is there any way, from the PXE server, to use iventoy to install windows on 100 pc, 1000 pc,... without having to operate on 100 pc, 1000 pc, ....?

Print this item

  New Dell Laptop Support
Posted by: METALHEAD - 05-01-2024, 07:26 PM - Forum: Ventoy Discussion Forum - Replies (1)

Ventoy 1.0.97 is not working or booting on Dell Latitude 5440 laptops.
Is there any way to add support for new devices in a future update?
I use ventoy daily for work, that is until the latest Dells just came in.
Thank you,

Print this item