On Mon, Jun 03, 2019 at 03:15:07PM +0300, Belous Victor wrote: > Hi! > > I can't boot the sparc t1000 server. > > I have openbsd installed on virtualbox, the config openbsd server it is > > > openbsd# uname -a > OpenBSD openbsd.centerinform. 6.5 GENERIC#3 amd64 > > openbsd# cat /etc/ethers > 00:14:4f:c4:7d:d6 sparc > > openbsd# cat /etc/hosts > 127.0.0.1 localhost > ::1 localhost > 192.168.215.130 sparc > 192.168.215.131 openbsd > > openbsd# cat /etc/rc.conf.local > bootparamd_flags= > mountd_flags= > nfsd_flags= > ntpd_flags-"NO" > pf=NO > portmap_flags= > rarpd_flags="-al" > tftpd_flags="/tftpboot" > > openbsd# cat /etc/bootparams > sparc root=192.168.215.231:/bsd.rd >
This is not correct. bootparams points to a directory that acts as the root directory on the sparc system. You can set it to /home/bvictor/install/sparc64 or some other place where bsd.rd is located. > {0} ok boot net You may want to use boot net bsd.rd (so that the bsd.rd kernel is loaded). > SC Alert: Host System has Reset > ChassisSerialNumber NNL0812010 > > > > Atlas, Shpalernaya, 28 Sun T1000 > > > > > Boot device: /pci@7c0/pci@0/network@4 File and args: > 1000 Mbps full duplex Link up > >> OpenBSD BOOT 1.12 > Trying bsd... > 1000 Mbps full duplex Link up > No response for RARP request > open /pci@7c0/pci@0/network@4/etc/random.seed: No such file or directory > 1000 Mbps full duplex Link up > No response for RARP request > open /pci@7c0/pci@0/network@4/bsd: No such file or directory > Not sure what is up with 'No response for RARP request'. In the end you already got ofwboot.net loaded via tftp. It is possile that the T1000 is using dhcp for this and so the RARP is not fully working (at least the tcpdump output had no RARP packets in it). -- :wq Claudio