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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,268
» Latest member: Matveu
» Forum threads: 1,600
» Forum posts: 6,557

Full Statistics

Online Users
There are currently 221 online users.
» 1 Member(s) | 217 Guest(s)
Bing, Google, Yandex, Matveu

Latest Threads
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
7 hours ago
» Replies: 0
» Views: 49
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 718
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 585
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 3,974
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,341
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 288
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 353
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 370
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,487
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 446

 
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

  Default Selected Item in Menu
Posted by: asheroto - 08-17-2021, 04:58 AM - Forum: Ventoy Plugin Forum - Replies (3)

Hey guys,

I'm a huge Ventoy fan! Love it.

How do you specify the default selected item for each menu in treeview?

Here's a video: https://youtu.be/_dYZLUNvl34

Backup & Recovery -> item #2 is selected by default
Partition -> item #1 is selected by default
Bootable Environments -> Item #4 is selected by default

I am using a theme, menu alias, and menu class.

VTOY_DEFAULT_SEARCH_ROOT is not set.

Can I somehow specify VTOY_DEFAULT_IMAGE for each folder?

Thanks!!!!   Cool

Print this item

Question Is there a way to install multiple operating systems into the mobile hard drive?
Posted by: 思无邪 - 08-16-2021, 07:08 PM - Forum: Ventoy Discussion Forum - Replies (2)

I changed my mobile hard drive into Ventoy,and when I ran Ventoy to select multiple operating systems, I wondered that if I could only run operating system without installing it into my physical computer?Or could I just installing operating systems into my mobile hard drive without affecting other data? 
Anybody could help me? Thanks!!!!!! Confused Confused Confused

有没有中国老铁能教教我,我想直接运行操作系统但是不安装到我的物理机上,不知道是否有这种操作能够满足我的需求。或者是否可以将多个操作系统安装进我的移动硬盘中?铁子救救我!

Print this item

  Higher resolution on ISO's
Posted by: vmclark - 08-16-2021, 05:00 PM - Forum: Ventoy Plugin Forum - Replies (11)

Running MacriumRescue.iso on ventoy, the resolution is lower and some of the buttons can't be seen even if I try and move using the mouse.

If I install MacriumRescue.iso on a USB flash drive the resolution is much higher.

Is there a way to do this with ventoy. jason perhaps?

Not only macrium, but other ISO's also, such as Windows install ISO.

Print this item

  Boot from the extension menu
Posted by: dcantere - 08-15-2021, 05:44 PM - Forum: Ventoy Discussion Forum - Replies (2)

I would like to know if it is possible to start directly from the extensions menu without the need to press F6.

Tks


-----

Gostaria de saber se é possível iniciar diretamente do menu de extensões, sem a necessidade de pressionar F6.

Tks

Print this item

Heart Ventoy-1.0.50 release
Posted by: longpanda - 08-15-2021, 01:09 AM - Forum: Ventoy Discussion Forum - Replies (1)

  • 2021/08/14 --- 1.0.50 release
  1. Support synoboot.img v1.02b

  2. Fix the boot issue for some Win7PE
  3. Fix the boot issue for Windows in UEFI mode on some Dell server
  4. Fix the boot issue for Untangle distro
  5. Fix the boot issue when install some Lite Windows version with special file name.
  6. Fix "Failed to open random seed file" error message for arch linux in some UEFI machine.
  7. Fix the check media issue for SUSE/openSUSE.
  8. Add F5-->Tools-->Ventoy UEFI Utilities-->Show EFI Drivers menu
  9.  vtoyboot-1.0.18 release Notes
  10. languages.ini update

Print this item

  Lite Windows 10 iso incompatible
Posted by: ivankehayov - 08-14-2021, 04:41 PM - Forum: Ventoy Discussion Forum - Replies (6)

I used to create lite versions of Win 10 on monthly basis and upload them here. Unfortunately my isos can't be installed with Ventoy. What can be the reason for that?

Print this item

  Windows 7 ISO
Posted by: pantau - 08-13-2021, 01:42 PM - Forum: Ventoy Discussion Forum - Replies (11)

I have a Win7 ISO (with USB3 and NVME drivers) which works flawlessly with Rufus, but I don't manage to get it running with Ventoy, receiving this error message:

No bootfile found for UEFI. Maybe the imagefile does not support UEFI.

I've tried MBR and GPT, without success, and have put ventoy_vhdboot in a ventoy folder in the ventoy (not efi) partition.

Any ideas?

Thanks.

Print this item

  Adding QEMU support
Posted by: Rafael - 08-10-2021, 10:23 AM - Forum: Ventoy Plugin Forum - Replies (1)

Not sure if the right place (plugins forum) but I suggest to add this feature. Before Ventoy developers give us this incredible tool, I used MultiBootUSB (https://github.com/mbusb/multibootusb) on Linux to burn and to TEST my ISOs/USBs . It used QEMU and emulated perfectly the booting process from USB or ISO's directly, letting user to choose RAM amount to start simulation. In fact, I still use it only for that, to test Ventoy created USB's. So, I think this great functionality should be present in Ventoy, as natively or as a plugin ....

What do you think about?

Print this item

  Incorrect ISO work
Posted by: jmax - 08-10-2021, 07:55 AM - Forum: Ventoy Discussion Forum - Replies (3)

Run most ISO files (Acronis Data Protection, MiniTool Partition Wizard, OS Instaler Windows 7) and other in graphics mode does not work.
Stripes and resolution issues are visible on the screen after launch.
But if you run Ventoy in text mode all work corect.
If you change the screen resolution (in graphics mode) and color depth, the ISO will still not start.
What am I doing wrong and how can I fix it?

P.S. If we run Ventoy (graphical mode) in a virtual test machine (QemuBootTester) everything works fine. The error only occurs on all (many) physical machines.

Print this item