Changes between Version 6 and Version 7 of Internal/Soekris


Ignore:
Timestamp:
Sep 20, 2006, 7:26:47 PM (18 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Soekris

    v6 v7  
    22
    33http://soekris.com/Manuals/net4801_manual.pdf
    4 
    5 == boot infrastructure ==
    6 
    7 The netboot image for debian is already around.  You need
    8 
    9 wget http://centerclick.org/net4801/pxelinux/pxelinux.0.gz
    10 
    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=text
    14 
    15 (we did this, so it's probably already there.)
    164
    175Minicom 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.
     
    3321
    3422boot f0
     23
     24== net install ==
     25
     26The netboot image for debian is already around.  You need
     27
     28wget http://centerclick.org/net4801/pxelinux/pxelinux.0.gz
     29
     30as 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
     32DEBIAN_FRONTEND=text
     33
     34(we did this, so it's probably already there.)
     35
     36We 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.
    3537
    3638== Voyage Linux ==