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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 11,294
» Latest member: renatsoft
» Forum threads: 1,519
» Forum posts: 6,281

Full Statistics

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

Latest Threads
Huge delay connecting ven...
Forum: Ventoy Discussion Forum
Last Post: Master_X
6 hours ago
» Replies: 0
» Views: 17
Windows 10 Installation i...
Forum: Ventoy Discussion Forum
Last Post: TadesaeN
Yesterday, 10:13 AM
» Replies: 16
» Views: 34,482
httpdisk.sys service erro...
Forum: iVentoy Discussion Forum
Last Post: cleao
Yesterday, 09:11 AM
» Replies: 0
» Views: 47
Trouble installing Window...
Forum: iVentoy Discussion Forum
Last Post: sklerder
04-15-2024, 10:42 PM
» Replies: 12
» Views: 579
Build Windows 11+Office21
Forum: iVentoy Discussion Forum
Last Post: SPRINKILL
04-15-2024, 03:13 PM
» Replies: 0
» Views: 75
My manager has restricted...
Forum: Ventoy Discussion Forum
Last Post: spirtman96
04-15-2024, 04:58 AM
» Replies: 3
» Views: 701
Adding custom grub entrie...
Forum: Ventoy Discussion Forum
Last Post: nguyen ha thai trong
04-12-2024, 08:51 AM
» Replies: 1
» Views: 200
iVentoy-1.0.20 release
Forum: iVentoy Discussion Forum
Last Post: petergu0326
04-12-2024, 07:02 AM
» Replies: 3
» Views: 480
PXE boot via USB Ethernet...
Forum: iVentoy Discussion Forum
Last Post: jeffshead
04-11-2024, 11:24 AM
» Replies: 7
» Views: 655
Computers are not loading...
Forum: iVentoy Discussion Forum
Last Post: ATechPCS
04-11-2024, 03:31 AM
» Replies: 6
» Views: 640

 
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

Sad vtoyboot
Posted by: Wamda - 04-28-2021, 12:37 AM - Forum: Ventoy Discussion Forum - Replies (2)

Hello EveryOne "Assalam Alaykom"
I use vtoyboot with vdiskchain
BUT
Please, Can you add support for these ?
  • VoidLinux doesn't work
  • Fedora (Rawhide) doesn't work
  • Solus doesn't work
  • Obarun (Arch_based_with_S6_init) doesn't work
Debian Unstable works well

NB: OpenSuse TW doesn't work but its derivative 'Gecko-Linux' works

Print this item