# # grub-example.conf: # Example GRUB config for use with serial or keyboard and screen. # # Adapt for your machine! This is only an example. # boot=/dev/hda default=0 timeout=10 # seconds serial --unit=0 --speed=9600 # 9600 is pretty slow, but it's best to be conservative in these matters. terminal --timeout=5 serial console title linux root (hd0,0) # Best to keep the kernel's console settings the same as GRUB's, and # also set up getty on the port the same way. That way you don't need # to do any frantic reconfiguring of terminal settings as the machine # boots. kernel /bzImage-2.4.26 root=3a00 console=tty0 console=ttyS0,9600n8 initrd /initrd-lvm-2.4.26.gz