Have been testing multiple configurations with limited success.
This command throws errors:
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
This command seems to stop the errors.. but I can't get the boot menu to appear or shift key to be recognized:
GRUB_SERIAL_COMMAND="serial --speed=115200"
I have also messed with toggling GRUB_TERMINAL vs. GRUB_TERMINAL_INPUT / GRUB_TERMINAL_OUTPUT... tried various combinations of the lines below...
GRUB_TERMINAL=serial
GRUB_TERMINAL_INPUT="serial console"
GRUB_TERMINAL_OUTPUT="console"
Basically been adjusting the following lines with little to no success... I have been unable to get the menu to display at all via serial port. (Prior GRUB 1 configurations in Ubuntu 8 have been deployed to many servers with no problems... so this is starting to feel like a GRUB2 error).
Experienced Same issue:
error: unknown terminal 'serial'
error: unknown command `terminal'.
Have been testing multiple configurations with limited success.
This command throws errors: COMMAND= "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
GRUB_SERIAL_
This command seems to stop the errors.. but I can't get the boot menu to appear or shift key to be recognized: COMMAND= "serial --speed=115200"
GRUB_SERIAL_
I have also messed with toggling GRUB_TERMINAL vs. GRUB_TERMINAL_INPUT / GRUB_TERMINAL_ OUTPUT. .. tried various combinations of the lines below... serial INPUT=" serial console" OUTPUT= "console"
GRUB_TERMINAL=
GRUB_TERMINAL_
GRUB_TERMINAL_
Basically been adjusting the following lines with little to no success... I have been unable to get the menu to display at all via serial port. (Prior GRUB 1 configurations in Ubuntu 8 have been deployed to many servers with no problems... so this is starting to feel like a GRUB2 error).
#GRUB_CMDLINE_ LINUX_DEFAULT= "" LINUX_DEFAULT= "quiet" LINUX=" " LINUX_DEFAULT= "" LINUX=" text console=tty0 console= ttyS0,115200n8" LINUX=" console= tty0 console= ttyS0,115200n8"
#GRUB_CMDLINE_
#GRUB_CMDLINE_
#GRUB_CMDLINE_
#GRUB_CMDLINE_
#GRUB_CMDLINE_
# Uncomment to disable graphical terminal (grub-pc only) console serial COMMAND= "serial --speed=115200" INPUT=" serial console" OUTPUT= "console" COMMAND= "serial --unit=0 --speed=115200" COMMAND= "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
#GRUB_TERMINAL=
#GRUB_TERMINAL=
#GRUB_SERIAL_
#GRUB_TERMINAL_
#GRUB_TERMINAL_
#GRUB_SERIAL_
#GRUB_SERIAL_