Before I begin: I have rtfm. I have also rtfmfm. But I am dealing with a platform I'm unfamiliar with, so this may be a stupidly simple question that hasn't been googled properly yet.
Onwards.
I have an SGI Indy that I am attempting to install Debian-mips on. Irix is not an option. I repeat: Irix is not an option. Debian-mips it is.
Here's the issue: I can do a `hinv' or `printenv' in monitor mode and see all relevant devices and settings; everything matches up and it's all hunky-dory. However, when I try to do a `boot -f bootp()10.10.1.1:/tftpboot/tftpboot.img' from monitor mode (which should, according to everything I've read as well as from my experience with bootp, allow me to netboot the install image), bugger-all happens. I get the 'network busy or netaddr set wrong' error message. The Indy never grabs an IP (judging from what's written in /var/state/dhcp/dhcpd.leases on the dhcp/tftp server) and it never downloads the boot image.
netaddr is set to 10.10.1.123, a valid IP for the network it's on, and an entry to statically assign this address to the Indy based on MAC address is present in /etc/dhcpd.conf on the server. The tftp server is 10.10.1.2 (which is also the dhcp server), and netmask is 255.255.255.0. There should be no broadcast issues with this setup.
Using a CD-ROM is not an option. I repeat: using a CD-ROM is not an option.
Does anyone have any ideas, or has been in this situation before? I'd really like to get this machine set up ASAP since I'm running short on hardware and need to use it for a couple of small projects.
Onwards.
I have an SGI Indy that I am attempting to install Debian-mips on. Irix is not an option. I repeat: Irix is not an option. Debian-mips it is.
Here's the issue: I can do a `hinv' or `printenv' in monitor mode and see all relevant devices and settings; everything matches up and it's all hunky-dory. However, when I try to do a `boot -f bootp()10.10.1.1:/tftpboot/tftpboot.img' from monitor mode (which should, according to everything I've read as well as from my experience with bootp, allow me to netboot the install image), bugger-all happens. I get the 'network busy or netaddr set wrong' error message. The Indy never grabs an IP (judging from what's written in /var/state/dhcp/dhcpd.leases on the dhcp/tftp server) and it never downloads the boot image.
netaddr is set to 10.10.1.123, a valid IP for the network it's on, and an entry to statically assign this address to the Indy based on MAC address is present in /etc/dhcpd.conf on the server. The tftp server is 10.10.1.2 (which is also the dhcp server), and netmask is 255.255.255.0. There should be no broadcast issues with this setup.
Using a CD-ROM is not an option. I repeat: using a CD-ROM is not an option.
Does anyone have any ideas, or has been in this situation before? I'd really like to get this machine set up ASAP since I'm running short on hardware and need to use it for a couple of small projects.
Comment