Code: Select all
subnet 10.0.0.0 netmask 255.255.255.0 {}
host indy {
hardware ethernet 08:00:69:08:53:72;
fixed-address 10.0.0.31;
option host-name "indy";
option routers 10.0.0.2;
option domain-name-servers 158.152.1.43;
option root-path "/exports/indy";
filename "/tftpboot/unix";
}
and i made a copy of a friends indy irix install and put it into /exports/indy (Containing everything i need, lib, etc, dev and such) and executed
Code: Select all
exportfs -rv Code: Select all
/export/indy 10.0.0.31(rw,async,no_root_squash)I then copied the kernel to /tftpboot/unix and ran the tftp server. After this i booted the system and made the following env changes
Code: Select all
SystemPartition=bootp()192.168.0.1:/tftpboot
OSLoadPartition=bootp()192.168.0.1:/tftpboot
OSLoader=unix
OSLoadFileName=/unixand then typed boot. This is what i got
Code: Select all
Setting $netaddr to 10.0.0.31 (from server )
Obtaining //unix from server
1307696+147504+149008 entry: 0x88003c40
IRIX Release 5.3 IP22 Version 02091401 System V
Copyright 1987-1994 Silicon Graphics, Inc.
All Rights Reserved.
Get_bootparam failed.
Kernel mount failed, check server, bootparams
or press reset button !!!
Now from this Ive guessed that its loaded the kernel but doesn't know how to execute it, or where the other files it needs are (which i stuck in /exports/indy) but cant... Maybe something to do with the NFS not being properly loaded...?
Any help would be great.
Thanks
(single-CM)