| Welcome, Guest | 
 
You have to register before you can post on our site. 
 
 | 
 
  
 
 
| Online Users | 
 
There are currently 397 online users. » 0 Member(s) | 392 Guest(s) Baidu,  Bing,  Google,  Internet Archive,  Yandex
 | 
 
 
 
| Latest Threads | 
 
Live ISO Building ?
 
Forum: Ventoy Discussion Forum 
Last Post: Eliott 
10-31-2025, 02:02 AM 
» Replies: 1 
» Views: 308
 | 
 
Menu Spacing
 
Forum: Ventoy Discussion Forum 
Last Post: fan_boy 
10-30-2025, 03:49 AM 
» Replies: 0 
» Views: 142
 | 
 
EXT, NTFS in 1st partitio...
 
Forum: Ventoy Discussion Forum 
Last Post: 4hotdogs 
10-29-2025, 03:58 AM 
» Replies: 0 
» Views: 189
 | 
 
Boot 32 bit Windows
 
Forum: Ventoy Plugin Forum 
Last Post: 4hotdogs 
10-29-2025, 03:27 AM 
» Replies: 2 
» Views: 7,322
 | 
 
Ventoy Linux still does n...
 
Forum: Ventoy Discussion Forum 
Last Post: 4hotdogs 
10-29-2025, 03:25 AM 
» Replies: 2 
» Views: 649
 | 
 
Ventoy InjectioN
 
Forum: Ventoy Plugin Forum 
Last Post: 4hotdogs 
10-29-2025, 03:12 AM 
» Replies: 0 
» Views: 138
 | 
 
Aomei + Win To Go + Vento...
 
Forum: Ventoy Discussion Forum 
Last Post: 4hotdogs 
10-29-2025, 03:02 AM 
» Replies: 4 
» Views: 11,079
 | 
 
Ventoy installation for o...
 
Forum: Ventoy Discussion Forum 
Last Post: FroggieTheGremlin 
10-23-2025, 01:09 PM 
» Replies: 5 
» Views: 931
 | 
 
Screen Resolution 800x600
 
Forum: Ventoy Discussion Forum 
Last Post: fan_boy 
10-20-2025, 08:32 PM 
» Replies: 0 
» Views: 335
 | 
 
Issues with windows vista...
 
Forum: Ventoy Discussion Forum 
Last Post: johnson 
10-19-2025, 04:10 PM 
» Replies: 4 
» Views: 11,118
 | 
 
 
 
 | 
  | 
|   Ventoy wimboot get "out of memory" | 
 
| 
Posted by: msauv  - 07-30-2024, 05:17 PM - Forum: Ventoy Discussion Forum 
- No Replies
 | 
 
	
		
  | 
		
			 
				I have 2 computer, one with 2G and one with 50G RAM 
My Ventoy USB works properly on the one with the less memory. 
With the same USB stick, on the one with 50G at least one wimboot fails. With an "out of memory" when asking for 9M. 
Has somebody seen this before? 
So it seems that the memory available to grub is limited and depend on the computer. 
I did not found a related grub parameter or BIOS option. (The mem parameter is for the chosen kernel later) 
 
Here are more details if it helps: 
I generated Ventoy to debug with additional debug traces. (Because Ventoy grub console does not display the out of memory) 
Both use the same code in the generated grubx64_real.efi 
 
The problem is in ventoy_read_resource (called by ventoy_cmd_locate_wim_patch, ventoy_wimdows_locate_wim, search_replace_wim_dirent, parse_registry_setup_cmdline) 
on the line: buffer_decompress = (grub_uint8_t *)grub_malloc(head->raw_size + head->size_in_wim); 
grub_malloc return null. SO not enough memory. 
At this point one the not working computer cannot allocate the required 10M the other still have 500M available.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   VDI - Linux Mint 22 | 
 
| 
Posted by: Reiner  - 07-27-2024, 12:33 AM - Forum: Ventoy Plugin Forum 
- No Replies
 | 
 
	
		
  | 
		
			 
				The VDI support seems not to work with LinuxMin 22. 
I only tested in VM yet 
  
Ok. It works 
In Virtual Box you must select VMSVGA and disable 3D acceleration
			
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
|   CentOS Linux 7 End of Life: June 30, 2024 | 
 
| 
Posted by: AlexBryansk  - 07-20-2024, 10:24 PM - Forum: Ventoy Discussion Forum 
- No Replies
 | 
 
	
		
  | 
		
			 
				Who doesn't know - build environment ventoy - CentOS 7.8 x86_64. 
 
CentOS 7 has expired, which means that there will be no more security updates or bug fixes provided by the official YUM repositories. 
CentOS 7 repositories and mirrors are now disabled, so when running YUM commands, errors occur related to Mirrorlist.centos.org . 
 
  
You need to upgrade to the next supported CentOS Stream 9 build or another distribution. 
 
Or temporarily use workarounds: 
To be able to further install packages in the system, it is necessary to make changes on the server to the data of the main repositories by connecting to the server via SSH. 
You can make changes to the repository data by sequentially entering commands in the terminal: 
Code: sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo 
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo 
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
  
Or specify the new data explicitly in the configuration files of the repositories: 
 
/etc/yum.repos.d/CentOS-Base.repo 
Code: [base] 
name=CentOS-$releasever - Base 
baseurl=http://vault.centos.org/7.9.2009/os/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 
  
[updates] 
name=CentOS-$releasever - Updates 
baseurl=http://vault.centos.org/7.9.2009/updates/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 
  
[extras] 
name=CentOS-$releasever - Extras 
baseurl=http://vault.centos.org/7.9.2009/extras/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 
  
[centosplus] 
name=CentOS-$releasever - Plus 
baseurl=http://vault.centos.org/7.9.2009/centosplus/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  
/etc/yum.repos.d/CentOS-fasttrack.repo 
Code: [fasttrack] 
name=CentOS-7 - fasttrack 
baseurl=http://vault.centos.org/7.9.2009/fasttrack/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  
/etc/yum.repos.d/CentOS-x86_64-kernel.repo 
Code: [centos-kernel] 
name=CentOS LTS Kernels for $basearch 
baseurl=http://vault.centos.org/altarch/7/kernel/$basearch/ 
enabled=0 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 
  
[centos-kernel-experimental] 
name=CentOS Experimental Kernels for $basearch 
baseurl=http://vault.centos.org/altarch/7/experimental/$basearch/ 
enabled=0 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  
 
Add the information to the file BuildVentoyFromSource.txt
			
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Ventoy With MX-Linux USB Access Problems | 
 
| 
Posted by: PaulJayD  - 07-18-2024, 08:48 PM - Forum: Ventoy Discussion Forum 
- No Replies
 | 
 
	
		
  | 
		
			 
				GIVEN: 
1. MX-Linux installed on a HP Compaq Presario F700 hard drive, with the 
  following software downloaded and installed: 
 
      exfat-fuse 
      exfatprogs 
      forensics-samples-exfat 
      Veracrypt-gui 
 
2. Ventoy 1.0.99 installed on a 256Gb usb resulting in: 
 
      Partition 1 - Ventoy  - exfat format - containing .ISO files, and 
                                            data a sub-directory. 
      Partition 2 - VTOYEFI - fat16 format - Ventoy code 
 
WHEN: 
Booting the MX-Linux system natively, I am then able to run Veracrypt 
and access the usb Part 1, and select/open a Veracrypt file in the 
sub-directory. 
 
SUBSEQUENTLY: 
1. Run MX Tools - Snapshot, with resulting <name>.ISO file of the 
  current system, and copy to the Ventoy usb Partition 1. 
 
2. Boot the Ventoy usb, selecting the MX-Linux ISO: the desktop 
  appears, but with the following problems: 
 
a) Double-clicking the Veracrypt icon yields the following "Attention" 
  pop-up: 
 
      The desktop file "veracrypt.desktop" is in an insecure 
      location and not marked as executable. If you do not trust 
      the program, click Cancel. 
 
  With the choices: Launch Anyway / Mark Executable / Cancel 
 
 
b) Upon clicking "Launch Anyway" Veracrypt executes and presents its 
  GUI. 
  However, upon clicking the "Select File..." box, with the resulting 
  file-selection screen, and clicking the "Ventoy" partition name in 
  the left panel, the following pop-up appears: 
 
                        Unable to access "Ventoy" 
 
      Error mounting /dev/sdb1 at /media/<username>/ventoy: /dev/sdb1 
      already mounted or mount point busy 
 
At this point, I have no idea of what to do. My knowledge of Linux is 
limited to mostly just following instructions. 
 
Please help!
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
 
|   Version Info | 
 
| 
Posted by: ToysILike  - 07-12-2024, 07:34 PM - Forum: Ventoy Discussion Forum 
- Replies (2)
 | 
 
	
		
  | 
		
			 
				How do you change the font and text color of the version information in the bottom left hand corner of the main screen? My boot screen image makes it hard to see.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   [SOLVED] iVentoy ExternalNet doesn't work | 
 
| 
Posted by: brunok  - 07-10-2024, 09:51 PM - Forum: iVentoy Discussion Forum 
- Replies (3)
 | 
 
	
		
  | 
		
			 
				Hi, 
 
Trying to setup iVentoy to PXE boot iso files, but, can't get work.    
 
I need to use ExternalNet mode, due to multiple vlans. 
 
 
 
Tried: 
 
iVentoy 1.0.20 running on  Ubuntu Server.  
iVentoy 1.0.19 running on  Ubuntu Server. 
 
iVentoy 1.0.20 running on  Windows Server. 
iVentoy 1.0.19 running on  Windows Server. 
 
External DHCP OK, redirecting to PXE, but, can't find bootfile: 
 
 
NBP filename is iventoy_loader_16000_uefi 
NBP filesize is 0 Bytes 
PXE-E99: Unexpected network error. 
 
OR 
 
Filename: iventoy_loader_16000 
tftp://x.x.x.x/iventoy_loader_16000.................. Connection timed out 
 
 
 
Tried iventoy_loader_16000_uefi  and  iventoy_loader_16000  as filename, but, same results. 
 
 
SecureBoot DISABLED! 
 
Network OK, can ping from host to PXE server and DHCP server. 
 
Firewall disabled!
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   EFI partition has wrong ID | 
 
| 
Posted by: Reiner  - 07-09-2024, 09:06 PM - Forum: Ventoy Discussion Forum 
- No Replies
 | 
 
	
		
  | 
		
			 
				I noticed that the EFI partition is not created with the EF00 ID (in gdisk). This prevents e.g. some computers to boot from it (e.g. a Siemens IPC 847e). If I changed it it works fine.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 |