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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,745
» Latest member: JimmyGalge
» Forum threads: 1,678
» Forum posts: 6,731

Full Statistics

Online Users
There are currently 371 online users.
» 0 Member(s) | 365 Guest(s)
Baidu, Bing, Facebook, Google, Twitter, Yandex

Latest Threads
How can i recover control...
Forum: Ventoy Discussion Forum
Last Post: elreydelaswasas1
11-26-2025, 04:05 PM
» Replies: 0
» Views: 240
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: leo
11-21-2025, 12:29 PM
» Replies: 0
» Views: 504
Boot 32 bit Windows
Forum: Ventoy Plugin Forum
Last Post: Steve2926
11-07-2025, 11:03 AM
» Replies: 3
» Views: 8,074
Live ISO Building ?
Forum: Ventoy Discussion Forum
Last Post: Eliott
10-31-2025, 02:02 AM
» Replies: 1
» Views: 1,163
Menu Spacing
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-30-2025, 03:49 AM
» Replies: 0
» Views: 505
EXT, NTFS in 1st partitio...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:58 AM
» Replies: 0
» Views: 563
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:25 AM
» Replies: 2
» Views: 1,333
Ventoy InjectioN
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:12 AM
» Replies: 0
» Views: 465
Aomei + Win To Go + Vento...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:02 AM
» Replies: 4
» Views: 11,770
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: FroggieTheGremlin
10-23-2025, 01:09 PM
» Replies: 5
» Views: 2,130

 
Lightbulb 能不能增加一个功能,可以引导其他硬盘上面的镜像
Posted by: 隐者浮云 - 09-02-2021, 01:18 PM - Forum: Ventoy Discussion Forum - Replies (1)

能不能增加一个功能,可以引导其他硬盘上面的镜像?
有时候会碰到小容量的U盘,例如4GB的,能否可以在小容量的U盘安装Ventoy然后引导大容量的U盘,移动硬盘或者原来电脑硬盘里面的镜像系统?

Print this item

  Emergency Boot Kit ISO not working
Posted by: Steve2926 - 08-30-2021, 10:11 AM - Forum: Ventoy Discussion Forum - Replies (10)

https://www.prime-expert.com/embootkit/

Download .exe and extract .iso file using 7Zip - Open inside #.

The 2.ISO boots OK using Easy2Boot legacy grub4dos and grubfm/agFM (Legacy partnew option and UEFI64), 

On Legacy and UEFI64 with Ventoy, I get the error

62089216 62089608 392
The size of the iso file "62089608" is invalid. File corrupted ?

Print this item

Bug 统信UOS v20 mips版,镜像启动失败
Posted by: Speedo521 - 08-28-2021, 05:16 AM - Forum: Ventoy Plugin Forum - Replies (3)

机器信息如下:
   

选择镜像,到boot form usb就卡死了
   



[color=rgba(0, 0, 0, 0.85)]统信UOS桌面专业版mips64el[/color]

[color=rgba(0, 0, 0, 0.45)]支持:mips64el(龙芯3A3000、龙芯3A4000)[/color]

求解,不胜感激!

Print this item

Heart Ventoy-1.0.51 release
Posted by: longpanda - 08-27-2021, 01:12 PM - Forum: Ventoy Discussion Forum - Replies (6)

  • 2021/08/27 --- 1.0.51 release
  1. Experimental support for FydeOS/CloudReady  Notes
  2. Fix the mount issue for 2K10 Win7x64 PE
  3. Support 2k10 PE x86 series
  4. Support escaped quotes (\") in ventoy.json. (#1062)
  5. Support Lenovo EasyStartup
  6. New image support
    • FydeOS_for_PC_v12.2-stable.img (UEFI)
    • cloudready-free-92.3.4-64bit.img (UEFI)
    • EasyStartupv3.7.9.iso (Legacy + UEFI)

Print this item

  .ventoyignore doesn't work
Posted by: cruise8 - 08-26-2021, 07:57 PM - Forum: Ventoy Discussion Forum - Replies (2)

I want to use portable apps those have many sub-directories.
So I put those in .ventoyignore like FAQ answer.
But it still have 'Ventoy scanning files, please wait...'
Please solve this problem or let me know how to ignore the sub-directories.

Print this item

Question Booting Windows VHD with custom boot flags
Posted by: DavidSpivey - 08-25-2021, 01:18 AM - Forum: Ventoy Plugin Forum - Replies (13)

I have a driver I need on my Windows to Go on VHD instance that is not signed. In order for me to use it, I need to enable testsigning, which is an option in the BCD. ventoy_vhdboot.img inlcudes a BCD file that I assume I need to modify in order to add the testsigning option. However, when I use bcdedit to change the BCD, it tells me it can't find the file (This is from an administrator prompt). It can read the BCD but not edit it.

Code:
C:\WINDOWS\system32>bcdedit /store G:\ventoy\BCD

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  unknown
description             Windows Boot Manager
locale                  en-us
inherit                 {globalsettings}
default                 {default}
resumeobject            {5f7bf00c-9ab2-11eb-9a06-001a7dda7113}
displayorder            {default}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {default}
device                  locate=\Windows\system32\winload.exe
path                    \Windows\system32\winload.exe
description             Boot from VHD
locale                  zh-CN
inherit                 {bootloadersettings}
allowedinmemorysettings 0x15000075
osdevice                locate=\Windows\system32\winload.exe
systemroot              \Windows
resumeobject            {5f7bf00c-9ab2-11eb-9a06-001a7dda7113}
nx                      OptIn
custom:26000027         Yes

C:\WINDOWS\system32>bcdedit /store G:\ventoy\BCD /set TESTSIGNING ON
An error occurred while attempting to reference the specified entry.
The system cannot find the file specified.


I managed to use Visual BCD Editor to modify the BCD to add AllowPrereleaseSignatures to the BCD "Boot from VHD" option. However, I now cannot insert the BCD in the ventoy_vhdboot.img file.

I have tried 7-zip and WinImage to add the BCD back to the image, but the errors say either the operation is not supported or the file is full. What program do I need to be using to modify the img?

Print this item

  VHD
Posted by: haiphong - 08-24-2021, 06:49 AM - Forum: Ventoy Discussion Forum - Replies (5)

Hello All,

I want to load a "VHD", but I have this Message :

!!! WARNING" !!!
Partition 1 (exfat) is not ntfs, the VHD (x) file may not boot normally.
Press ENTER To Continue.
Boot ...

Can AnyOne Help Me ?

Thanks Very Much.

Print this item

solved [SOLVED] DO_NOT_RUN_Ventoy2Disk_HERE
Posted by: Traupmann - 08-23-2021, 02:54 PM - Forum: Ventoy Discussion Forum - Replies (3)

The "DO_NOT_RUN_Ventoy2Disk_HERE" comes up no matter where I attempt to execute Ventoy.  Please understand I am very new to this site, so some obvious things to many of you are a preponderance to me.  I have numerous drives (which keeps Microsoft from ruining data and apps) on my computer (Win10 32GB). So can someone please tell me where to run "Ventoy2Disk" with this background information
- Downloaded ZIP to /E:
- Want to build Ventoy2Disk on 256GB drive on /R:

Print this item

solved dir alias is not working for me
Posted by: plato2021 - 08-19-2021, 09:27 AM - Forum: Ventoy Plugin Forum - Replies (3)

Am I making a mistake?
I would like my directory "footprint" to show as "Small Footprint for Old Computers".
It shows footprint (no syntax errors).

Am I doing something wrong here?

The code below is in the section of "menu_alias"

Code:
        {
            "dir":"/footprint/",
            "alias":"Small Footprint for Old Computers"
         },

Print this item

solved 【Solved】menu_alias not working
Posted by: plato2021 - 08-18-2021, 12:26 PM - Forum: Ventoy Plugin Forum - Replies (3)

I am new to json but most thing work for me now, except for original iso names translated to pleasant readable names: "menu_alias"

I checked everything I know. I tried all kind of things. I might be just syntax or somethings else. Any suggestions would be very welcome.

Code:
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
    ],
   
    "theme": {
        "file": "/ventoy/themes/litemint/theme.txt",
        "gfxmode": "1920x1080",
        "ventoy_color": "#d0e764"
    },

"menu_class" : [
        {
            "key": "MX",
            "class": "mx"
        },
       
        {
            "key": "FreeBSD",
            "class": "freebsd"
        },       
       
        {
            "key": "GhostBSD",
            "class": "bsd"
        },       

        {
            "key": "NetBSD",
            "class": "bsd"
        },
       
        {
            "key": "openbsd",
            "class": "bsd"
        },       
       
        {
            "key": "MXkde",
            "class": "mx"
        },       
       
       {
            "key": "Elementar",
            "class": "elementary"
        },
       
       {
            "key": "Windows_7",
            "class": "windows7"
        },
       
       {
            "key": "Windows_10",
            "class": "windows10"
        },
       
        {
            "key": "kubuntu",
            "class": "kubuntu"
        },       
       
       {
            "key": "Linuxmint",
            "class": "Linuxmint"
        },       
       
       {
            "key": "bodhi",
            "class": "bodhi"
        }, 
       
       {
            "key": "alpine-extended",
            "class": "alpine"
        },
       
       {
            "key": "alpine-standard",
            "class": "alpine"
        },
       
       {
            "key": "arcolinux",
            "class": "arcolinux"
        },
       
       {
            "key": "BSDRP",
            "class": "BSDRP"
        },
       
       {
            "key": "clonezilla",
            "class": "clonezilla"
        },
        
       {
            "key": "EasyNAS",
            "class": "nas"
        },
       
       {
            "key": "garuda",
            "class": "garuda"
        },
       
       {
            "key": "gparted",
            "class": "gparted"
        },
       {
            "key": "ipfire",
            "class": "ipfire"
        },
       
       {
            "key": "KNOPPIX",
            "class": "KNOPPIX"
        },
       
       {
            "key": "kodachi",
            "class": "kodachi"
        },
       
       {
            "key": "linux-lite",
            "class": "linux-lite"
        },
       
       {
            "key": "netboot",
            "class": "sysadmin"
        },
       
       {
            "key": "NST",
            "class": "security"
        },
       
       {
            "key": "openfiler",
            "class": "nas"
        },
       
       {
            "key": "Openmandriva",
            "class": "Openmandriva"
        },
       
       {
            "key": "openmediavault",
            "class": "nas"
        },
       
       {
            "key": "Peppermint",
            "class": "Peppermint"
        },
       
       {
            "key": "pfSense",
            "class": "pfSense"
        },
       
        {
            "key": "Septor",
            "class": "linux"
        },        
       
       {
            "key": "proxmox",
            "class": "proxmox"
        },
       
       {
            "key": "puppy",
            "class": "puppy"
        },
       
       {
            "key": "Qubes",
            "class": "Qubes"
        },
       
       {
            "key": "rescatux",
            "class": "sysadmin"
        },
       
       {
            "key": "rescuezilla",
            "class": "sysadmin"
        },
       
       {
            "key": "slackware",
            "class": "slackware"
        },
       
       {
            "key": "sparkylinux",
            "class": "sparkylinux"
        },
       
       {
            "key": "systemrescue",
            "class": "sysadmin"
        },
       
       {
            "key": "tails",
            "class": "privacy"
        },
       
       {
            "key": "TinyCore",
            "class": "TinyCore"
        },
       
       {
            "key": "Core-Current",
            "class": "TinyCore"
        },        
       
       {
            "key": "Core-Plus",
            "class": "TinyCore"
        },        
       
       {
            "key": "TrueNAS",
            "class": "TrueNAS"
        },
       
       {
            "key": "Arch",
            "class": "arch"
        },       

       {
            "key": "ArchLinux",
            "class": "archlinux"
        },
       
       {
            "key": "Chakra",
            "class": "chakra"
        },       

       {
            "key": "Debian",
            "class": "debian"
        },       

       {
            "key": "Deepin",
            "class": "deepin"
        },       

       {
            "key": "Endeavouros",
            "class": "endeavouros"
        },       

       {
            "key": "Fedora",
            "class": "fedora"
        },       

       {
            "key": "Gentoo",
            "class": "gentoo"
        },       

       {
            "key": "GNU",
            "class": "gnu-linux"
        },
       
        {
            "key": "TS",
            "class": "sysadmin"
        },
       
        {
            "key": "ventoy",
            "class": "sysadmin"
        },

       {
            "key": "Kali",
            "class": "kali"
        },       

       {
            "key": "Kaos",
            "class": "kaos"
        },       

       {
            "key": "Lubuntu",
            "class": "lubuntu"
        },       

       {
            "key": "Linux",
            "class": "Linux"
        },       

       {
            "key": "Manjaro",
            "class": "manjaro"
        },       

       {
            "key": "Solus",
            "class": "solus"
        },
              
       {
            "key": "Opensuse",
            "class": "opensuse"
        },       

       {
            "key": "SteamOS ",
            "class": "steamos"
        },       

       {
            "key": "Ubuntu",
            "class": "ubuntu"
        },       

       {
            "key": "Search",
            "class": "find.efi"
        },       

       {
            "key": "Pop",
            "class": "pop"
        },       

       {
            "key": "Xubuntu",
            "class": "xubuntu"
        },    

        {
            "key": "CentOS-7-",
            "class": "centos"
        }
    ]

}

{
    "menu_alias": [
        {
            "image": "/Archlinux-2021.08.01-x86_64.iso",
            "alias": "Arch Linux 2021 64bit"
        },
        {
            "image": "/arcolinuxl-v21.09.8-x86_64.iso",
            "alias": "Arco Linux 2021 64bit"
        },       
        {
            "image": "/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
            "alias": "Windows 10"
        },
        {
            "dir": "/ISO/Linux",
            "alias": "[My Linux Directory]"
        }
    ]
}

Print this item