After entering the command monitor use
bootp():
on SGI Indys to boot linux and to begin installation of the Debian
Software. In order to make this
work you may have to unset the netaddr
environment
variable. Type
unsetenv netaddr
in the command monitor to do this.
On the Broadcom BCM91250A evaluation board, you have to load the SiByl boot loader via TFTP which will then load and start the Debian installer. In most cases, you will first obtain an IP address via DHCP but it is also possible to configure a static address. In order to use DHCP, you can enter the following command on the CFE prompt:
ifconfig eth0 -auto
Once you have obtained an IP address, you can load SiByl with the following command:
boot 192.168.1.1:/boot/sibyl
You need to substitute the IP address listed in this example with either the name or the IP address of your TFTP server. Once you issue this command, the installer will be loaded automatically.
On SGI Indys you can append boot parameters to the bootp(): command in the command monitor.
Following the bootp(): command you can give the path and name of the file to boot if you did not give an explicit name via your bootp/dhcp server. Example:
bootp():/boot/tftpboot.img
Further kernel parameters can be passed via append:
bootp(): append="root=/dev/sda1"