====== Nase red-box krabicky ======
**Note:** default baud rate 38400
** Vypis po bootu: **
*** baud: 38400 ***
PC Engines ALIX.2 v0.98
640 KB Base Memory
261120 KB Extended Memory
01F0 Master 044A CF CARD 1GB
Phys C/H/S 1934/16/63 Log C/H/S 967/32/63
PC Engines ALIX.2 v0.98
640 KB Base Memory
261120 KB Extended Memory
01F0 - no drive found !
No boot device available, press Enter to continue.
**Bios**
Setup options
To enter setup, type S during the memory test. You should see something like the following:
PC Engines ALIX.2 v0.98j
640 KB Base Memory
261120 KB Extended Memory
01F0 Master 848A CF 128MB
Phys C/H/S 1002/8/32 Log C/H/S 1002/8/32
BIOS setup:
(9) 9600 baud (2) 19200 baud *3* 38400 baud (5) 57600 baud (1) 115200 baud
*C* CHS mode (L) LBA mode (W) HDD wait (V) HDD slave (U) UDMA enable
(M) MFGPT workaround
(P) late PCI init
*R* Serial console enable
(E) PXE boot enable
(X) Xmodem upload
(Q) Quit
====== Installation =======
Hi,
I've also installed debian on the alix board. I did it this way:
1. setup DHCPD with this option:
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
range 192.168.1.10 192.168.1.20;
filename "debian-installer/pxelinux.0";
next-server 192.168.1.100;
}
2. setup TFTP server, I like tftpd-hpa. Here is /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--verbosity 65535 --create --secure"
3. download debian's net-install - netboot.tar.gz
mkdir -p /srv/tftp
cd /srv/tftp
tar xzf netboot.tar.gz
4. add first line debian-installer/i386/boot-screens/syslinux.cfg
SERIAL 0 9600 0
5. change debian-installer/i386/boot-screens/txt.cfg
append console=ttyS0,9600n8 initrd=debian-installer/i386/initrd.gz --
And now you can run normal Debian's install ;-)
====== Files ======
* {{:hardware:alix2.pdf|}}