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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,269
» Latest member: minefy
» Forum threads: 1,600
» Forum posts: 6,557

Full Statistics

Online Users
There are currently 136 online users.
» 0 Member(s) | 134 Guest(s)
Bing, Google

Latest Threads
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Yesterday, 09:26 AM
» Replies: 0
» Views: 88
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 760
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 597
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,032
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,374
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 299
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 361
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 377
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,564
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 451

 
  how to cancel auto input
Posted by: chensulong - 05-12-2021, 10:59 AM - Forum: Ventoy Discussion Forum - Replies (1)

when booting from Microsoft stock Widows ISO,
screen will display "press any key boot from CD OR DVD...",
i don't hit any key, it just splash and start booting from windows iso file.
how to stop auto input key? 

启动光盘镜像的时候,会自动按回车键,怎样取消?有时ISO有启动菜单,自动按键就导致没法选择菜单中的其他内容。

Print this item

Lightbulb Ultimate customisation
Posted by: AAA3A - 05-05-2021, 10:14 AM - Forum: Ventoy Discussion Forum - Replies (7)

Hello,
To make the customization of Ventoy even more advanced, would it be possible to allow the customization of the F2, F4 and F5 sub-menu?

Code to be placed in grub.cfg :

Code:
function ventoy_power {
    if [ -e $vt_plugin_path/ventoy/submenu/F2.cfg ]; then
        configfile $vt_plugin_path/ventoy/submenu/F2.cfg
    else
    configfile $prefix/power.cfg
    fi
}

function ventoy_localboot {   
    if [ -e $vt_plugin_path/ventoy/submenu/F4.cfg ]; then
        configfile $vt_plugin_path/ventoy/submenu/F4.cfg
    else
    configfile $prefix/localboot.cfg
    fi
}

function ventoy_diagnosis { 
    if [ -e $vt_plugin_path/ventoy/submenu/F5.cfg ]; then
        configfile $vt_plugin_path/ventoy/submenu/F5.cfg
    else
    configfile $prefix/debug.cfg
    fi
}

function ventoy_ext_menu {   
    if [ -e $vt_plugin_path/ventoy/submenu/F6.cfg ]; then
        set ventoy_new_context=1
        configfile $vt_plugin_path/ventoy/submenu/F6.cfg
        unset ventoy_new_context
    else
       echo "ventoy_grub.cfg NOT exist."
       echo -e "\npress ENTER to exit ..."
       read vtInputKey
    fi
}

Thank you very much for your work!

Print this item

  Persistence not working with mx-linux
Posted by: jls1 - 05-04-2021, 06:24 AM - Forum: Ventoy Plugin Forum - Replies (1)

Hello,
see subject

Print this item

  Using default grub theme
Posted by: velosofyy - 05-01-2021, 03:13 PM - Forum: Ventoy Discussion Forum - Replies (4)

Is there a way to make ventoy to use a default GNU GRUB theme? The dark theme with box that list my iso and stuff?

Print this item

  Ventoy v1.0.42 released
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum - No Replies

  •     2021/04/27 -- Ventoy 1.0.42 released

    1.     Add * fuzzy matching for menu_alias/image_list/auto_install/persistence ... plugins. Notes
    2.     Add parent option in menu_class plugin. Notes
    3.     Add F4boot F5tool builtin class in menu_class plugin.
    4.     By default the submenu will use its parent's class in F4 boot and F5 tool menu.

Print this item

  Ventoy v1.0.43 released
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum - Replies (3)

  • 2021/05/08 -- Ventoy v1.0.43 -- released

    1.     Change the UTF-16 languages.ini to UTF-8 languages.json
    2.     The update button is available even if data corrupted in VTOYEFI partition.
    3.     Set the default focus to No when you click Install button in Ventoy2Disk.exe.
    4.     Fix a BUG when booting Windows VHD(x) with the latest ventoy_vhdboot.img.
    5.     Support boot Windows VHD(x) files at local disk. Notes

Print this item

  Ventoy v1.0.44 released
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum - No Replies

  • 2021/05/15 -- Ventoy v1.0.44 -- released

    1.     Add WIMBOOT Mode. Notes
    2.     Fix issue when install Fedora Server Edition
    3.     Add -o option in CreatePersistentImg.sh (#903)
    4.     Add parent/isopwd/wimpwd/imgpwd/efipwd/vhdpwd/vtoypwd options in password plugin. Notes
    5.     Fix a bug about unaligned read in UEFI mode.

Print this item

  Ventoy v1.0.45 released
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum - No Replies

  • 2021/05/29 -- Ventoy v1.0.45 -- released

    1.     Add random theme select support. Notes
    2.     Add parent option in auto_install plugin. Notes
    3.     Add parent option in injection plugin. Notes
    4.     Add ExtendPersistentImg.sh for lossless expansion of persistent dat file. Notes
    5.     Print progress when use md5sum/sha1sum/sha256sum/sha512sum in grub shell.
    6.     Fix pack error in vDisk env (#912)
    7.     languages.ini update

Print this item

  Ventoy v1.0.46 released
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum - No Replies

  • 2021/06/13 -- Ventoy v1.0.46 -- released

See changes and downloads at www.ventoy.net/en/doc_news.html

Print this item

  Problems with linux vdisks
Posted by: Midas - 04-30-2021, 02:20 PM - Forum: Ventoy Discussion Forum - Replies (8)

I have been trying to follow the setup detailed in https://www.ventoy.net/en/plugin_vtoyboot.html, but I always get stuck with the same errors.

[Image: img-20210430-1.jpg]

[Image: img-20210430-2.jpg]

I've been mostly trying this to setup 'linuxmint-20-mate-64bit.iso' and have tried booting the vdi.toy created with VirtualBox in Ventoy v1.0.41, v1.0.32, etc.

I have working VHDs with Windows in the same locations that boot alright before that -- i.e., when I get such errors, nothing boots anymore and I have to reboot.

What am I doing wrong?

Print this item