Hi,
I'm trying to do a network install on a clean (ex PC) disk in a Fuel (from FreeBSD) using 6.5.30 from supportfolio, and the rest from base, copied (using IRIX) to disk, and the copied over to the FreeBSD box.
I do have the CDs, and I do have a working CD drive in the Fuel, and I can do a CD install without any problem at all (which is how I copied the contents of the CDs) however I'm trying to learn how to do a network install, I like doing "bare metal" network installs
On the FreeBSD box I've started with two directory trees setup in /usr /tftpboot with just fx.64, sa, unix.IP35 and uni_0004.ip3 and /sgi_os_software with all of the copies of teh CDs (full set of from 6.5.14, copies of the overlays from 6.5.22 and copies of the downloaded 6.5.30)
I've setup dhcp, tftp (with -s /usr/tftpboot) and rsh (bootp and dhcp don't actually seem to be needed if you set netaddr, netmask, and srvaddr in the PROM
I can boot fx.64 and partition the disk
I can then boot sash
I can also boot uni_0004.ip3
but, it then complains about there being no file system, which is valid as mkfs hasn't been run.
If I try to run install and select a remote dir it produces the following error (debug is on) when trying to start the same version of SA that I can boot as above
Which again I'm guessing is to do with the fact that there isn't a filesytem on the disk.
I know I'm either probably doing something really stupid, or missing out a basic step, but I'm now at the can't see the wood for the trees stage on this and would really appreciate any help
Cheers
I'm trying to do a network install on a clean (ex PC) disk in a Fuel (from FreeBSD) using 6.5.30 from supportfolio, and the rest from base, copied (using IRIX) to disk, and the copied over to the FreeBSD box.
I do have the CDs, and I do have a working CD drive in the Fuel, and I can do a CD install without any problem at all (which is how I copied the contents of the CDs) however I'm trying to learn how to do a network install, I like doing "bare metal" network installs
On the FreeBSD box I've started with two directory trees setup in /usr /tftpboot with just fx.64, sa, unix.IP35 and uni_0004.ip3 and /sgi_os_software with all of the copies of teh CDs (full set of from 6.5.14, copies of the overlays from 6.5.22 and copies of the downloaded 6.5.30)
I've setup dhcp, tftp (with -s /usr/tftpboot) and rsh (bootp and dhcp don't actually seem to be needed if you set netaddr, netmask, and srvaddr in the PROM
I can boot fx.64 and partition the disk
Code: Select all
boot -f bootp()192.168.53.171:/fx.64 --x
I can then boot sash
Code: Select all
boot -f bootp()192.168.53.171:/sa(sash64)
I can also boot uni_0004.ip3
Code: Select all
boot -f bootp()192.168.53.171:/uni_0004.ip3
but, it then complains about there being no file system, which is valid as mkfs hasn't been run.
If I try to run install and select a remote dir it produces the following error (debug is on) when trying to start the same version of SA that I can boot as above
Code: Select all
bootpopen: ctlr 0, file 192.168.53.171://sa(sash64)
bootpopen: host 192.168.53.171, file //sa , member sash64
skipping BOOTP ...
TFTP: RRQ for file //sa to 192.168.53.171
after connect: tftp count 512, offset 0
bootpread: ctlr 0, buf c00000001324b100, count 4190
loading ELF structure at offset 0x21618 into memory at 0xc00000001324c200
bootpread: ctlr 0, buf c00000001324c200, count 9528
loading ELF structure at offset 0x32390 into memory at 0xc000000013242b00
bootpread: ctlr 0, buf c000000013242b00, count 6080
loading ELF structure at offset 0x33b50 into memory at 0xc000000013242b00
bootpread: ctlr 0, buf c000000013242b00, count 2928
loading ELF structure at offset 0x37ec0 into memory at 0xc00000001324e780
bootpread: ctlr 0, buf c00000001324e780, count 36360
err is 0x0
bootpclose: ctlr 0
tftpabort: TFTP send ERROR packet
list init 128c000 12ff654 73654
mrboot
source : bootp()192.168.53.171://sa(mr)
dest : dksc(0,1,1)
A 000: *** TLB Refill Exception on node 0
A 000: *** EPC: 0xc00000001fc47e58 (0xc00000001fc47e58)
A 000: *** Press ENTER to continue.
A 000: POD IOC3 Unc>
A 000: POD IOC3 Unc>
Which again I'm guessing is to do with the fact that there isn't a filesytem on the disk.
I know I'm either probably doing something really stupid, or missing out a basic step, but I'm now at the can't see the wood for the trees stage on this and would really appreciate any help
Cheers
has anyone seen my console ?