Posts: 93
Threads: 41
Joined: May 2020
Reputation:
0
02-07-2024, 06:27 PM
(This post was last modified: 02-07-2024, 06:37 PM by aboamir@gmail.com.)
I have multiple hardware configurations at my site, and I need to check my computer's RAM. In case the memory is less than or equal to 2GB, I have to run “Hiren Boot 10”. And if the memory is more than or equal to 4GB, I have to run "Hiren Boot 11".
ventoy can do that ? if the answer is yes
i need Any ideas or help to do this?
Posts: 434
Threads: 18
Joined: Jul 2020
Reputation:
35
02-10-2024, 11:21 AM
(This post was last modified: 02-10-2024, 01:31 PM by Steve2926.)
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 ...'
}