Is it possible to select options in GRUB menu to select appropriate option to boot the device ?
I have a serial connection to the device and I am writing the expect script to send the DOWNARROW key to select the appropriate option in the GRUB menu at bootup. But for some reason it doesn't work out.
expect "GRUB loading."
#down arrow
send {^[\[B}
send "\r"
send "\r"