Ventoy icon indicating copy to clipboard operation
Ventoy copied to clipboard

[issue]: ctrl+w does not enable WIMBOOT mode in some PCs

Open devdevadev opened this issue 3 years ago • 4 comments

Official FAQ

  • [X] I have checked the official FAQ.

Ventoy Version

1.0.79

What about latest release

Yes. I have tried the latest release, but the bug still exist.

BIOS Mode

Both

Partition Style

MBR

Disk Capacity

32GB

Disk Manufacturer

Samsung

Image file checksum (if applicable)

No response

Image file download link (if applicable)

No response

What happened?

Hi..

RecentlIy I was trying to install WIN10 in a PC using ventoy but it stuck to blinking cursor screen for infinite time. So I pressed ctrl+w to enable WIMBOOT mode but PC does not seems to recognize ctrl+w key press. I have also tried to enable ctrl+r but it also does not seems to work. But F1 successfully enabled MEMDISK mode.

I think Ctrl key press does not seems to work in UEFI Firmware in boot mode !!! but Fn keys works fine...

It will be useful if we can using Fn keys to enable WIMBOOT mode and GRUB2 mode so it will work for all PC firmware. F8-F12 keys are free to use as alternative. How I can use Fn keys to enable WIMBOOT mode. Is there any provision in Ventoy to customize Fn keys as per our requirement ?

Finally I have to rename ISO name and added _VTWIMBOOT suffix to enable WIMBOOT mode but it will not be better idea to rename all our WIN ISO all the time. How we can use F8 to enable WIMBOOT mode similiar to F1 for MEMDISK mode ?

Please help...

Thanks & Regards...

devdevadev avatar Sep 12 '22 00:09 devdevadev

I add w and r hotkey for WIMBOOT and grub2 mode.
So you can press ctrl + w or w to use WIMBOOT mode with this CI release: https://github.com/ventoy/Ventoy/actions/runs/3034462229 https://www.ventoy.net/en/doc_github_ci.html

ventoy avatar Sep 12 '22 04:09 ventoy

Thanks you so much....Now it works perfectly.....

devdevadev avatar Sep 12 '22 16:09 devdevadev

If you like you can allow user to enable WIMBOOT mode using Global Control Plugin so user can keep WIMBOT mode as default for all Windows/WinPE ISOs if required....

 { "VTOY_WIMBOOT_MODE": "0" }   - Normal Mode
 { "VTOY_WIMBOOT_MODE": "1" }   - WIMBOOT mode

Thanks & Regards...

devdevadev avatar Sep 13 '22 16:09 devdevadev

you can also provide u and i hotkey as alternative of ctrl+u and ctrl+i if prefer....

devdevadev avatar Sep 13 '22 17:09 devdevadev

Fixed in 1.0.80

ventoy avatar Sep 21 '22 13:09 ventoy