On Thu, Apr 20, 2017 at 06:13:47PM -0600, Jeff wrote: > Hi, > > I have a Sunfire V120 (Sparc) with mirrored disks running OpenBSD 6.0. > I attempted to update to OpenBSD 6.1 using the files first from: > > http://mirrors.sonic.net/pub/OpenBSD/6.1/sparc64 > > Then from: > > https://ftp3.usa.openbsd.org/pub/OpenBSD/6.1/sparc64 > > First I tried to copy bsd.rd to / and boot from it. When I boot > using 6.1 bsd.rd (boot /bsd.rd), the boot messages still show > OpenBSD 6.0.
Did you actually type '/boot bsd.rd'? When booting from softraid you need to pass the virtual 'sr' drive as part of the boot path. Try again with: boot sr0a:/bsd.rd >From the boot_sparc64(8) man page: To boot from a softraid(4) volume by default, boot-device must be set to a disk device hosting a chunk of the softraid volume: ok setenv boot-device disk0 and boot-file must contain the (sr) device name of the softraid volume and optionally a partition letter and/or kernel: ok setenv boot-file sr0a:/bsd