after doing some more research i found this article:
HowtoForge: Setting up a serial console
In the comment section someone else added this:
Quote:
...cut..
3. On Ubuntu Edgy Eft (6.10) or later, Upstart is used instead of init. To configure ttyS0, create a new entry in /etc/event.d by copying one of the existing tty# entries and modifying it. Example ttyS0:
------------------------------------------------------
# ttyS0 - getty
#
# This service maintains a getty on ttyS0 from the point the system is
# started
start on runlevel-2
start on runlevel-3
start on runlevel-4
start on runlevel-5
.......
|
Go to article to read further.
With this knowledge a find out that in single user mode
This script is being run
Code:
/usr/share/recovery-mode/recovery-menu
Which displays a menu
After selecting menu item "root"
This script is being run:
Code:
/usr/share/recovery-mode/options/root
So i thougt this would do the trick
change this line
to this line
Code:
/sbin/sulogin /dev/ttyS1
And add ttyS1 to the file /etc/securetty
But unfortunately not.
First the menu after running grub is still being displayed on the console attached to the server.
Second there is some prompt showing on my IPMIview virtual terminal, but i cannot loggin?
Help please?
Recent comments
1 day 8 hours ago
1 day 17 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 53 min ago
2 days 2 hours ago
2 days 3 hours ago
2 days 19 hours ago
2 days 20 hours ago