Press F5 and select Hardware Information
You could maybe make a F6 menu item to display $grub_total_ram variable
create a new file: \ventoy\ventoy_grub.cfg
contents:
menuentry 'Total Memory' --class=custom {
echo $grub_total_ram MB
read
clear
}
menuentry '<-- Return to Ventoy menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}
You could maybe make a F6 menu item to display $grub_total_ram variable
create a new file: \ventoy\ventoy_grub.cfg
contents:
menuentry 'Total Memory' --class=custom {
echo $grub_total_ram MB
read
clear
}
menuentry '<-- Return to Ventoy menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}