Changes between Version 6 and Version 7 of Internal/Soekris
- Timestamp:
- Sep 20, 2006, 7:26:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Soekris
v6 v7 2 2 3 3 http://soekris.com/Manuals/net4801_manual.pdf 4 5 == boot infrastructure ==6 7 The netboot image for debian is already around. You need8 9 wget http://centerclick.org/net4801/pxelinux/pxelinux.0.gz10 11 as opposed to the pxelinux.bin that's already around. You need to make a link in pxelinux.cfg to an appropriate pxelinux configuration file, namely the one for serial. To the end of the 'install' image you want to add:12 13 DEBIAN_FRONTEND=text14 15 (we did this, so it's probably already there.)16 4 17 5 Minicom should be set for 9600 baud, 8 databits, no parity, 1 stop bit, no flow control. Turn hardware flow control off in minicom. The UNIX device for talking to the console is almost certainly /dev/ttyS0. … … 33 21 34 22 boot f0 23 24 == net install == 25 26 The netboot image for debian is already around. You need 27 28 wget http://centerclick.org/net4801/pxelinux/pxelinux.0.gz 29 30 as opposed to the pxelinux.bin that's already around. You need to make a link in pxelinux.cfg to an appropriate pxelinux configuration file, namely the one for serial. To the end of the 'install' image you want to add: 31 32 DEBIAN_FRONTEND=text 33 34 (we did this, so it's probably already there.) 35 36 We tried this in several different ways with a remarkable number of pre-compiled pxelinux.0 files, but the net install could never find the CF disk. Eventually we gave up and moved to pre-loading the CF. 35 37 36 38 == Voyage Linux ==