Openbsd.Upgrade67 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. version=pmwiki-2.2.130 ordered=1 urlencoded=1
  2. agent=Mozilla/5.0 (X11; OpenBSD amd64; rv:82.0) Gecko/20100101 Firefox/82.0
  3. author=jrmu
  4. charset=UTF-8
  5. csum=
  6. ctime=1607689838
  7. host=198.251.81.119
  8. name=Openbsd.Upgrade67
  9. rev=26
  10. targets=Openbsd.Bsdrd,Openbsd.Sysupgrade68,Openbsd.Upgrade68,Openbsd.Dump,Openbsd.Restore,Openbsd.Vmmuser,Openbsd.Cu,Openbsd.Buyvm,Openbsd.Pkgadd,Openbsd.Ssh,Openbsd.Top,Openbsd.Syspatch,Openbsd.Fwupdate
  11. text=(:title OpenBSD 6.7 Upgrade Guide:)%0a%0aThis is an upgrade guide for [[https://openbsd.org/67.html|OpenBSD 6.7]] using [[openbsd/bsdrd|bsd.rd]]. It assumes you have OpenBSD 6.6 or 6.7 installed and working networking. It can be used to repair OpenBSD 6.6 or 6.7.%0a%0a'''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade67.html|6.7 Upgrade Guide]].%0a%0aCheck to see if you need to upgrade your OS. To find out your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a%0a# Make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a# Make sure to notify all your users in advance that there will be downtime during the upgrade.%0a# You will need a way to view the serial console. If you are using [[Openbsd/Vmmuser|VMM]], you can view it using the [[Openbsd/cu|serial console]]. If you are using [[Openbsd/Buyvm|BuyVM]], you should use VNC. Make sure to have the serial console open so you can interrupt the normal bootup process during the upgrade.%0a# First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]].%0a# Verify the signature, replace /bsd.rd with the new bsd.rd, then reboot:\\%0a[@%0a$ ftp https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/bsd.rd%0a$ ftp https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/SHA256.sig%0a$ signify -C -p /etc/signify/openbsd-67-base.pub -x SHA256.sig bsd.rd%0a$ doas cp bsd.rd /bsd.rd%0a$ doas shutdown -r now%0a@]\\%0aAttach:upgrade67-1.png\\%0a'''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.%0a# At the serial console (either cu or VNC), before automatic bootup, type @@boot /bsd.rd@@.\\%0aAttach:upgrade67-2a.png%0a# If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.\\%0aAttach:upgrade67-2b.png%0a# Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.%0a# Press enter for vt220.%0a# To check which root disk, press ? for details. '''NOTE''': Be careful to install to the correct disk.%0a# There is no probably need to force check clean non-root filesystems, so just press enter.\\%0aAttach:upgrade67-3.png%0a# You can get the base sets from cd (ISO), disk (such as USB flash drive), or http. For this tutorial, we will use http.\\%0aAttach:upgrade67-4.png%0a# For this tutorial, we will not use a proxy. Press enter for none.%0a# For the HTTP server, press ? to show a list of servers. Choose the one closest to your location.%0a# Leave the server directory as pub/OpenBSD/6.7/amd64 and press enter.%0a# Install all the sets. It is not possible to install missing sets using [[openbsd/pkgadd|pkg_add]]; you will be required to re-run the installer. So, we don't recommend skipping any sets. Missing sets may cause issues later.\\%0aAttach:upgrade67-5.png%0a# If downloading sets over http, make sure that the SHA256.sig file is verified.%0a# Press enter for done.\\%0aAttach:upgrade67-6.png%0a# Press enter to reboot.%0a# '''NOTE''': If you booted from ISO, flash drive, or some other external install media, you will need to make sure that the bootloader boots from the proper hard disk. If you're using BuyVM, see the [[Openbsd/Buyvm|BuyVM User Guide]] for how to switch the default boot order.%0a# The system will automatically boot OpenBSD 6.7.\\%0aAttach:upgrade67-7.png%0a# You will see a list of patches that need to be installed and conf files that need to be updated.\\%0aAttach:upgrade67-8.png%0a# At this point, you can now use [[openbsd/ssh|ssh]] to log in.%0a# Make sure to read and fix any error messages that you may see.%0a# To check if installation succeeded:\\%0a[@%0a$ uname -a%0aOpenBSD fruit.ircnow.org 6.7 GENERIC#179 amd64%0a@]%0a# To check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].\\%0aAttach:upgrade68-7.png%0a# You will want to [[Openbsd/syspatch|patch]] the system:\\%0a[@%0a$ doas syspatch%0a@]%0a# Then, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:\\%0a[@%0a$ doas sysmerge%0a@]%0a# Then, make sure to upgrade your packages:\\%0a[@%0a$ doas pkg_add -u%0a@]%0a# You may optionally install any firmware by running [[openbsd/fwupdate|fw_update]]:\\%0a[@%0a$ doas fw_update -a%0a@]%0a# This is not advised, however, because some of the firmware may be proprietary.%0a# You will want to reboot after installing patches:\\%0a[@%0a$ doas shutdown -r now%0a@]
  12. time=1607832141
  13. title=OpenBSD 6.7 Upgrade Guide
  14. author:1607832141=jrmu
  15. diff:1607832141:1607774290:=7c7%0a%3c Check to see if you need to upgrade your OS. To find out your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a---%0a> Check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a
  16. host:1607832141=198.251.81.119
  17. author:1607774290=jrmu
  18. diff:1607774290:1607773861:=46c46%0a%3c # You will see a list of patches that need to be installed and conf files that need to be updated.\\%0a---%0a> # You will see a list of patches that need to be installed and conf files that need to be updated.%0a
  19. host:1607774290=38.81.163.7
  20. author:1607773861=jrmu
  21. diff:1607773861:1607773387:=44c44%0a%3c # The system will automatically boot OpenBSD 6.7.\\%0a---%0a> # The system will automatically boot OpenBSD 6.7.%0a46d45%0a%3c # You will see a list of patches that need to be installed and conf files that need to be updated.%0a48,50c47,52%0a%3c # At this point, you can now use [[openbsd/ssh|ssh]] to log in.%0a%3c # Make sure to read and fix any error messages that you may see.%0a%3c # To check if installation succeeded:\\%0a---%0a> Attach:upgrade67-9.png%0a> Attach:upgrade67-10.png%0a> Attach:upgrade67-11.png%0a> %0a> To check if installation succeeded:%0a> %0a53c55%0a%3c OpenBSD fruit.ircnow.org 6.7 GENERIC#179 amd64%0a---%0a> OpenBSD pear.my.domain 6.8 GENERIC.MP#98 amd64%0a55c57,59%0a%3c # To check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].\\%0a---%0a> %0a> To check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].%0a> %0a57c61,63%0a%3c # You will want to [[Openbsd/syspatch|patch]] the system:\\%0a---%0a> %0a> You will want to [[Openbsd/syspatch|patch]] the system:%0a> %0a61c67,69%0a%3c # Then, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:\\%0a---%0a> %0a> Then, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:%0a> %0a65c73,75%0a%3c # Then, make sure to upgrade your packages:\\%0a---%0a> %0a> Then, make sure to upgrade your packages:%0a> %0a69c79,83%0a%3c # You may optionally install any firmware by running [[openbsd/fwupdate|fw_update]]:\\%0a---%0a> %0a> Read and fix any error messages that you may see.%0a> %0a> You will want to reboot after some patches:%0a> %0a71c85%0a%3c $ doas fw_update -a%0a---%0a> $ doas shutdown -r now%0a73,77d86%0a%3c # This is not advised, however, because some of the firmware may be proprietary.%0a%3c # You will want to reboot after installing patches:\\%0a%3c [@%0a%3c $ doas shutdown -r now%0a%3c @]%0a\ No newline at end of file%0a
  22. host:1607773861=38.81.163.7
  23. author:1607773387=jrmu
  24. diff:1607773387:1607773325:=25c25%0a%3c # If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.\\%0a---%0a> # If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.%0a
  25. host:1607773387=38.81.163.7
  26. author:1607773325=jrmu
  27. diff:1607773325:1607773162:=42,44d41%0a%3c # Press enter to reboot.%0a%3c # '''NOTE''': If you booted from ISO, flash drive, or some other external install media, you will need to make sure that the bootloader boots from the proper hard disk. If you're using BuyVM, see the [[Openbsd/Buyvm|BuyVM User Guide]] for how to switch the default boot order.%0a%3c # The system will automatically boot OpenBSD 6.7.%0a45a43%0a> # Press enter to reboot the system.\\%0a
  28. host:1607773325=38.81.163.7
  29. author:1607773162=jrmu
  30. diff:1607773162:1607773005:=39,40c39%0a%3c # If downloading sets over http, make sure that the SHA256.sig file is verified.%0a%3c # Press enter for done.\\%0a---%0a> # If downloading sets over http, make sure that the SHA256.sig file is verified.\\%0a41a41%0a> # Press enter for done.\\%0a
  31. host:1607773162=38.81.163.7
  32. author:1607773005=jrmu
  33. diff:1607773005:1607772904:=27c27%0a%3c # Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.%0a---%0a> # Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.\\%0a
  34. host:1607773005=38.81.163.7
  35. author:1607772904=jrmu
  36. diff:1607772904:1607772666:=26d25%0a%3c Attach:upgrade67-2b.png%0a27a27%0a> Attach:upgrade67-2b.png%0a
  37. host:1607772904=38.81.163.7
  38. author:1607772666=jrmu
  39. diff:1607772666:1607772642:=25c25%0a%3c # If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.%0a---%0a> # If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.\\%0a
  40. host:1607772666=38.81.163.7
  41. author:1607772642=jrmu
  42. diff:1607772642:1607772461:=22c22%0a%3c '''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.%0a---%0a> '''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.\\%0a
  43. host:1607772642=38.81.163.7
  44. author:1607772461=jrmu
  45. diff:1607772461:1607744945:=5c5%0a%3c '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade67.html|6.7 Upgrade Guide]].%0a---%0a> '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade67.html|Upgrade Guide]].%0a
  46. host:1607772461=38.81.163.7
  47. author:1607744945=jrmu
  48. diff:1607744945:1607741844:=
  49. host:1607744945=198.251.81.119
  50. author:1607741844=jrmu
  51. diff:1607741844:1607741417:=26d25%0a%3c # Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.\\%0a27a27,28%0a> # Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.\\%0a> Attach:upgrade67-3.png%0a31,32d31%0a%3c Attach:upgrade67-3.png%0a%3c # You can get the base sets from cd (ISO), disk (such as USB flash drive), or http. For this tutorial, we will use http.\\%0a33a33,34%0a> # You can get the base sets from cd (ISO), disk (such as USB flash drive), or http. For this tutorial, we will use http.\\%0a> Attach:upgrade67-5.png%0a38,39d38%0a%3c Attach:upgrade67-5.png%0a%3c # If downloading sets over http, make sure that the SHA256.sig file is verified.\\%0a40a40,41%0a> # If downloading sets over http, make sure that the SHA256.sig file is verified.\\%0a> Attach:upgrade67-7.png%0a42,43d42%0a%3c Attach:upgrade67-7.png%0a%3c # Press enter to reboot the system.\\%0a44a44%0a> # Press enter to reboot the system.\\%0a
  52. host:1607741844=198.251.81.119
  53. author:1607741417=jrmu
  54. diff:1607741417:1607741043:=31c31,32%0a%3c # There is no probably need to force check clean non-root filesystems, so just press enter.\\%0a---%0a> # Press enter to install%0a> %0a33d33%0a%3c # You can get the base sets from cd (ISO), disk (such as USB flash drive), or http. For this tutorial, we will use http.\\%0a35,38d34%0a%3c # For this tutorial, we will not use a proxy. Press enter for none.%0a%3c # For the HTTP server, press ? to show a list of servers. Choose the one closest to your location.%0a%3c # Leave the server directory as pub/OpenBSD/6.7/amd64 and press enter.%0a%3c # Install all the sets. It is not possible to install missing sets using [[openbsd/pkgadd|pkg_add]]; you will be required to re-run the installer. So, we don't recommend skipping any sets. Missing sets may cause issues later.\\%0a40d35%0a%3c # If downloading sets over http, make sure that the SHA256.sig file is verified.\\%0a42d36%0a%3c # Press enter for done.\\%0a44d37%0a%3c # Press enter to reboot the system.\\%0a
  55. host:1607741417=198.251.81.119
  56. author:1607741043=jrmu
  57. diff:1607741043:1607740941:=29,31c29,34%0a%3c # Press enter for vt220.%0a%3c # To check which root disk, press ? for details. '''NOTE''': Be careful to install to the correct disk.%0a%3c # Press enter to install%0a---%0a> %0a> Press enter for vt220.%0a> %0a> To check which root disk, press ? for details. '''NOTE''': Be careful to install to the correct disk.%0a> %0a> Press enter to install%0a
  58. host:1607741043=198.251.81.119
  59. author:1607740941=jrmu
  60. diff:1607740941:1607740721:=7,13c7,16%0a%3c Check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a%3c %0a%3c # Make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a%3c # Make sure to notify all your users in advance that there will be downtime during the upgrade.%0a%3c # You will need a way to view the serial console. If you are using [[Openbsd/Vmmuser|VMM]], you can view it using the [[Openbsd/cu|serial console]]. If you are using [[Openbsd/Buyvm|BuyVM]], you should use VNC. Make sure to have the serial console open so you can interrupt the normal bootup process during the upgrade.%0a%3c # First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]].%0a%3c # Verify the signature, replace /bsd.rd with the new bsd.rd, then reboot:\\%0a---%0a> First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a> %0a> First, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a> %0a> Secondly, make sure to notify all your users in advance that there will be downtime during the upgrade.%0a> %0a> Next, you will need a way to view the serial console. If you are using [[Openbsd/Vmmuser|VMM]], you can view it using the [[Openbsd/cu|serial console]]. If you are using [[Openbsd/Buyvm|BuyVM]], you should use VNC. Make sure to have the serial console open so you can interrupt the normal bootup process during the upgrade.%0a> %0a> First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]]. Verify the signature, replace /bsd.rd with the new bsd.rd, then reboot:%0a> %0a20,23c23,30%0a%3c @]\\%0a%3c Attach:upgrade67-1.png\\%0a%3c '''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.\\%0a%3c # At the serial console (either cu or VNC), before automatic bootup, type @@boot /bsd.rd@@.\\%0a---%0a> @]%0a> %0a> Attach:upgrade67-1.png%0a> %0a> '''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.%0a> %0a> At the serial console (either cu or VNC), before automatic bootup, type @@boot /bsd.rd@@.%0a> %0a25c32,34%0a%3c # If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.\\%0a---%0a> %0a> If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.%0a> %0a27c36,38%0a%3c # Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.\\%0a---%0a> %0a> Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.%0a> %0a29,35d39%0a%3c %0a%3c Press enter for vt220.%0a%3c %0a%3c To check which root disk, press ? for details. '''NOTE''': Be careful to install to the correct disk.%0a%3c %0a%3c Press enter to install%0a%3c %0a
  61. host:1607740941=198.251.81.119
  62. author:1607740721=jrmu
  63. diff:1607740721:1607740613:=36,37d35%0a%3c %0a%3c Type u for (U)pgrade. Upgrading will allow you to install OpenBSD 6.7. You can use this to either upgrade from 6.6 or to repair an existing 6.7 system.%0a
  64. host:1607740721=198.251.81.119
  65. author:1607740613=jrmu
  66. diff:1607740613:1607740476:=27,28d26%0a%3c '''NOTE''': You must type something within 3 seconds or else bootup will continue automatically. If bootup does happen automatically, login and reboot by typing @@doas shutdown -r now@@.%0a%3c %0a30d27%0a%3c %0a32,34d28%0a%3c %0a%3c If you did everything correctly, you should see OpenBSD 6.7 (RAMDISK_CD) in the boot screen. If you see OpenBSD 6.6, you did not follow the above steps correctly.%0a%3c %0a
  67. host:1607740613=198.251.81.119
  68. author:1607740476=jrmu
  69. diff:1607740476:1607740071:=25,30c25%0a%3c Attach:upgrade67-1.png%0a%3c %0a%3c At the serial console (either cu or VNC), before automatic bootup, type @@boot /bsd.rd@@.%0a%3c Attach:upgrade67-2a.png%0a%3c Attach:upgrade67-2b.png%0a%3c %0a---%0a> Attach:upgrade67-2.png%0a
  70. host:1607740476=198.251.81.119
  71. author:1607740071=jrmu
  72. diff:1607740071:1607739884:=15,16c15,16%0a%3c First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]]. Verify the signature, replace /bsd.rd with the new bsd.rd, then reboot:%0a%3c %0a---%0a> First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]]. Then, verify the signature:%0a> %0a20a21,27%0a> @]%0a> %0a> Attach:upgrade67-1.png%0a> %0a> Replace /bsd.rd with the new bsd.rd, then reboot:%0a> %0a> [@%0a
  73. host:1607740071=198.251.81.119
  74. author:1607739884=jrmu
  75. diff:1607739884:1607739561:=11,12d10%0a%3c Secondly, make sure to notify all your users in advance that there will be downtime during the upgrade.%0a%3c %0a15,22d12%0a%3c First, download bsd.rd and the SHA256 signature file from an [[https://openbsd.org/ftp.html|OpenBSD mirror]]. Then, verify the signature:%0a%3c %0a%3c [@%0a%3c $ ftp https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/bsd.rd%0a%3c $ ftp https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/SHA256.sig%0a%3c $ signify -C -p /etc/signify/openbsd-67-base.pub -x SHA256.sig bsd.rd%0a%3c @]%0a%3c %0a24,31d13%0a%3c %0a%3c Replace /bsd.rd with the new bsd.rd, then reboot:%0a%3c %0a%3c [@%0a%3c $ doas cp bsd.rd /bsd.rd%0a%3c $ doas shutdown -r now%0a%3c @]%0a%3c %0a
  76. host:1607739884=198.251.81.119
  77. author:1607739561=jrmu
  78. diff:1607739561:1607739480:=13,24d12%0a%3c Attach:upgrade67-1.png%0a%3c Attach:upgrade67-2.png%0a%3c Attach:upgrade67-3.png%0a%3c Attach:upgrade67-4.png%0a%3c Attach:upgrade67-5.png%0a%3c Attach:upgrade67-6.png%0a%3c Attach:upgrade67-7.png%0a%3c Attach:upgrade67-8.png%0a%3c Attach:upgrade67-9.png%0a%3c Attach:upgrade67-10.png%0a%3c Attach:upgrade67-11.png%0a%3c %0a60a49,60%0a> %0a> Attach:upgrade67-1.png%0a> Attach:upgrade67-2.png%0a> Attach:upgrade67-3.png%0a> Attach:upgrade67-4.png%0a> Attach:upgrade67-5.png%0a> Attach:upgrade67-6.png%0a> Attach:upgrade67-7.png%0a> Attach:upgrade67-8.png%0a> Attach:upgrade67-9.png%0a> Attach:upgrade67-10.png%0a> Attach:upgrade67-11.png%0a\ No newline at end of file%0a
  79. host:1607739561=198.251.81.119
  80. author:1607739480=jrmu
  81. diff:1607739480:1607738359:=11c11,15%0a%3c Next, you will need a way to view the serial console. If you are using [[Openbsd/Vmmuser|VMM]], you can view it using the [[Openbsd/cu|serial console]]. If you are using [[Openbsd/Buyvm|BuyVM]], you should use VNC. Make sure to have the serial console open so you can interrupt the normal bootup process during the upgrade.%0a---%0a> [@%0a> $ doas sysupgrade%0a> @]%0a> %0a> The upgrade should begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a
  82. host:1607739480=198.251.81.119
  83. author:1607738359=jrmu
  84. diff:1607738359:1607738021:=3,4c3,4%0a%3c This is an upgrade guide for [[https://openbsd.org/67.html|OpenBSD 6.7]] using [[openbsd/bsdrd|bsd.rd]]. It assumes you have OpenBSD 6.6 or 6.7 installed and working networking. It can be used to repair OpenBSD 6.6 or 6.7.%0a%3c %0a---%0a> This is a quick upgrade guide for [[https://openbsd.org/67.html|OpenBSD 6.7]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a> %0a7,9c7,9%0a%3c First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you can follow this guide to repair your OS, or you can follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides to upgrade.%0a%3c %0a%3c First, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a---%0a> First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you need to follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides.%0a> %0a> Next, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a
  85. host:1607738359=198.251.81.119
  86. author:1607738021=jrmu
  87. diff:1607738021:1607689838:=1,53d0%0a%3c (:title OpenBSD 6.7 Upgrade Guide:)%0a%3c %0a%3c This is a quick upgrade guide for [[https://openbsd.org/67.html|OpenBSD 6.7]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a%3c %0a%3c '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade67.html|Upgrade Guide]].%0a%3c %0a%3c First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -a@@. If it says @@OpenBSD fruit.ircnow.org 6.6 GENERIC#6 amd64@@, you need to upgrade to 6.7 using this guide. If it says @@OpenBSD fruit.ircnow.org 6.7 GENERIC.MP#98 amd64@@, you need to follow the [[openbsd/sysupgrade68|Sysupgrade 6.8]] or the [[openbsd/upgrade68|Upgrade 6.8]] guides.%0a%3c %0a%3c Next, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a%3c %0a%3c [@%0a%3c $ doas sysupgrade%0a%3c @]%0a%3c %0a%3c The upgrade should begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%3c %0a%3c To check if installation succeeded:%0a%3c %0a%3c [@%0a%3c $ uname -a%0a%3c OpenBSD pear.my.domain 6.8 GENERIC.MP#98 amd64%0a%3c @]%0a%3c %0a%3c To check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].%0a%3c %0a%3c Attach:upgrade68-7.png%0a%3c %0a%3c You will want to [[Openbsd/syspatch|patch]] the system:%0a%3c %0a%3c [@%0a%3c $ doas syspatch%0a%3c @]%0a%3c %0a%3c Then, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:%0a%3c %0a%3c [@%0a%3c $ doas sysmerge%0a%3c @]%0a%3c %0a%3c Then, make sure to upgrade your packages:%0a%3c %0a%3c [@%0a%3c $ doas pkg_add -u%0a%3c @]%0a%3c %0a%3c Read and fix any error messages that you may see.%0a%3c %0a%3c You will want to reboot after some patches:%0a%3c %0a%3c [@%0a%3c $ doas shutdown -r now%0a%3c @]%0a%3c %0a
  88. host:1607738021=198.251.81.119
  89. author:1607689838=jrmu
  90. diff:1607689838:1607689838:=1,11d0%0a%3c Attach:upgrade67-1.png%0a%3c Attach:upgrade67-2.png%0a%3c Attach:upgrade67-3.png%0a%3c Attach:upgrade67-4.png%0a%3c Attach:upgrade67-5.png%0a%3c Attach:upgrade67-6.png%0a%3c Attach:upgrade67-7.png%0a%3c Attach:upgrade67-8.png%0a%3c Attach:upgrade67-9.png%0a%3c Attach:upgrade67-10.png%0a%3c Attach:upgrade67-11.png%0a\ No newline at end of file%0a
  91. host:1607689838=198.251.81.119