![]() |
Serial-less InstallationNOTE !! this page may not be necessary anymore, as serial-less installation of Debian has been supported for some time now, via Debian-Installer project (D-I).This page describes the setup for serial-less installation of Debian (little endian) on the NSLU2. It should be seen as an addon to the normal Debian/LE installation instructions at http://peter.korsgaard.com/articles/debian-nslu2.php. Debian-InstallerThe Debian-installer (http://d-i.alioth.debian.org/manual/) has two features which we will use for serial-less installation:
SetupThe setup is basically to preseed the network configuration (as the installer would otherwise ask for the settings over the serial port) and enable network console so the installation can be done over ssh. preseed.cfgThe following preeseed.cfg is placed in the root of the initrd and used by the installer:
And the installer is configured to use this file:
Network-consoleNetwork console support is added to the lart netboot configuration:
ImageA precompiled and byteswapped initrd of the installer can be downloaded here: http://peter.korsgaard.com/articles/initrd-netcon.gz-swap (2.6MB) InstallationOnce downloaded, the initrd can be booted like in the original howto (http://peter.korsgaard.com/articles/debian-nslu2.php#debian-install). The installer will then automatically configure itself with IP: 192.168.1.80, generate a ssh host key and start a ssh server. Notice that it will take a minute or two to generate the host key. Once everything is done you can ssh to the installer with login: installer, password: install. The installer uses UTF-8 for output, so remember to configure your term for a UTF-8 locale before running ssh, otherwise some of the graphical characters will be screwed up, E.G:
Replace en_US.UTF-8 with whatever UTF-8 locale you have installed (check with locale -a). You can now continue the installation like described in http://peter.korsgaard.com/articles/debian-nslu2.php#debian-install. Remember to install ssh, otherwise you won't be able to connect to your system once it's installed! CustomizationsFor simple customizations (E.G. network setup) you can simply modify the precompiled initrd (byteswap it back, gunzip it and mount -o loop it so you can edit /preseed.cfg). For bigger customizations you can recompile the installer (make build_lart_netboot). See http://wiki.debian.org/DebianInstaller/Build for information about this. Notice that the debian-installer doesn't support cross compilation, so you need a working debian/arm system running unstable for this!
view ·
edit ·
print ·
history ·
Last edited by Rob Lockhart.
Based on work by eddyp. Originally by PeterKorsgaard. Page last modified on April 08, 2007, at 02:13 AM
|