Speedsys 4.78 run on Lenovo IdeaPad300 notebook |
Main menu |
If you want to add a bootable ready-made .img file to your E2B USB drive, you can download the zipped up hdd image file from here.
The file has a _.imghd.img extension. As it runs FreeDos you must legacy boot to the E2B menu.
If you want to legacy boot to agFM and use it from the agFM menu, you must use latest version agFM v1.95 (updated today).
Phil also has a 386bench.iso file available as well as other tools and utilities for older PCs.
Booting from Ventoy
If you want to boot a DOS-based .img file from Ventoy, you may need to use grub4dos and the Extended F6 menu (\ventoy\ventoy_grub.cfg).
A simplified menu is shown below (does not allow for spaces in the path or filename):
# no spaces in path!
if [ "${grub_platform}_${grub_cpu}" = "pc_i386" ]; then
menuentry "BENCHMARK HD IMAGE" {
set 'x=(hd0,0)/_ISO/UTILITIES/DOSBenchMark_.imghd.img'
set "g4d=map --mem ${x} (hd0); map (hd0) (hd); map --hook; chainloader (hd0,0)+1; boot"
linux ${vtoy_iso_part}/ventoy/grub.exe --config-file=${g4d}
boot
}
fi
For more grub4dos menu examples and some code to handle filenames which contain spaces, see my 'Getting started with Ventoy' eBook (v1.13 or later). Updates are free - just redownload from the link in the email..
No comments:
Post a Comment