Posts: 426
Threads: 17
Joined: Jul 2020
Reputation:
35
10-21-2021, 07:59 AM
(This post was last modified: 10-21-2021, 07:59 AM by Steve2926.)
Some payloads only work if we use ctrl-i, ctrl-w or ctrl-r in certain modes (Legacy\UEFI) or we use F7 text mode.
How can we configure ventoy.json to run them correctly (like auto MemDisk mode plugin)?
Posts: 1,358
Threads: 86
Joined: Apr 2020
Reputation:
133
10-21-2021, 12:38 PM
(This post was last modified: 10-21-2021, 12:45 PM by longpanda.)
ctrl+i is only for debug and can not be used to boot a standard Windows/Linux ISO.
ctrl+w/ctrl+r are alternative, they are used only when the user has problem when they directly boot the ISO files.
These problem normally caused by buggy BIOS/UEFI firmware.
Currently there is no method to configuration to auto boot in WIMBOOT/GRUB2 mode.
Maybe in the future release, I can expand the auto_memdisk plugin to a auto_bootmode plugin, and for each image user can set memdisk/wimboot/grub2 .
For current release, if someone has a computer with such buggy BIOS/UEFI firmware,
they can use menu_tip plugin to give them a tip (e.g. "Hey, this ISO file need ctrl+w !") before they boot some iso files.
F7 is also an alternative and not work all the time, no plan to make a auto F7 mode. I suggest to change default to TEXT mode by theme plugin if needed.