Penguin

Differences between version 17 and revision by previous author of GrubNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 17 Last edited on Saturday, October 15, 2005 8:53:25 am by IanMcDonald Revert
Older page: version 16 Last edited on Monday, August 29, 2005 9:18:17 am by DanielLawson Revert
@@ -67,9 +67,9 @@
 If you have [GRUB] setup to use a serial console then you probably want to compile your kernel with serial console support and append the following options to your boot line, so your kernel messages appear on your serial console too. If you don't do this you'll have a big empty screen between grub loading the kernel and your getty loading, when you think that your kernel has hung! 
  
 =console=ttyS0,19200n8= 
  
-So a full kernel boot line might look like =kernel /boot/vmlinuz ro root=/dev/hda1 console=ttyS0,19200n8= 
+So a full kernel boot line might look like =kernel /boot/vmlinuz ro root=/dev/hda1 console=tty0 console=ttyS0,19200n8= 
  
 ---- 
 !! GRUB resources on the web