OpenBSD 7.1 is released! There are two ways you can upgrade your VM.
Either use sysupgrade(8) or do a manual upgrade.
vm03$ doas sysupgrade SHA256.sig 100% |*************************************| 2144 00:00 Signature Verified INSTALL.amd64 100% |************************************| 43495 00:00 base71.tgz 100% |*************************************| 330 MB 00:13 bsd 100% |*************************************| 22339 KB 00:00 bsd.mp 100% |*************************************| 22438 KB 00:00 bsd.rd 100% |*************************************| 4498 KB 00:00 comp71.tgz 100% |*************************************| 73366 KB 00:03 game71.tgz 100% |*************************************| 2744 KB 00:00 man71.tgz 100% |*************************************| 7601 KB 00:00 xbase71.tgz 100% |*************************************| 55182 KB 00:02 xfont71.tgz 100% |*************************************| 22965 KB 00:01 xserv71.tgz 100% |*************************************| 20117 KB 00:00 xshare71.tgz 100% |*************************************| 4544 KB 00:00 Verifying sets. Fetching updated firmware. intel-firmware-20210608v0->20220207v0: ok Read shared items: ok Upgrading.
Your VM will reboot and start the upgrade process. You can follow this via the console if you want.
Check 7.1 errata and apply available patches.
vm03$ doas syspatch ... Relinking to create unique kernel... done; reboot to load the new kernel Errata can be reviewed under /var/syspatch vm03# reboot Connection to XXX.XXX.XXX.XXX closed by remote host.
To get connected to the console you need to have access to the host your VM is running on. The same username and public SSH key, as provided for the VM, are used to create a local user on the host.
When this is done you can use vmctl(8) to manage your VM.
The options you have are:
server10$ vmctl console id server10$ vmctl start [-c] id server10$ vmctl stop [-fw] id
-f
Forcefully stop the VM without attempting a graceful shutdown.
-w
Wait until the VM has been terminated.
-c
Automatically connect to the VM console.
Note: id can also be your VM name.
Upgrade your VM by downloading bsd.rd
and moving it to /
vm03$ ftp -V https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/{bsd.rd,SHA256,SHA256.sig} bsd.rd 100% |**********************************| 4498 KB 00:00 SHA256 100% |**********************************| 1992 00:00 SHA256.sig 100% |**********************************| 2144 00:00 vm03$ signify -Cp /etc/signify/openbsd-71-base.pub -x SHA256.sig bsd.rd Signature Verified bsd.rd: OK vm03$ doas install -g wheel -o root -m 700 bsd.rd / vm03$
When that is done you can reboot your VM and make sure you boot the
new bsd.rd
. You will be prompted for what do to. Select either
(U)pgrade or (A)utoinstall.
After selecting (U)pgrade can pretty much enter your way through. The one exception might be the install sets.
You can also use (A)utoinstall, your VM will look for upgrade.conf
.
The one we are providing is:
Server directory? = pub/OpenBSD/7.1/amd64
The below install example will be very similar between (U)pgrade and (A)utoinstall.
Using drive 0, partition 3. Loading...... probing: pc0 com0 mem[638K 3838M 4352M a20=on] disk: hd0+ >> OpenBSD/amd64 BOOT 3.53 com0: 115200 baud switching console to com0 >> OpenBSD/amd64 BOOT 3.53 boot> bsd.rd Welcome to the OpenBSD/amd64 7.1 installation program. (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? u At any prompt except password prompts you can escape to a shell by typing '!'. Default answers are shown in []'s and are selected by pressing RETURN. You can exit this program at any time by pressing Control-C, but this can leave your system in an inconsistent state. Terminal type? [vt220] Available disks are: sd0. Which disk is the root disk? ('?' for details) [sd0] Checking root filesystem (fsck -fp /dev/sd0a)...OK. Mounting root filesystem (mount -o ro /dev/sd0a /mnt)...OK. vio0: bound to 46.23.92.66 from 46.23.92.43 (0c:c4:7a:6b:f8:62) Force checking of clean non-root filesystems? [no] fsck -p 2e01de5f119ea24b.k...OK. fsck -p 2e01de5f119ea24b.d...OK. fsck -p 2e01de5f119ea24b.f...OK. fsck -p 2e01de5f119ea24b.g...OK. fsck -p 2e01de5f119ea24b.h...OK. fsck -p 2e01de5f119ea24b.j...OK. fsck -p 2e01de5f119ea24b.i...OK. fsck -p 2e01de5f119ea24b.e...OK. /dev/sd0a (2e01...a) on /mnt type ffs (rw, local) /dev/sd0k (2e01...k) on /mnt/home type ffs (rw, local, nodev, nosuid) /dev/sd0d (2e01...d) on /mnt/tmp type ffs (rw, local, nodev, nosuid) /dev/sd0f (2e01...f) on /mnt/usr type ffs (rw, local, nodev) /dev/sd0g (2e01...g) on /mnt/usr/X11R6 type ffs (rw, local, nodev) /dev/sd0h (2e01...h) on /mnt/usr/local type ffs (rw, local, nodev, wxallowed) /dev/sd0j (2e01...j) on /mnt/usr/obj type ffs (rw, local, nodev, nosuid) /dev/sd0i (2e01...i) on /mnt/usr/src type ffs (rw, local, nodev, nosuid) /dev/sd0e (2e01...e) on /mnt/var type ffs (rw, local, nodev, nosuid) Let's upgrade the sets! Location of sets? (disk http or 'done') [http] HTTP proxy URL? (e.g. 'http://proxy:8080', or 'none') [none] HTTP Server? (hostname, list#, 'done' or '?') [cdn.openbsd.org] Server directory? [pub/OpenBSD/7.1/amd64] Select sets by entering a set name, a file name pattern or 'all'. De-select sets by prepending a '-', e.g.: '-game*'. Selected sets are labelled '[X]'. [X] bsd [X] comp71.tgz [X] xbase71.tgz [X] xserv71.tgz [X] bsd.rd [X] man71.tgz [X] xshare71.tgz [X] base71.tgz [X] game71.tgz [X] xfont71.tgz Set name(s)? (or 'abort' or 'done') [done] Get/Verify SHA256.sig 100% |**************************| 2144 00:00 Signature Verified Get/Verify bsd 100% |**************************| 22339 KB 00:05 Get/Verify bsd.rd 100% |**************************| 4498 KB 00:01 Get/Verify base71.tgz 100% |**************************| 330 MB 01:20 Get/Verify comp71.tgz 100% |**************************| 73366 KB 00:17 Get/Verify man71.tgz 100% |**************************| 7601 KB 00:01 Get/Verify game71.tgz 100% |**************************| 2744 KB 00:00 Get/Verify xbase71.tgz 100% |**************************| 55182 KB 00:12 Get/Verify xshare71.tgz 100% |**************************| 4544 KB 00:01 Get/Verify xfont71.tgz 100% |**************************| 22965 KB 00:05 Get/Verify xserv71.tgz 100% |**************************| 20117 KB 00:04 Installing bsd 100% |**************************| 22339 KB 00:01 Installing bsd.rd 100% |**************************| 4498 KB 00:00 Installing base71.tgz 100% |**************************| 330 MB 01:16 Extracting etc.tgz 100% |**************************| 246 KB 00:00 Installing comp71.tgz 100% |**************************| 73366 KB 00:32 Installing man71.tgz 100% |**************************| 7601 KB 00:05 Installing game71.tgz 100% |**************************| 2744 KB 00:00 Installing xbase71.tgz 100% |**************************| 55182 KB 00:20 Extracting xetc.tgz 100% |**************************| 7274 00:00 Installing xshare71.tgz 100% |**************************| 4544 KB 00:04 Installing xfont71.tgz 100% |**************************| 22965 KB 00:05 Installing xserv71.tgz 100% |**************************| 20117 KB 00:06 Location of sets? (disk http or 'done') [done] Making all device nodes...done. Relinking to create unique kernel...done. CONGRATULATIONS! Your OpenBSD upgrade has been successfully completed! Exit to (S)hell, (H)alt or (R)eboot? [reboot]
vm03# syspatch vm03# pkg_add -u vm03# sysmerge -d vm03#
When on current, update your packages with:
vm03# pkg_add -Dsnap -u vm03#