On 2012-09-18 15:45:44 +0200 (+0200), Robin Kipp wrote:
[...]
> GRUB is loading and a welcome message, and after that it just
> stops...
[...]

You probably need to configure both GRUB and the Linux kernel to use
the serial port for their console. In my /boot/grub/grub.cfg I use:

    serial --speed=19200 --unit=0 --word=8 --parity=no --stop=1
    terminal_input serial
    terminal_output serial
    set timeout=5

...and then to the kernel command line, I append:

    console=ttyS0,19200n8

Hopefully you have another system where you can mount the drive and
edit the grub.cfg? If not, boot your installer again but execute a
recovery shell and you should be able to edit it that way.
-- 
{ IRL(Jeremy_Stanley); WWW(http://fungi.yuggoth.org/); PGP(43495829);
WHOIS(STANL3-ARIN); SMTP([email protected]); FINGER([email protected]);
MUD([email protected]:6669); IRC([email protected]#ccl); }
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to