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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,273
» Latest member: 龙套二号
» Forum threads: 1,602
» Forum posts: 6,562

Full Statistics

Online Users
There are currently 91 online users.
» 0 Member(s) | 88 Guest(s)
Baidu, Bing, Google

Latest Threads
Kraken: Гарантия безопасн...
Forum: Ventoy Discussion Forum
Last Post: JustinHew
2 hours ago
» Replies: 0
» Views: 10
i have ventoy usb with wi...
Forum: Ventoy Discussion Forum
Last Post: xzaswq
3 hours ago
» Replies: 3
» Views: 86
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
11-22-2024, 09:26 AM
» Replies: 0
» Views: 116
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 798
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 611
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,124
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,389
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 304
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 367
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 383

 
  Booting COMPUTER BILD-Notfall-DVD
Posted by: Nierewa - 03-06-2023, 09:42 AM - Forum: Ventoy Discussion Forum - No Replies

Hi,

was someon be able to start Computerbild Notfall DVD with ventoy?
It doesn't work for me. Maybe someone could help?

Thanks Smile

Print this item

  Can you Resize The Ventoy Partition
Posted by: Sparks79 - 03-02-2023, 06:03 AM - Forum: Ventoy Discussion Forum - Replies (3)

I have an External Portable Usb3 2TB SSD.
I have Ventoy installed on it and created a Ventoy Partition NTFS.
The Ventoy Partition has all my ISO's on it and is working just fine.
However I have Linux Mint ( linuxmint-21.1-cinnamon-64bit.iso ) also on that partition.
Now I have configured Mint for Persistence and it works just fine.
But when I Run Linux Mint , it tells me I am Running dangerously Low on Disk Space.
I can't figure out how to give it more Space.
I did just read on the net somewhere that there may be a way of providing a certain size to Linux When you are Creating The Ventoy Disk.
Can that be done now or would I have to Reinstall everything.
Or is there another way.
There is Plenty of Space on this 2tb ssd.
.

Print this item

  versão do ventoy via comando
Posted by: jlsupremo - 03-01-2023, 03:25 PM - Forum: Ventoy Discussion Forum - Replies (1)

I need to know how I can receive the version that is installed on the pendrive via Windows command, so that if the version is out of date I can run the command Ventoy2Disk.exe VTOYCLI /U /Y /DriveBig Grin:

What command to receive the return of the version installed on the drive?

VTOYCL

Print this item

  Showing battery percantage in ventoy
Posted by: UnRedKnown - 03-01-2023, 10:12 AM - Forum: Ventoy Discussion Forum - No Replies

Is there a way to check what battery percentage my laptop is while in the bootloader? Maybe a control plugin, or some file i can throw into disk/ventoy?

Print this item

  VentoyPlugson_X64.exe 无法启动
Posted by: le45tx1m - 03-01-2023, 02:53 AM - Forum: Ventoy Plugin Forum - Replies (1)

Window 11 系统下 VentoyPlugson.exe 可以正常打开,64位的 VentoyPlugson_X64.exe 双击没有反应


(03-01-2023, 02:53 AM)le45tx1m Wrote: Window 11 系统下 VentoyPlugson.exe 可以正常打开,64位的 VentoyPlugson_X64.exe 双击没有反应
准确的说,是双击 VentoyPlugson_X64.exe 后生成 VentoyPlugson.log 就退出了,没有报告任何异常,通过浏览器手动访问 log 日志里的 127.0.0.1:24681 也打不开配置页面
换回 VentoyPlugson.exe 正常,那么 VentoyPlugson_X64.exe 有啥用?

Print this item

  mod Ventoy Menu Tip Plugin(Design ventoy 1.0.86)
Posted by: AlexBryansk - 02-26-2023, 08:50 PM - Forum: Ventoy Plugin Forum - Replies (11)

1. I present the changes in the plugin "menu_tip". Now "tip" can display messages with a length of 4000 English characters. Which is equivalent for many languages to about 2000 national symbols.
Screenshot of the ventoy.json file.
   

a)Added new parameters to the theme file theme.txt
  menu-tip-width: "33%" // label width - any number
  menu-tip-align: "right" // right, left, center
b)The spelling was corrected in ventoy.json : The "tip" parameter is written in one line. If you need to forcibly transfer a string (analogous to "Enter") when it is displayed in ventoy, insert the tilde symbol "~" into the text.
2. It is also now possible to transfer text in the "label" component.
Set the TIP_WIDTH parameter.
Example:

Code:
+ hbox{
    left = 2%
    top = 60%
    + label {text = "@VTOY_HOTKEY_TIP@" color = "white" align = "left" TIP_WIDTH = "38%"}
}

Screenshot of the result of item 1 and item2
   

3. "tip" can be added for the menu item set manually in the file "grub.cfg".
a) It is necessary to set "vt_tip_dir_id" any name, in the example "/message_1"
b) Add the "id" string to the submenu: "--id="DIR_" _VTIP_${ventoy_brower_tip}"
c) Set the "dir" parameter in the "menu_tip" plugin: "/message_1", the same as in paragraph a)

Example:
Code:
vt_tip_dir_id /message_1
submenu "  ventoy browser" --class iconFM --id="DIR_" _VTIP_${ventoy_brower_tip}{
        unset timeout
        set VTOY_MENU_TIP_ENABLE=0
        vt_browser_disk
}

Screenshot of the result of item 3

   

ventoy-mod_1.0.86-linux.tar.gz       ventoy-mod_1.0.86-windows.zip     ventoy-mod_1.0.86-livecd.iso

Print this item

  SeaTools image does not boot
Posted by: eyal - 02-26-2023, 09:02 AM - Forum: Ventoy Discussion Forum - No Replies

I now use ventoy 1.88.

I downloaded "SeaTools Bootable"
   USBbootSetup-SeaToolsBootable.zip
from
   https://www.seagate.com/au/en/support/do.../seatools/
Ran it and created a USB disk.

The disk boots and works as expected. I think it is a Core Linux using busybox.
I now read the disk ('dd' under linux) and copied the image to the ventoy disk where I have a number of images. For example a fedora 37 CD boots fine as others do.

This SeaTools image does not boot properly. It actually starts to boot but then drops into a shell prompt.
It does not matter if I enable or not UEFI boot.
I captured the boot logs (dmesg) of a good boot and a failed boot, however since this is a standard package it should be easy to reproduce. I hope.



Attached Files
.zip   dmesg.zip (Size: 24.58 KB / Downloads: 3)
Print this item

  display problem
Posted by: jstaber2 - 02-25-2023, 01:18 PM - Forum: Ventoy Discussion Forum - Replies (5)

After booting to the Ventoy usb drive I see several lines of code and then a grub> prompt instead of the Ventoy menu.

How can I fix this?

Print this item

  Bricked USB drive after Windows install
Posted by: TaktischerSpeck - 02-21-2023, 02:36 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hey,

I installed multiple Linux Computers with my ventoy drive, but it seems like that a Windows 11 install bricked my drive.

So the Stick does get recognized, but as if it has no storage at all.
I tried diskpart and clean, it also does not show up with storage under Linux.

Any idea what happen or what i can do?

Thanks Vincent

Print this item

  Unable to mount ventoy partition
Posted by: Heffgé - 02-20-2023, 03:24 PM - Forum: Ventoy Plugin Forum - Replies (11)

Hi,

Ventoy partition on my USB stick can't be mounted by Linux (Mint Cinnamon) despite VENTOY_LINUX_REMOUNT added to my json file.

It has been reported here that VENTOY_LINUX_REMOUNT has to be added too in control_legacy and in control_uefi but that has no effect, regardless boot type, UEFI or legacy.

I noticed too that menu language stays english even when modifying it.

My json file includes a persistence section and that works fine but may be there's something wrong in the control section. Here is my file :


Code:
{
  "control": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "control_legacy": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "control_uefi": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "persistence": [
    {
      "image": "/Fichiers ISO/Linux Mint Cinnamon/linuxmint-20.3-cinnamon-64bit.iso",
      "backend": [
        "/Persistence/Linux Mint Cinnamon/persistence_ext4_1GB_casper-rw.dat"
      ]
    }
  ]
}

Thanking you in advance for any suggestion.


FG

Print this item