02-12-2024, 01:20 PM
You would have to create your own F6 menu to do this
You can test memory but then you would need to run the ISO using ventoy
e.g.
if [ $grub_total_ram -ge 4000 ] ; then xxxx; fi
if [ $grub_total_ram -le 4000 ] ; then yyyy; fi
where xxx and yyy would run different ISOs.
but the developer does not support this
https://forums.ventoy.net/showthread.php...on#pid4397
You can test memory but then you would need to run the ISO using ventoy
e.g.
if [ $grub_total_ram -ge 4000 ] ; then xxxx; fi
if [ $grub_total_ram -le 4000 ] ; then yyyy; fi
where xxx and yyy would run different ISOs.
but the developer does not support this
https://forums.ventoy.net/showthread.php...on#pid4397