On 3 November 2012 15:33, Kaya Saman <kayasa...@gmail.com> wrote: > The server logfiles show: > > tftpd[1581]: tftpd: trying to get file: C0A80173 > tftpd[1581]: tftpd: serving file from /tftpboot > > > so that's all ok. NFS has been setup for NFS v2/3: > > /etc/exports file: > > /iso/5.2/sparc64 <local_subnet>(ro,sync,no_subtree_check) > > i am able to access this using an NFS client. > > In my /tftpboot directory I have these files: > > installboot > ofwboot > ofwboot.net > > According to my reading there was supposed to be an install.net or boot.net > fie which I haven't seen anywhere?
You need to have a copy of the bootloader on your TFTP server named as the hex representation of the client IP address so in this case a copy of/symbolic link to ofwboot.net named as C0A80173 & C0A80173.SUN4 (According to manpage) or dot platform name according to sun docs, in this case .SUN4U A copy of the kernel also needs to be on the tftp server What does your bootparams file look like? Here's mine for netbooting my T1000 t1000.foo.local root=10.9.9.1:/nfsroot/openbsd/root swap=10.9.9.1:/nfsroot/openbsd/swap Sevan