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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,261
» Latest member: rostrSer
» Forum threads: 1,599
» Forum posts: 6,556

Full Statistics

Online Users
There are currently 246 online users.
» 0 Member(s) | 241 Guest(s)
Baidu, Bing, Facebook, Google, Twitter

Latest Threads
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
Yesterday, 11:32 PM
» Replies: 2
» Views: 628
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
Yesterday, 10:11 PM
» Replies: 1
» Views: 577
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 3,883
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,319
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 278
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 343
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 360
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,401
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 440
The source filesystem "/r...
Forum: Ventoy Discussion Forum
Last Post: ben79
10-20-2024, 01:22 PM
» Replies: 1
» Views: 514

 
  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 - No Replies

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

  Persistent possible with Debian Live?
Posted by: rajibando - 05-01-2024, 01:41 PM - Forum: Ventoy Discussion Forum - Replies (5)

May please the following wiki: LiveUsbPersistence please be perused.

I have installed Ventoy on one of my HDDs. I then partitioned the rest space and can boot different ISOs from Ventoy. So far so good.

Could Ventoy be used to boot a Debian Live Persistent set up?

There are certain aspects in the said page that needs to be addressed. For example,

Quote:We can use:
  • FAT partition with boot flag,
  • ext4 partition with label persistence. The label "persistence" is mandatory.


I will have to ask the Wiki editors as to why a FAT partition with boot flag will be a necessity, or whether a FAT partition will be mandatory, or any other partition, like the ext4 partition will also do.

BTW, there is a detailed page in Unix & Linux Stack Exchange with the topic: How to create a Debian live USB with persistence? which is very complex to execute for non-programmers who use computers for purpose other than hard core programming.

Print this item