(no subject)

2009-09-21 Thread David Howells
Hi, I've come across an interesting problem with grub and grub2 booting with only a serial console: they won't finish booting if they don't have anything plugged into the serial port. The moment a serial cable is inserted, they throw up a menu and continues booting. The board boots fine with the

Re: (no subject)

2009-09-28 Thread David Howells
Robert Millan wrote: > Could have something to do with a BIOS bug. What happens if you convert > grub_checkkey() and grub_getkey() (in kern/term.c) into dummy stubs? It doesn't seem to help. Grub still waits until the PC is plugged in before displaying its menu. David _