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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,270
» Latest member: dfleisch1
» Forum threads: 1,601
» Forum posts: 6,558

Full Statistics

Online Users
There are currently 140 online users.
» 0 Member(s) | 137 Guest(s)
Applebot, Bing, Google

Latest Threads
i have ventoy usb with wi...
Forum: Ventoy Discussion Forum
Last Post: xzaswq
2 hours ago
» Replies: 0
» Views: 8
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Yesterday, 09:26 AM
» Replies: 0
» Views: 105
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 777
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 606
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,078
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,380
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 301
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 363
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 380
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,607

 
  请问怎么把konboot2.5加入到ventoy启动项里面
Posted by: edpcnet - 04-12-2022, 04:47 AM - Forum: Ventoy Plugin Forum - No Replies

怎么把konboot2.5加入到ventoy启动项里面,iso包和img包都启动不了啊!

Print this item

  [feature suggestion] Find files by path without setting in ventoy.json
Posted by: calzlot - 04-09-2022, 11:41 AM - Forum: Ventoy Discussion Forum - Replies (1)

Hello!

Venty has reached a maturity that allows to look beyond function and start polishing the usability. Thank you for the hard work! I wonder why nobody did that much sooner?


Here is one suggestion. Allow me to explain the background first.
Whether we throw our files all into one directory...

Code:
/images-and-corresponding-files/
    distro1-config.cfg
    distro1-persistence.dat
    distro1.iso
    distro2-config.cfg
    distro2-persistence.dat
    distro2.iso
/ventoy/
    ventoy.json            # global settings file (distros and ventoy)

...or keep them sorted...
Code:
/configs/
    distro1-config.cfg
    distro2-config.cfg
/images/
    distro1.iso
    distro2.iso
/persistence-files/
    distro1-persistence.dat
    distro2-persistence.dat
/ventoy/
    ventoy.json            # global settings file (distros and ventoy)

...or sort by distro...

Code:
/distros/
    distro1/
        distro1-config.cfg
        distro1.iso
        distro1-persistence.dat
    distro2/
        distro2-config.cfg
        distro2.iso
        distro2-persistence.dat
/ventoy/
    ventoy.json            # global settings file (distros and ventoy)

... whenever we change a distro, we also have to
  • rename the persistence file,
  • rename the config file,
  • and edit the names of persistence and config files in the global ventoy.jason.

That can be more elegant. Here's the suggestion, consisting of two steps:

  1. Yentoy is enabled to automatically accept all files that belong to an image, if they are in the same folder with that image. That means its corresponding .dat, .cfg, .md5/.sha1/.sha256/.sha512 files.
  2. And also, all image specific settings that are now in the global ventoy.json file could go into an image-specific config file in that folder.
To keep backward compatibility, ventoy then needs to first look for corresponding files in its global ventoy.json, so every user can continue to use their current settings. Only if ventoy does not find entries there for the selected image, it then looks inside the folder of the selected image, reads the config there (if one exists), and then loads the image and the other files there.

We then could group images and files like this:

Code:
/distros/
    distro1/
        distro1-config.cfg
        distro1-persistence.dat
        distro1-v1.2.3.iso
        distro1.json    # only settings for distro1
    distro2/
        distro2-config.cfg
        distro2-persistence.dat
        distro2-v4.5.6.iso
        distro2.json    # only settings for distro2
/ventoy/
    ventoy.json            # only settings for ventoy itself

Then, if the image file is replaced, and we want the new image to keep its new name (e.g., when it contains a version number):
  • No corresponding files needs renaming. (Checksums have to be replaced anyway.)
  • No edit necessary in global ventoy.json.
  • No edit necessary in image-specific config file (if existent).
Removing an image now only requires that a directory is deleted. No editing ventoy.json necessary. (Of course, one could stay with the old way, and just leave ventoy.json untouched, if one loves the accumulating cruft. Smile )

The reasoning behind the idea is as follows.
A minor version change (e.g. v1.2.34 => 1.2.35) will rarely need a changed config (and maybe not even persistence?). For the case that it does, the ventoy documentation needs an extra sentence that alerts to unchanged .dat, .cfg, and .json in case of errors, and suggests moving them elsewhere for a test.
This will prove especially useful with images that do not change much over long times, and only add security fixes and minor changes (e.g. Clonezilla). They can use the same config for a long time, and we will not need to edit the .cfg name and ventoy.json with every minor update.



For the interested, related reading about the power of the lack of ease of use: "Beware Trivial Inconveniences"

Print this item

  Secureboot : Grub error "shim_lock protocol not found"
Posted by: vernetroyer - 04-08-2022, 06:10 AM - Forum: Ventoy Discussion Forum - Replies (9)

When installing Ventoy on USB with GPT and SecureBoot, upon first boot I need to install keys, just as explained on the website.
The second boot however does start up Ventoy correctly, but when selecting SystemRescue 9.01, and Grub starts, I get the following Grub error:

shim_lock protocol not found, you need to load the kernel first

Rebooting with secure boot disabled does not give the error, and boots SystemRescue successfully.
Booting with secureboot gives a black (?) grub screen, booting without secureboot gives a green (?) grub screen.

Does anyone know a solution on how to solve this that it will work under SecureBoot?

Print this item

Photo ventoy制作的u盘在macbookpro2017上无法启动
Posted by: dongxf - 04-07-2022, 07:23 AM - Forum: Ventoy Discussion Forum - Replies (3)

macbookpro 2017 13" 无touchbar

错误信息截图如附件

ventory1.0.73版本



Attached Files Thumbnail(s)
   
Print this item

Heart Ventoy-1.0.73 release
Posted by: longpanda - 04-06-2022, 01:13 PM - Forum: Ventoy Discussion Forum - Replies (1)

  • 2022/04/06 --- 1.0.73 release
  1. Ventoy Subscription Service. Notes

  2. A dialog will be popped up when you click install button if Ventoy already installed in the disk.
    Then you must enter YES in the text box manually to confirm the installation.


  3. If the ISO file name is too long to displayed completely. You can press left or right arrow keys ← → to scroll the menu.
  4. Add F5 Tools  --> Power --> Reboot to EFI setup  menu in UEFI mode, (reboot to UEFI BIOS Setup).
  5. Add F5 Tools  --> Hardware Information  menu.
  6. We can set menu tip position and color for per-theme. Notes
  7. Prevent DLL search order hijacking for Ventoy2Disk.exe/VentoyPlugson.exe/VentoyVlnk.exe.
  8. Fixed a bug that VTOY_LINUX_REMOUNT option does not take effect for Manjaro/Arch.
  9. vtoyboot-1.0.21 release. Notes
  10. languages.json update

Print this item

  mod Ventoy Menu Tip Plugin(Design ventoy ventoy 1.0.72)
Posted by: AlexBryansk - 04-03-2022, 11:48 AM - Forum: Ventoy Plugin Forum - Replies (2)

In continuation of the topics: Backgrounds per backrestDesign ventoy mod_ventoy 1.0.70.

I imagine the modified  "Ventoy Menu Tip Plugin".
Except for the general parameters for all "tip": left, top и color.
Now you can set individual parameters for each hint: tipleft, tiptop и tipcolor.
Now the hint message can contain up to 7 lines: "tip1"...."tip7".

Пример:

Code:
"menu_tip":    {
      "left": "2%",
      "top": "42%",
      "color": "blue",
      "tips":    [
            {
             "dir": "/ISO/Antivirus",
             "tip1": "антивирусники: AVIRA Rescue Disk,",
         "tip2": "ESET NOD32, Kaspersky Rescue Disk,",
         "tip3": "Dr.Web AntiVirus.",
         "tipleft": "68%",
         "tiptop": "2%"
        },
        {
                "image": "/ISO/linux/CentOS-7-x86_64-Everything-2009.iso",
                "tip1": "           Это не live-cd !!!!!",
                "tip2": " CentOS  — дистрибутив Linux, основанный на",
        "tip3": "коммерческом Red Hat Enterprise Linux компа-",
        "tip4": "нии Red Hat и совместимый с ним. С помощью",
        "tip5": "этого установленного дистрибутива - компили-",
        "tip6": "руется ventoy. На виртувльной машине где-то",
        "tip7": "25-30 минут, на физической 7-10 минут."
            },
            {
                "image": "/ISO/Antivirus/eset_sysrescue_live_enu.iso",
                "tip1": " базы от 2020г+gparted-на",
        "tip2": " русском.на slax.В составе",
        "tip3": "утилита USERINIT_FIX созда-",
        "tip4": "на компанией ESET специально",
        "tip5": "для борьбы с вирусами-вымо-",
        "tip6": "гателями.Запустите ее и сле-",
        "tip7": "дуйте инструкциям.",
        "tiptop": "51%",
        "tipleft": "7%",
        "tipcolor": "black"
            },
        {
                "image": "/ISO/multiboot/mod_ventoy-1.0.72-livecd.iso",
                "tip1": "Для записи ventoy на флешку.",
                "tip2": "Работает лучше, чем под Windows.",
                "tiptop": "36%",
        "tipleft": "6%"
            }
        ]
     }


The video of the example can be viewed at the link: My ventoy.
You can download the modified files from the following links: ventoy-1.0.72-linux.tar.gz  ventoy-1.0.72-windows.zip  ventoy-1.0.72-livecd.iso

Print this item

  Linux vDisk - Will Games Run Slowly In vDisk?
Posted by: trymeout - 04-02-2022, 12:33 AM - Forum: Ventoy Plugin Forum - No Replies

I install and was able to run some games on a Manjaro and Linux Mint vDisk. It is in a VDI file and the computer I am using is powerful enough to run the game.

When I run the game it will freeze my computer after a minute, forcing me to reboot my computer. I am not sure if this is the limitations of using a Linux vDisk or if there is something more I need to do to make the game run smoothly.

I have used the Windows VHD plugin and was able to play high end games on the VHD with very little performance loss.

Print this item

  Linux vDisk - When Do You Install the DEB/RPM File?
Posted by: trymeout - 04-02-2022, 12:19 AM - Forum: Ventoy Plugin Forum - Replies (2)

In this guide below, it is not clear for distros such as Kali Linux on when to install the DEB file. Do I install it before I install the distro into Virtualbox, after I install the distro into VirtualBox, After I run vtoyboot for the first time?

https://www.ventoy.net/en/plugin_vtoyboot.html

Print this item

solved Qubes OS无法在Ventoy 1.0.72中启动
Posted by: MCSeekeri - 03-31-2022, 11:23 PM - Forum: Ventoy Discussion Forum - Replies (6)

虽然Ventoy 1.0.70已经支持了Qubes OS 4.1.0,但在我实机测试时仅能显示启动选单,不论是选择直接安装还是检查镜像都会黑屏。
我在VMware中测试过,Qubes OS安装时也会检查镜像,但可以按Esc跳过。实机启动却没有任何提示。

设备为联想小新Air15 2021锐龙款,U盘为三星Earplus 256GB版本。
Qubes OS镜像于VMware中正常启动,虽然会提示虚拟化错误...

Print this item

Question Advise: Persistence cleanup / growth issue
Posted by: zittware - 03-31-2022, 05:51 PM - Forum: Ventoy Discussion Forum - Replies (2)

I have persistent working well with a Ubuntu 20.04.1 LTS liveCD in an Automation environment.
As of late; i've noticed that the persistent FS is growing by just booting the image. IE after 100s of boots; the file system fills up to be totally full and eventually I have to "replace" the persistant.dat with a backup copy to restore functionality.

Looking for advice how to debug this "growth" issue.
Can I mount the presistant.dat file in another liveCD and "clean up"?
If so; how would I do this?
What should i look for as far as files taking up space?
Is there a way to force a filesystem check on the .dat file while booting? Would that help "clean up"?

Is there a tunefs command which might help limit the writes to the persistant.dat ? IE turn off journaling or something?

Obviously; I'd prefer to not have to regularly restore the .dat file in automation as that kindof defeats the purpose of having the persistence in the first place. 

Looking for any advice or ideas someone might have.

Print this item