Debian Bug report logs - #274436
i386 serial console installation report

Package: grub-installer; Maintainer for grub-installer is Debian Install System Team <[email protected]>;

Reported by: [email protected] (Geert Stappers)

Date: Fri, 1 Oct 2004 20:33:05 UTC

Severity: wishlist

Full log


Message #5 received at [email protected] (full text, mbox, reply):

Received: (at submit) by bugs.debian.org; 1 Oct 2004 20:27:55 +0000
From [email protected] Fri Oct 01 13:27:55 2004
Return-path: <[email protected]>
Received: from gpm.stappers.nl [213.84.119.166] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CDU0R-0005Fa-00; Fri, 01 Oct 2004 13:27:55 -0700
Received: by gpm.stappers.nl (Postfix, from userid 1000)
	id 21DDB181F; Fri,  1 Oct 2004 22:27:53 +0200 (CEST)
Date: Fri, 1 Oct 2004 22:27:53 +0200
To: [email protected]
Subject: i386 serial console installation report
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="Khiu2s0Zk5P3S+XT"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: [email protected] (Geert Stappers)
Delivered-To: [email protected]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
[Message part 1 (text/plain, inline)]
Package: installation-reports
Version: ~/joeyh/dailybuild/i386/netboot/ 30 september 2004
Severity: wishlist

Hello,

A netboot install on a i386 with serial console went mostly fine.

Here is my feedback:

* Had to use the newt frontend, but that is not funny on serial line.
Please include cdebconf-text-udeb, to make DEBIAN_FRONTEND=text possible.

* to get a nice behaving base-config [1]
You have to install the libterm-readline-gnu-perl package
in the target chroot and `dpkg-reconfigure debconf` to set readline.
Do that in a shell before reboot into second stage.[2]

* No kernel messages and no grub menu is shown on the serial console.
With this patch on /boot/grub/menu.lst it does.
diff -u -r2.0 menu.lst
--- menu.lst    2004/10/01 19:07:54     2.0
+++ menu.lst    2004/10/01 19:12:45
@@ -17,7 +17,7 @@
 timeout                5

 # Pretty colours
-color cyan/blue white/blue
+#color cyan/blue white/blue

 ## password ['--md5'] passwd
 # If used in the first section of a menu file, disable all interactive editing
@@ -84,18 +84,21 @@
 ##      howmany=7
 # howmany=all

+serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
+terminal --timeout=5 serial console
+
 ## ## End Default Options ##

 title          Debian GNU/Linux, kernel 2.4.27-1-686
 root           (hd0,0)
-kernel         /boot/vmlinuz-2.4.27-1-686 root=/dev/hda1 ro
+kernel         /boot/vmlinuz-2.4.27-1-686 root=/dev/hda1 ro console=ttyS0,9600n8
 initrd         /boot/initrd.img-2.4.27-1-686
 savedefault
 boot

 title          Debian GNU/Linux, kernel 2.4.27-1-686 (recovery mode)
 root           (hd0,0)
-kernel         /boot/vmlinuz-2.4.27-1-686 root=/dev/hda1 ro single
+kernel         /boot/vmlinuz-2.4.27-1-686 root=/dev/hda1 ro single console=ttyS0,9600n8
 initrd         /boot/initrd.img-2.4.27-1-686
 savedefault
 boot



Geert Stappers

[1] it doesn't shown the default in the menus, neither selections.
[2] no need to implement this in the program source code.
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 11:28:49 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.