Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,934
» Latest member: PriStep
» Forum threads: 1,643
» Forum posts: 6,644
Full Statistics
|
Online Users |
There are currently 112 online users. » 1 Member(s) | 107 Guest(s) Applebot, Bing, Google, Yandex, Telecrab
|
Latest Threads |
grub2 entry ventoy
Forum: Ventoy Discussion Forum
Last Post: GCMartin
Yesterday, 05:34 AM
» Replies: 3
» Views: 687
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: Ap2023
04-03-2025, 09:26 AM
» Replies: 0
» Views: 55
|
Default to BIOS boot
Forum: iVentoy Discussion Forum
Last Post: eilmrein
03-29-2025, 08:08 AM
» Replies: 0
» Views: 191
|
VHD support
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 10:01 AM
» Replies: 2
» Views: 609
|
Kaspersky Rescue Disk ISO...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 09:48 AM
» Replies: 0
» Views: 265
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: stevenbennett
03-23-2025, 05:47 PM
» Replies: 0
» Views: 417
|
1.1.05字体偏小
Forum: Ventoy Discussion Forum
Last Post: haomingqing
03-20-2025, 07:50 AM
» Replies: 1
» Views: 876
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: haomingqing
03-20-2025, 07:49 AM
» Replies: 0
» Views: 324
|
iventoy 购买专业版发送发送激活邮件无回复
Forum: iVentoy Discussion Forum
Last Post: wolfen
03-14-2025, 01:59 PM
» Replies: 2
» Views: 936
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: yqqy
03-14-2025, 01:17 AM
» Replies: 4
» Views: 6,082
|
|
|
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.
|
|
|
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"
},
|
|
|
【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]"
}
]
}
|
|
|
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.
|
|
|
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
|
|
|
|