Commit Graph

235 Commits (master)

Author SHA1 Message Date
longpanda 1ee65a60c2 Fix a bug when booting TrueNAS Core 13.0. (#1684) 2 years ago
longpanda b976923f00 1.0.77 release 2 years ago
longpanda f200c14730 fix build error 2 years ago
longpanda c090197717 Fix build error 2 years ago
longpanda 595b9441e9 Support prameters expansion in auto install script. 2 years ago
longpanda 0f3d48b3d9 Fix the chain load memory alloc failure in UEFI mode. 2 years ago
longpanda 45122b59c0 Add support for EasyOS 4.0 2 years ago
longpanda 1c0b4ee903 Auto use memdisk/grub2/wimboot mode if the ISO file name has _VTMEMDISK/_VTGRUB2/_VTWIMBOOT suffix. (e.g. ubuntu-22.04-desktop-amd64_VTGRUB2.iso) 2 years ago
longpanda 7f2f845a68 Auto use memdisk mode when booting iKuai OS. 2 years ago
longpanda 3263b64b8a Reduce required low memory. 2 years ago
longpanda 69da3a59d8 Reduce the required low memory. 2 years ago
longpanda 75c6c7257f Add debug info fix 2 years ago
longpanda d4d8736620 Add debug info 2 years ago
longpanda 0984f5ba58 Fix a bug that Windows ISO in local disk can not install when boot through F2 browser mode in Legacy BIOS mode. 2 years ago
longpanda 620229508b Show the directory path in the return menu for TreeView mode and Browser mode. 2 years ago
longpanda b4a059dd68 Add missing file 2 years ago
A1ive 2d76fa7303
fix bugs (#1561)
* fix bug stopping iteration when --no-floppy is used

* fix gfxmenu theme config handling bug
2 years ago
longpanda 132649c4e5 Add F5 Tools ---> Hardware Information menu 2 years ago
A1ive 8b411663cf
add support for uefi driver loading (#1552) 2 years ago
longpanda f2bb3667c4 Support specify menu_tip position and color per theme. 2 years ago
longpanda 791da48673 Update for efi mouse 2 years ago
longpanda f683bcbd59 update for scroll menu text 2 years ago
A1ive 15b8b1f358
support scrolling menu entry's text (#1539) 2 years ago
A1ive a20592ecd1
Add mouse support for uefi (#1457)
* fix gcc11 warnings

* add mouse support for uefi
2 years ago
Celine Lee 9789069c0d
Modify casting in protection against underflow (#1514)
Dear Ventoy community –
 
Our team is working with your code and we noticed this if logical expression:
 
                if (len - 1 - (int)(long)(pos - pwdstr) != 32)
 
We studied the surrounding code. We believe we understand the intention of the type casts in the above if statement. It seems they were meant to ensure an underflow doesn’t occur by the subtraction between to char pointers, which is a great catch (!). However, we believe the way the type casts are structured, the code is not actually protecting against such underflow because pwdstr isn’t cast into a signed long until after the subtraction occurs. To properly protect this code against underflow, we believe it should be changed to something like the following:

if (len - 1 - ((long)pos – (long)pwdstr) != 32)

Or, to enhance readability for junior engineers who may not know that the “long” type cast is implicitly of a signed integer type, we could include the `signed` keyword for added verbosity:
 
if (len - 1 - ((signed long)pos – (signed long)pwdstr) != 32)
 
Thank you!
2 years ago
longpanda 6ae8bf840d Suppress the Fn hotkey when VTOY_DEFAULT_IMAGE is already Fn>xxx 2 years ago
longpanda ce862da402 1. Fix the bug when booing Easy Recovery Essentional for Windows10.
2. Fix the bug when booting FreeBSD 13.0 by F2 browser mode.
2 years ago
longpanda ff14c07c4e Support Easy Recovery Essentials (#1481) 2 years ago
longpanda c3718d6001 Auto use memdisk mode for Memtest86+ iso file. 2 years ago
longpanda 045f53d768 1.0.69 release 2 years ago
longpanda 96fdd594f0 Support to F2 browse Ventoy partition self. 2 years ago
longpanda 62dc0033ad Make VTOY_TREE_VIEW_MENU_STYLE also control the browser menu style. (#1439) 2 years ago
longpanda 1c3fcbdfe9 Skip System Volume Information directory for F2 browser. 2 years ago
longpanda 7d37cab21d 1. F2 browser and vlnk support partitions in Ventoy reserved space (#1434)
2. Speedup browser
2 years ago
longpanda a1c6fe2d24 1.0.67 release
support to browse and boot files in local disk.
2 years ago
longpanda dbeb4023a2 Fixed to select the 1st menu item when switching between upper and lower sub-menus. 2 years ago
longpanda ba5978d298 1.0.66 release 2 years ago
longpanda 34a36bfc3e Fix the issue when booting the latest recalbox img file. (#1423) 2 years ago
longpanda 1f49265f29 1.0.64 release 2 years ago
longpanda 6a506ee7f3 Optimization for FreeBSD fragments process. 3 years ago
longpanda d938100eeb 1. Add default_file option in theme plugin
2. Add F5 Tools --> Theme Select menu to swith between themes
3 years ago
longpanda e4ccd5115e Optimization for FreeBSD 3 years ago
longpanda 164c8d6505 Optimization for FreeBSD distro. 3 years ago
longpanda b5a649f96f 1.0.61 release 3 years ago
longpanda a9c539572b Show a warning message if ventoy.json is in UCS-2 encoding. (#1125)
ventoy.json must in UTF-8 encoding. The BOM is auto skipped if exist.
3 years ago
longpanda e763d7590f Fix a bug when booting HDM17x64_17.20.0_ADV_Linux_Downloadly.ir.iso 3 years ago
longpanda f842d46f90 Fix the false error report about ventoy.jsonxxx file. (#1190) 3 years ago
longpanda f32d342f66 1.0.57 release 3 years ago
longpanda 09162e8d97 Improvement for multi-mode option.
Now you can use for example theme_uefi and theme at the same time.
3 years ago
longpanda e713946fd0 Case insensitive when checking checksum value. 3 years ago
longpanda a93b0f6656 Add .md5/.sha1/.sha256/.sha512 check file feature.
Hotkey m is for calculate checksum and print the result.
If also exist a .md5/.sha1/.sha256/.sha512 file, then it will check the result with the value in the file.
The .md5/.sha1/.sha256/.sha512 suffix is appended to the original file name not replace the original suffix.
For example:
/ISO/Ubuntu-20.04-amd64-desktop.iso
/ISO/Ubuntu-20.04-amd64-desktop.iso.md5
3 years ago
longpanda 836e1aa11e Add support for boot conf replace for distro which use systemd-boot in UEFI mode.
(#1170)
3 years ago
longpanda 154bbc6e5f hotkey optimization
h is equal to Ctrl+h
m is equal to Ctrl+m
3 years ago
longpanda f3b65452f4 Add extra check.
Still, Ventoy is used in some non standard way. (e.g. WuYouBBS)
I have explained in
8bbd5a14a3

So I add an extra check.
This is also a prepare for the future Ventoy secure boot policy.
3 years ago
longpanda 9cfd05811b Add timeout option for auto_install/persistence plugin (#1161) 3 years ago
longpanda f3e267a09e support ALT rescue 3 years ago
longpanda d6eba15d71 1. Add Ctrl+h hotkey for help
2. Add VTOY_HELP_TXT_LANGUAGE option in Global Control plugin
3. Add Ctrl+m hotkey for file cheksum
3 years ago
longpanda 734c7b8ac4 1.0.55 release 3 years ago
longpanda a9be2fd4d9 Improvement for some special WinPE 3 years ago
longpanda aa033e1fb6 1.0.54 release 3 years ago
longpanda 9351fe4f97 Fix a bug that menu_tip is not shown for the default menu item. 3 years ago
longpanda 67b8a34e8c Support WinPE with PESET.EXE 3 years ago
longpanda c18399e8b4 Add support for 小鱼儿yr系统维护PE 3 years ago
longpanda d72bb15956 1.0.53 release 3 years ago
longpanda d71514f23e 1.0.51 release 3 years ago
longpanda c5af17e04e experimental support for chromium os (fydeos/cloudready) 3 years ago
longpanda 05e208ea2a Support Lenovo EasyStartup 3 years ago
longpanda 112c557428 Show a warning message if the path of /ventoy/ventoy.json case mismatch. 3 years ago
longpanda 92db873b5c misc update 3 years ago
longpanda 84ec4b0de4 Support escaped quotes (\") in ventoy.json. (#1062) 3 years ago
longpanda b5503a7375 1.0.50 release 3 years ago
longpanda 7babe823d6 Add F5-->Tools-->Ventoy UEFI Utilities-->Show EFI Drivers feature. 3 years ago
longpanda bafac7479d Fix the boot issue for Untangle ISO in legacy bios mode. (#1054) 3 years ago
longpanda 6c113880e5 Fixed the boot issue for "StorageCraft Recovery Environment CrossPlatform" in UEFI mode. 3 years ago
longpanda e2656c287b Compatibility improvement for some WinPE 3 years ago
longpanda 5d0ebf4510 support custom arch iso (#1021) 3 years ago
longpanda c8cf9b7ce2 Speedup md5sum/sha1sum/sha256sum/sha512sum command 3 years ago
longpanda 4c71d7c190 Support WinPE which contains pecmd.exe 3 years ago
longpanda b3982d4930 Fixed a bug when booting big boot.wim file. 3 years ago
longpanda b347c1b5da Optimization for booting OpenWrt 3 years ago
longpanda 3e47f5e8de Fix a bug about ventoy version message position when VTOY_DEFAULT_IMG is set to F6>xxx 3 years ago
longpanda a8edb99d28 priority key>parent in menu class plugin 3 years ago
longpanda ac3ab97686 1.0.45 release 3 years ago
longpanda c42a8c6d93 misc update 3 years ago
longpanda 4b1dd4d3af print progress for md5sum/sha1sum/sha256sum/sha512sum 3 years ago
longpanda f4774ee0e4 Fix pack error in vDisk env (#912) 3 years ago
longpanda 331080fb95 Add parent option in auto_install and injection plugin. 3 years ago
longpanda 99fbd14f08 1.0.44 release 3 years ago
longpanda f7b3bd1729 Add parent option in password plugin 3 years ago
longpanda 672632a0c2 Add isopwd wimpwd efipwd imgpwd vhdpwd vtoypwd option in password plugin (#898) 3 years ago
longpanda 93996cf7e2 1. Optimization for WIMBOOT mode.
2. Add WIMBOOT for UEFI mode.
3 years ago
longpanda ca62128f9b Add WIMBOOT mode 3 years ago
longpanda 265b70f1c7 misc update 3 years ago
longpanda d05eab2be1 support boot Windows VHD(x) at local disk 3 years ago
longpanda 849dfb463d 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 in local disk.
3 years ago
longpanda e1099e1e5b Add parent option in menu_class plugin. 3 years ago
longpanda c6be35f2c0 Support * fuzzy matching for file path in some plugins 3 years ago
longpanda 6bd0463d34 Support openwrt IMG file 3 years ago
longpanda f82475d950 support new GhostBSD release 3 years ago
longpanda e252fab9a4 boot iso file with ventoy in ventoy_grub.cfg 3 years ago