https://bugzilla.novell.com/show_bug.cgi?id=766456 https://bugzilla.novell.com/show_bug.cgi?id=766456#c5 --- Comment #5 from Michael Chang <mchang@suse.com> 2012-06-14 09:21:30 UTC --- (In reply to comment #4)
I'm not sure what the syntax is for grub2 to get similar results for these entries in menu.lst:
serial --unit=0 --speed=57600 terminal --timeout=10 serial console
In general you just have to edit /etc/default/grub and invoke grub2-mkconfig to get things done . GRUB_TERMINAL=serial GRUB_SERIAL_COMMAND="serial --unit=0 --speed=57600" But you could try edit /boot/grub2/grub.cfg directly with following lines to have a quick run serial --unit=0 --speed=57600 terminal_input serial terminal_output serial (Seems not support timeout .. IMHO). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.