Install with serial console
Josef Wolf
jw at raven.inka.de
Thu May 21 12:57:34 UTC 2015
Hello,
I am trying to create an installation CD for installs using the serial port as
console based on 14.4.2
For this, I have made following changes:
--- isolinux.orig/isolinux.cfg 2012-12-05 21:24:18.000000000 +0100
+++ isolinux/isolinux.cfg 2012-08-22 20:32:03.000000000 +0200
@@ -1,6 +1,7 @@
# D-I config version 2.0
+serial 0 115200
+console 0
include menu.cfg
default vesamenu.c32
prompt 0
-timeout 0
ui gfxboot bootlogo
--- isolinux.orig/txt.cfg 2008-10-28 11:57:58.000000000 +0100
+++ isolinux/txt.cfg 2008-10-31 13:56:02.000000000 +0100
@@ -1,4 +1,24 @@
[ ... ]
+label server-serial
+ menu label G Server with serial console
+ kernel /install/vmlinuz
+ append debian-installer/locale=de_DE.UTF-8 console-setup/ask_detect=false \
keyboard-configuration/layoutcode=de \
keyboard-configuration/variantcode=nodeadkeys file=/cdrom/preseed/server.seed \
initrd=/install/initrd.gz console=ttyS0,115200n8 DEBCONF_DEBUG=5 -- \
The problem is, that the graphical menu, which resides in isolinux/txt.cfg is
still displayed on the VGA instead of the serial line.
Any hints what I need to do to redirect this to the serial line?
--
Josef Wolf
jw at raven.inka.de
More information about the Ubuntu-installer
mailing list