DebianInstallerNetworkConsole

IMHO using network console (d-i over ssh) is most useful when used in conjuction with preseeding the network configuration and the network console password - if you can configure this using local input+output, then why use network console at all ? (Answer: for cold and noisy server rooms for example...)

Using network-console and preseeding

/!\ #288053 was fixed 20070410, this page needs a revision.

So, what are the options ?

Howto build an netboot-initrd

As explained above, you need d-i from sid (rc2 won't work), so you need a sid build environment... so chroot (see Build A Chroot) into it and:

Be sure to enable network autoconfiguration in your preseed.cfg! Also include the following line to set a passwd for the network console (login with installer@host):

d-i   debian-installer/network-console/password       password        r00tme

If you want to use sid-udebs (you should as you build a sid-d-i) and install sarge use the following:

d-i     mirror/suite            string sarge

d-i     mirror/udeb/suite       string sid

DebianInstaller/NetworkConsole (last edited 2007-08-12 21:23:33 by FranklinPiat)