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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,250
» Latest member: dexterbeep
» Forum threads: 1,702
» Forum posts: 6,814

Full Statistics

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

Latest Threads
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: mephistooo2
06-08-2026, 12:49 PM
» Replies: 1
» Views: 303
External DHCP
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 07:47 AM
» Replies: 1
» Views: 231
Regarding UAPI.1 usage fo...
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 05:20 AM
» Replies: 0
» Views: 178
Sterlec on iventoy
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:48 PM
» Replies: 1
» Views: 435
Bypass Windows 11 25H2 MS...
Forum: Ventoy Discussion Forum
Last Post: vyros4u
05-27-2026, 07:56 PM
» Replies: 0
» Views: 461
Ventoy not booting on som...
Forum: Ventoy Discussion Forum
Last Post: jiri
05-27-2026, 03:03 PM
» Replies: 2
» Views: 873
Problema iventoy nao carr...
Forum: iVentoy Discussion Forum
Last Post: longpanda
05-23-2026, 02:56 PM
» Replies: 1
» Views: 372
[SOLVED] iVentoy stuck on...
Forum: iVentoy Discussion Forum
Last Post: roy
05-19-2026, 01:14 PM
» Replies: 4
» Views: 1,355
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-13-2026, 01:29 PM
» Replies: 1
» Views: 814
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
05-13-2026, 04:20 AM
» Replies: 15
» Views: 2,679

 
Question T410的问题
Posted by: christopherlee - 10-13-2021, 11:55 AM - Forum: Ventoy Discussion Forum - Replies (5)

您好,龙大。。

我有一台T410,过于古老。。您见谅

没有UEFI,Ventory通过Legacy BIOS可以启动,可以看到ISO列表

但是选择ISO进入后,只剩黑屏加左上角的一个闪动光标

关于Legacy的容量限制,做了多次尝试,1G,2G,4G,8G,16G都尝试了。。

无法解决问题

特来论坛请教

Print this item

solved [SOLVED] Windows 11 iso issues
Posted by: johns - 10-10-2021, 01:51 PM - Forum: Ventoy Discussion Forum - Replies (2)

Hi,

I'm testing Windows 11 iso with Ventoy 1.0.53 but when the installer wants to copy the files it gives an error that the source could not be found.
Anyone else seen this issue?

Print this item

  [SOLVED] GUI app looks bad in 4K desktop
Posted by: josete - 10-10-2021, 11:51 AM - Forum: Ventoy Discussion Forum - Replies (4)

Hi!
I have 2 computers, both with the Manjaro Linux KDE.
One has a 4K desktop and the other is Full-HD.
The GUI looks really bad on the 4K desktop.
I have attached a sample.
What can I do to solve this?
Thanks in advance!
I'm sorry if my English is not good enough.



Attached Files Thumbnail(s)
   
Print this item

  Librix Boot Issues
Posted by: Daldes - 10-08-2021, 02:33 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hi, 
Anyone can help me with this error?



Attached Files Thumbnail(s)
   
Print this item

  Failure when booting Ububtu 20.04 in Secure Boot
Posted by: AzJazz - 10-07-2021, 12:08 AM - Forum: Ventoy Discussion Forum - Replies (2)

I am running Ventoy 1.0.53.

I just got my Ventoy USB drive working with Secure Boot. It was painful to get the MOK keys registered, but I finally figured out a work-around (Not Ventoy's issue, I know).

Now that I have my Ventoy USB working with Secure Boot, I started trying out all my ISO images to see how they ran.

I ran into a problem with my Ubuntu 20.04 ISO with a persistent image enabled.

When booting Ubuntu 20.04, I saw the following MOKManager failure:

Verification failed: (0x1A) Security Violation

Is this a known issue with Ubuntu and Secure Boot?

Thanks,

AzJazz

Print this item

  Problems booting VDisk on UEFI-only notebook
Posted by: mario - 10-06-2021, 03:35 PM - Forum: Ventoy Plugin Forum - Replies (5)

Hi!

First, thanks a lot for developing this innovative USB boot tool.

My goal is to create a bootable USB drive with a customized Ubuntu Linux 20.04 based on VirtualBox images. It shall work on a (quite recent) Notebook
model called Tongfang GM7NG0R (https://noteb.com/?model/model.php?conf=...299&ex=USD). It is the first notebook I have which has no legacy boot support (so UEFI only, but secure boot is disabled).

What I did: I downloaded the Ubuntu ISO (ubuntu-20.04.3-desktop-amd64.iso) and installed it into a fixed-size VDI image as described on the "Linux vDisk Boot Plugin" page. EFI mode has been activated before installation, and the most recent vtoyboot script run. When I boot the USB and select the *.vdi.vtoy image, I see a short black screen and then the system immediately restarts. However, booting the exact same image (on the same USB drive) works fine on other Legacy Boot notebooks, and also on one other UEFI boot machine. Interestingly, on the "problematic" Tonfgang notebook, it is possible to boot the original Ubuntu ISO file using Ventoy.

What could I do to "debug" or resolve the issue? Any help to boot a vDisk on this notebook would be appreciated.

Print this item

  Boot direct to Vdisk
Posted by: doveman - 10-06-2021, 03:20 PM - Forum: Ventoy Plugin Forum - Replies (4)

Using this ventoy_grub.cfg:

Code:
menuentry "Boot Mint (Xfce)" {   
    set my_vdisk_path="/Virtualbox/LinuxMint(Xfce).vdi.vtoy"
   
    if search -n -s vdiskhd -f "$my_vdisk_path"; then
        vtoyboot_common_func "($vdiskhd)$my_vdisk_path"
    else
        echo "$my_vdisk_path not found"
    fi
}

then after the first menu loads, which says it couldn't find any ISOs, I can press F6 and then boot my vdisk from there, either from the USB stick or the computer's HDD (which is obviously faster). That works but I want to skip straight to the second menu.

I created this ventoy.json:

Code:
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "0" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
        { "VTOY_SORT_CASE_SENSITIVE": "0" },
        { "VTOY_MAX_SEARCH_LEVEL": "1" },
        { "VTOY_MENU_TIMEOUT": "10" },
        { "VTOY_DEFAULT_KBD_LAYOUT": "QWERTY_UK" },
        { "VTOY_FILE_FLT_VTOY": "1" },
        { "VTOY_DEFAULT_IMAGE": "/Virtualbox/LinuxMint(Xfce).vdi.vtoy" },
    ],
   
   "image_list": [
    "/Virtualbox/LinuxMint(Xfce).vdi.vtoy"
    "/Virtualbox/LinuxMint(MATE).vdi.vtoy"
    ]
}


but it says "syntax error detected" when I boot with that. Can anyone see what's wrong?

Also, I'd like to try booting my vdisk on my PC from my grub4dos boot menu, without needing to use a USB stick, but it seems I need vdiskchain and it doesn't seem to be available anywhere to download, only if you can compile it using the files here https://github.com/ventoy/vdiskchain which I don't know how to do. Is there anywhere I can download it?

Print this item

  How to mark a topic [SOLVED]
Posted by: BKPB - 10-05-2021, 02:52 AM - Forum: Ventoy Discussion Forum - Replies (1)

How to mark a topic [SOLVED] ?
Where is such a button ?

Print this item

  [SOLVED] Loading .iso directly without loading the boot menu.
Posted by: BKPB - 10-03-2021, 10:04 AM - Forum: Ventoy Discussion Forum - Replies (4)

I have only one image on my USB drive Windows_7.iso how to create a vento script.json to automatically load the image.iso without displaying the ventoy boot menu ?

Code:
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "0" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
        { "VTOY_TREE_VIEW_MENU_STYLE": "0" },
        { "VTOY_SORT_CASE_SENSITIVE": "0" },
        { "VTOY_MAX_SEARCH_LEVEL": "max" },
        { "VTOY_DEFAULT_SEARCH_ROOT": "/ISO" },
        { "VTOY_MENU_TIMEOUT": "0" },
        { "VTOY_DEFAULT_IMAGE": "/Windows_7_Pro_x86_x64_11.08.2021.iso" }
    ],
   
    "theme": {
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "1920x1080",       
        "display_mode": "GUI",
        "ventoy_left": "5%",
        "ventoy_top": "95%",
        "ventoy_color": "#191919"
    },
   
   "image_list": [
        "/Windows_7_Pro_x86_x64_11.08.2021.iso"
    ]
}

Print this item

  What is the best way to format USB to NTFS or exFAT ?
Posted by: BKPB - 10-03-2021, 08:46 AM - Forum: Ventoy Discussion Forum - No Replies

How best to format the partition on the USB drive on which the images are located .iso to NTFS or exFAT ? Is it important for Vento ?
Or is there no difference ?

Print this item