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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 11,354
» Latest member: geryescalier
» Forum threads: 1,522
» Forum posts: 6,300

Full Statistics

Online Users
There are currently 209 online users.
» 1 Member(s) | 203 Guest(s)
Baidu, Bing, Facebook, Google, Yandex, FroggieTheGremlin

Latest Threads
Linux Mint dat file persi...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
47 minutes ago
» Replies: 1
» Views: 59
Кракен - Ссылка на сайт в...
Forum: Ventoy Discussion Forum
Last Post: Davidabips
Yesterday, 12:19 AM
» Replies: 0
» Views: 73
proxmox v8.2
Forum: Ventoy Discussion Forum
Last Post: Steve2926
04-27-2024, 12:44 PM
» Replies: 1
» Views: 143
Windows 10 Installation i...
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-26-2024, 12:46 PM
» Replies: 17
» Views: 36,404
Booting kernel 6.6 with ...
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-25-2024, 05:26 PM
» Replies: 1
» Views: 430
Haiku OS no ventoy yet..
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-25-2024, 05:23 PM
» Replies: 1
» Views: 366
Theme Backround Image
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-25-2024, 05:22 PM
» Replies: 1
» Views: 511
menu separator
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-25-2024, 05:16 PM
» Replies: 1
» Views: 320
‘‘Alloc magic broken’’ on...
Forum: Ventoy Discussion Forum
Last Post: Grigo_R0
04-25-2024, 05:07 PM
» Replies: 1
» Views: 205
请教一下,在unraid虚拟机启动碰到花屏的问题
Forum: iVentoy Discussion Forum
Last Post: abovo484
04-24-2024, 11:19 AM
» Replies: 0
» Views: 189

 
solved [SOLVED] bug- ventoy not support : 联想小新Lenovo/联想 V1000 i7笔记本4G1T/Win8.1独显
Posted by: lovelymangold - 02-04-2022, 04:26 AM - Forum: Ventoy Discussion Forum - Replies (2)

help, 

ventoy not support :
联想小新Lenovo/联想 V1000 i7笔记本4G1T/Win8.1独显

i bought it in year 2014.

https://detail.tmall.com/item.htm?id=390...2e8d9q5ebn


Huh

hope you can fix it. 

Thanks very much!

Print this item

  Acronis Rescue Media CD does not boot with Standard setting
Posted by: Mosed - 02-03-2022, 04:48 PM - Forum: Ventoy Discussion Forum - Replies (11)

Hello,

I created an Acronis Rescue Media CD with the Rescue Media Builder with Standard settings (Win PE - Windows recovery environment). When I boot the ISO there is only the promt "press any key to boot from CD/DVD" and then it jumps back to the boot loader.

Afterwards I created the Acronis Rescue Media CD with setting "Win PE - Windows 8, Windows 8.1 Windows 10" which is created with Windows ADK and this can be bootet via Ventoy.

Tested with Windows 10 as OS.

Had someone else also this problem? Can this be perhaps solved? I guess other people will only recognize that the ISO does not boot and try another USB Boot media creation tool.

Print this item

  Design ventoy (support for setting different backgrounds for different folders).
Posted by: AlexBryansk - 02-02-2022, 08:40 PM - Forum: Ventoy Discussion Forum - Replies (21)

google translate:
In the video,https://disk.yandex.ru/i/4y6jChViAZXNvA , ventoy is installed on an external SSD disk with a capacity of 256GB. 8 themes are used:
- main menu,
- external menu(launching ventoy_grub.cfg),
- file manager (the idea and the main part of the code is nguyen ha thai trong, the author of the topics on the forum "grubfm_ventoyfm iso" and "ventoyfm1062")
- directory antivirus "/ISO/Antivirus"
- directory Windows Installation disks "/ISO/Install windows"
- directory linux Live-cd "/ISO/linux"
- directory the loaders "/ISO/multiboot"
- directory working with HDD,ssd,flash disks "/ISO/sistem utilit"

The difference from the original ventoy is only in adding code to the grub.conf file.
Native auto-search for files in { "VTOY_DEFAULT_SEARCH_ROOT": "/ventoymenu" }, but this folder is empty and therefore will not be displayed in the main menu.
The second Auto-search is carried out by the built-in file manager. Launching iso, img files... carried out by ventoy. Launching text files
with the cat command. In the file manager mode, not all iso, img files are launched from partitions other than hd0,1.
But these files are not launched from these places by other programs - a1ive/grub2-filemanager and nguyentumine/AIO-Boot.

Disadvantage and a big request to help:
Icons, aliases, themes... added manually:
for example, I have

Code:
if   regexp '^\b.*[kK][rR][dD].*$' "${name_icon}"; then
        set icon="Kaspersky";
    elif regexp '^\b.*[dD][rR][wW][eE][bB].*$' "${name_icon}"; then
        set icon="drweb";
    elif regexp '^\b.*[eE][sS][eE][tT].*$' "${name_icon}"; then
        set icon="eset";
    elif regexp '^\b.*[aA][vV][iI][rR][aA].*$' "${name_icon}"; then
        set icon="avira";
        ....

in the ventoy.json file

Code:
    "menu_class": [
            {
                "key": "krd",
                "class": "Kaspersky"
            },
            {
                "key": "drweb",
                "class": "drweb"
            },
            {
                "key": "eset",
                "class": "eset"
            },
            {
                "key": "avira",
                "class": "avira"
            },
            ....


1. Therefore, the request is how to extract data from the ventoy.json file from the terminal (in the grub.conf file).
Maybe longpanda has some kind of function.
2. Or how to run a binary file. The analog in the linux terminal is ./path/file_name
3. How to transfer data from the grub.conf file to the label component file theme.txt .
An analogue of "menu_tip" in the file ventoy.json or +label {text = "@VTOY_HOTKEY_TIP@"... in the file theme.txt .

For example, launching Kaspersky Rescue Disk antivirus
(press "Ctrl+r" - "GRUB2 Mode" will be displayed at the bottom, in the center of the screen and ... that's it :) then start.)

Print this item

  WindowsPE - load necessary driver during boot
Posted by: Nierewa - 01-27-2022, 12:23 PM - Forum: Ventoy Discussion Forum - Replies (4)

If I start Win7PE.iso from ventoy, all seems ok.
But the USB Stick isn't mount because USB driver issues during boot.
I tried injection plugin but it fails. So the injection isn't the right thing here because the USB stick isn't mounted.

How can I solve the problem?
Maybe with DUD (Driver Update Disk) Plugin? Or maybe with unattend.xml?


Does anyone have a solution or an idea?

Print this item

  提交一个bug,不知道算不算是。同时提交一个测试通过的ISO
Posted by: lakerkobe - 01-26-2022, 07:11 AM - Forum: Ventoy Discussion Forum - Replies (2)

Ventoy的版本是1.0.63和1.0.64,之前的版本没注意是否有此现象。
我会把windows和linux的ISO存放在同一磁盘分区,同时也会在此分区存放一些linux下使用的脚本文件,所以我把存放ISO的分区格式化为udf文件系统,这样无论在windows还是linux下都可以无需加载安装其他软件模块即可访问这个分区,方便不同系统间相互间读写文件。
当我把此分区格式化为ntfs或者exfat时,ventoy引导及安装系统时都很正常;如果当我把这个分区格式化为UDF时,ventoy本身引导没有问题,安装了几个不同版本的linux时也没问题,可是在安装windows时,ISO开始引导后第一个页面就直接报告错误,测试了win7,win10,win11,win2012,win2016,这些都会报错误,测试的硬件有服务器,PC机,都是一样报错。测试用的U盘有sandisk,aigo,kingstone,都是会报错。

另外,可以支持的ISO镜像我测试通过了Kylin-Server-10-SP1-Release-Build20-20210518-x86_64.iso,同时此版本的arm平台镜像也测试通过,但是这两个ISO均无法加载KS文件进行自动化部署。
测试无法使用Kylin-Server-10-SP2-x86-Release-Build09-20210524.iso。

Print this item

solved 【Solved】persistence no prompt
Posted by: bertus65 - 01-25-2022, 08:39 AM - Forum: Ventoy Plugin Forum - Replies (13)

Hello,
I like Ventoy very much, but now I have a problem with persistence.
Now I want to use a live ubuntu20.4desktop with persistence.
What I've done so far: 

  • searching on this forum for a solution
  • ventoy 1.064, tested with uefi and legacy boot
  • No prompt menu displayed? (prompt for select boot with or without persistence)?
  • http://json.parser.online.fr OK
  • During Ventoy Boot pressing <f5> check persistence plugin configuration shows Image=ok, Backend=ok, Dump Persistence=succes
  • in grub vt_dump_persistence same result as previous step
  • label persistence file casper-rw (I read in https://askubuntu.com/questions/1297758 since ubuntu version 20 this should be writable,
    but I think this is not causing my problem "no prompt menu" 


Can someone help me to fix my problem?
Best Regards Bart

Print this item

  Win7 PE - driver incection
Posted by: Nierewa - 01-24-2022, 12:42 PM - Forum: Ventoy Plugin Forum - Replies (18)

Hi,

I have a Win7PE boot.wim file wich be loades with ventoy.
But I can't use either mouse nor keyboard.

How can I add USB3 driver? With injection plugin it doesn't work?

Code:
"injection": [
        {
            "image": "/iso/Win7PE/boot1.wim",
            "archive": "/driver/Intel_USB3_Win7.zip"
        }
    ]

Folderstructur within Intel_USB3_Win7.zip:

sources
  |-$OEM$
     |-Win7
        |-x64
            |-usb.inf
        |-x86
            - usb.inf

Or using VentoyAutoRun.bat?

Need some help/tutorial. Thanks Smile

Print this item

  New Ventoy user questions
Posted by: 2020 - 01-24-2022, 03:20 AM - Forum: Ventoy Discussion Forum - Replies (3)

Hi im new to Ventoy

I've been using Rufus which is very solid but wanted to try a good multi boot option ive used YUFI in the past, I had some questions.

Since I've been using Rufus ii was wondering if ventoy had - image options, standard, Extended installation support (Disables TPM/Secure Boot Windows To Go.

Can you create Windows To Go with ventoy like you can with rufus and Disables TPM/Secure Boot,  if not how could i do this  or can I still just use rufus ?
can ventoy do everything rufus and Easy2Boot  can if not what are the missing features ?

I can see you dont have Legacy support so cant run things like windows xp  would this fix the issue
Link

Can I still run portable apps ?

Print this item

  StorageCraft-Recovery-Environment-CrossPlatform-Full
Posted by: nguyen ha thai trong - 01-18-2022, 12:58 PM - Forum: Ventoy Discussion Forum - Replies (1)

I don't understand why aioboot and grubfm boot StorageCraft-Recovery-Environment-CrossPlatform-Full.iso failed, ventoy boot ok. I tried using rufus to create usb boot from StorageCraft-Recovery-Environment-CrossPlatform-Full.iso, still failure.

Print this item

  "Memtest86+ V5.31b" does not work in normal mode.
Posted by: Matthew Wai - 01-18-2022, 08:08 AM - Forum: Ventoy Discussion Forum - Replies (1)

@longpanda

Code:
http://www.memtest.org/download/5.31b/memtest86+-5.31b.iso.zip

The above "Memtest86+ V5.31b" is intended only for Legacy BIOS.
In Legacy mode, "Memtest86+ V5.31b" works in Memdisk mode but not in normal mode.
Is it possible to get it to work in normal mode?

Print this item