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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,226
» Latest member: Robertprina
» Forum threads: 1,655
» Forum posts: 6,667

Full Statistics

Online Users
There are currently 164 online users.
» 0 Member(s) | 159 Guest(s)
Applebot, Bing, Discord, Google, Yandex

Latest Threads
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
06-25-2025, 11:25 PM
» Replies: 0
» Views: 146
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 154
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 265
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,081
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 462
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 514
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,064
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,465
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,246
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: Epictetus
05-28-2025, 12:56 AM
» Replies: 0
» Views: 747

 
solved [SOLVED] menuentry 'Fixup Windows BlinitializeLibrary Failure'
Posted by: try_catch - 11-26-2020, 01:49 AM - Forum: Ventoy Discussion Forum - Replies (2)

请问一下是否可以在下个版本中,将“debug.cfg”文件中Ventoy UEFI Utilities子菜单能否加入分类,便于菜单显示图标?谢谢。

测试可以手动添加并且功能正常不影响启动。

In the next version, will the“ debug.cfg ”Can classification be added to the ventory UEFI utilities submenu in the file to facilitate menu display icons? thank you. 
The test can be added manually and the function is normal without affecting the startup.


submenu 'Ventoy UEFI Utilities' --class=debug_util {
        menuentry 'Fixup Windows BlinitializeLibrary Failure' --class=debug_util {
            chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
            boot
            echo -e "\npress ENTER to exit ..."
            read vtInputKey
        }

        menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
            echo 'Return ...'
        }


[Image: 1183f21745686bfa.png]

Print this item

  Difficulties accessing/using Ventoy boot menu
Posted by: The Pezman - 11-25-2020, 08:04 PM - Forum: Ventoy Discussion Forum - Replies (1)

I have two computers, a laptop and a desktop, and Ventoy doesn't work quite right with either one of them. The Ventoy menu freezes up on my desktop, and I can't get it to boot at all on my laptop (even when I configure the BIOS correctly).

I recorded some videos so you can see the problems in action:

https://youtu.be/XnsAx9TSnDA
https://youtu.be/ddsCWPqVqgI

Thanks for your time.

Print this item

solved Ventoy GUI for Linux
Posted by: spanspek - 11-25-2020, 06:48 PM - Forum: Ventoy Discussion Forum - Replies (6)

Here is a suggestion for a Ventoy GUI for Linux ...

[Image: ventoygui01.png]

[Image: ventoygui02.png]

Download here

Extract and to run just type in the terminal:

sudo python3 ventoygui.py

Print this item

solved 【Solved】replace plugging (Execution)
Posted by: geole - 11-23-2020, 10:16 AM - Forum: Ventoy Plugin Forum - Replies (3)

Hello
After asking for help with syntax control and then for displaying options, I will ask you again for launching ubuntu

Whatever option i choose, the error message is the same.
    =>  /casper/initrd.lz not found

(Without modification the ubuntu starts well)

Do you have an idea?


http://pix.toile-libre.org/upload/origin...126257.jpg

"conf_replace_legacy": [
{ "iso": "/ISO/ubuntu-20.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-20.1.cfg"},
{ "iso": "/ISO/ubuntu-18.04.5-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.5.cfg"},
{ "iso": "/ISO/ubuntu-18.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.1.cfg"} ]



a@b:~$ cat /media/a/v*/M*/txt-18.5.cfg
default live

label montest
  menu label ^Essayer Ubuntu sans installation
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz nomodeset ---
 
label live
  menu label ^Try Ubuntu without installing
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet splash ---
label live-nomodeset
  menu label ^Try Ubuntu without installing (safe graphics)
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet splash nomodeset ---
label live-install
  menu label ^Install Ubuntu
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed only-ubiquity initrd=/casper/initrd quiet splash ---
label live-install-nomodeset
  menu label ^Install Ubuntu (safe graphics)
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed only-ubiquity initrd=/casper/initrd quiet splash nomodeset ---

label secondtest
  menu label ^Probablity some thing bad in cdrom
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz nomodeset ---


label memtest
  menu label Test ^memory
  kernel /install/mt86plus
label hd
  menu label ^Boot from first hard disk
  localboot 0x80

Print this item

  Secure Boot Disabled error while booting with ventoy uefi
Posted by: lotusheart - 11-23-2020, 03:37 AM - Forum: Ventoy Discussion Forum - Replies (5)

i am using ventoy latest build 1.29. 
while booting with ventoy uefi getting error "secured boot Disabled" Error before gui screen
i tried uefi with textmode its working
but on gui i am facing issue
i also tried to modify ventoy.json from partition 1
set gfxmode 1024x768 
its resolve error which occurred
may i know above 1024x768 why i am receiving secured boot disabled error 
i made from ventoy2disk with secured boot enabled tick

i deleted secure boot keys and set disable secure boot still unable to getting gui on above 1024x768 resolution
please fix bug

Print this item

  Extra Partition?
Posted by: HereIAmNow - 11-21-2020, 07:37 PM - Forum: Ventoy Discussion Forum - Replies (3)

In addition to the two partitions (the first one for the ISO files and other things, and the second one for Ventoy), is it possible to make a third partition on the same drive, so that I can install something else that can boot, such as GParted Live, so that I can use it to clone the same drive?  I hope it can clone its own partition!

But if I do this, will it interfere with the way that Ventoy works?  I'd probably have to split the first partition into two, so that the one with Ventoy installed on it would become the third one.

Or actually, is it possible to boot GParted Live using Ventoy, so that I can just put its ISO on the drive with the others, or would that cause a problem?

Print this item

  [SOLVED] Ventoy "-l" ... What does this do?
Posted by: GCMartin - 11-21-2020, 07:25 PM - Forum: Ventoy Discussion Forum - Replies (1)

Would someone explain what and how to use the "-l" feature in v1.0.29?

Thanks

Print this item

solved 【Solved】Replace pluggin configuration (example)
Posted by: geole - 11-21-2020, 05:58 PM - Forum: Ventoy Plugin Forum - Replies (3)

Hello

For example  you write
"conf_replace": [
        {
            "iso": "/ubuntu-20.04-desktop-amd64.iso",
            "org": "/isolinux/txt.cfg",
            "new": "/ventoy/ubuntu.cfg"
        }
    ]

Are you sure it actually works like this

In my legacy test, there is a crash with the following message

Boot loader 
Live: File not found

OK

Print this item

solved 【Solved】Replace pluggin configuration (control)
Posted by: geole - 11-21-2020, 05:49 PM - Forum: Ventoy Plugin Forum - Replies (6)

Hello


During the boot on the USB key, it is possible to press the F5 key in order to check the quality of the plugging 

This works perfectly well for the "conf_replace" plugin.

This makes it possible to verify that the names indicated correspond to files.

Would it be possible to do the same for the other two plugging "conf_replace_legacy" and "conf_replace_uefi"?

Thank you

Print this item

  External harddisk is not recognized/not available in the boot menu
Posted by: Werniman - 11-19-2020, 01:08 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hello,
I use an Asus M5A97 R2.0 board with a UEFI bios. Windows 10 (installed in BIOS mode) and Manjaro 20.1.2 (installed in UEFI mode) are used as operating system. Both are installed on different SSD. No boot manager like Grub2 is used, I have to use the boot menu of the computer (F8 key after booting the computer) to select the desired operating system. That is also intended. Each hard disk is listed twice: 1x under her normal name and 1x with the prefix "UEFI".

Furthermore, I still own 3 external storage media:  an external 3.5" HDD, a docking station and a 2.5" HDD. 

Now I have two problems:

Problem one:  When I start Ventoy under Windows, I only see the 3.5" HDD and the disk in the docking station. If I install Ventoy on it, I can also boot the computer from it and everything works perfectly. But I have to select the UEFI entry for the hard disk in the boot menu, they don't start with the normal entry.
However, I would also like to install Ventoy on the 2.5" HDD. But this does not work, because the hard disk is found by Windows, but not by Ventoy.  Why is that and how can I install Ventoy on it?

Problem 2: I have installed Ventoy on Manjaro as a test and thus installed Ventoy on the 2.5" HDD. As installation command I have entered this:  "./Ventoy -i -g /dev/sdd" 
The "-g" is necessary because the 2.5" HDD is larger than 2TB and therefore MBR will not work. 
The result: When I now try to boot from this hard disk, I only get the text "GR" in the upper left corner. This is probably due to the fact that I have no choice of UEFI mode for the 2.5" HDD, i.e. the entry is simply missing. How can I install Ventoy so that the computer also recognises this disk in UEFI mode?

Print this item