FS#7210 - Add support for installation via serial console.
Attached to Project:
Arch Linux
Opened by lsdxtz (lsdxtz) - Saturday, 19 May 2007, 09:20 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 29 July 2007, 12:18 GMT
Opened by lsdxtz (lsdxtz) - Saturday, 19 May 2007, 09:20 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 29 July 2007, 12:18 GMT
|
Details
Currently, it is not possible to install Arch on a machine
without a monitor, using only the serial console.
Using other liveCD's for this task is a hassle that costs time and effort. Serial console installation support should be added, to allow further usability and versatility to the distribution. |
This task depends upon
To configure a brand new Arch Duke machine, with a complete serial console support (including boot messages and root login):
1. /etc/inittab -> add the line: c0:2345:respawn:/sbin/agetty 9600 ttyS0 linux
2. /boot/grub/menu.lst -> add to the kernel line: console=ttyS0,9600
for example: kernel /boot/vmlinuz26 root=/dev/sda1 ro vga=773 console=ttyS0,9600
3. /etc/securetty -> add the line: ttyS0
Thanx!
You want to default to one method, and if it isn't present, then use another method.
We don't want to break the standard install CD for everyone else...
More info: http://www.rajeevnet.com/linux/grub_serial_console.html
You can apparently configure grub to use the first 'terminal' that receives a keypress, and have it default perhaps to standard monitor/terminal.
http://www.archlinux.org/~tpowa/rc-iso/Archlinux-i686-2007.06-Don't-Panic-beta1.base.iso
else i close it as fixed tomorrow