commit d34d9ff074f99ceae4d3d67c7b44944582cab871 from: jrmu date: Fri Aug 23 04:00:50 2024 UTC Daily backup commit - 445775d87805487dc495043586f3ea79b458ae1f commit + d34d9ff074f99ceae4d3d67c7b44944582cab871 blob - /dev/null blob + fb6d55bf069c23042ed83ca9948a287d744f997e (mode 644) --- /dev/null +++ wiki.d/OpenBSD.OnOVH @@ -0,0 +1,28 @@ +version=pmwiki-2.3.20 ordered=1 urlencoded=1 +agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 +author=entrex +charset=UTF-8 +csum= +ctime=1724274031 +host=67.249.48.255 +name=OpenBSD.OnOVH +rev=5 +targets= +text=(:title How to install OpenBSD on an OVH VPS:)%0a%0aIn this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a%0a%0a1) Install Debian 10 as the base operating system. These specific instructions will not work with Debian 11/12 or Ubuntu.%0a%0a2) As the root user, we want to download the OpenBSD installer to the root directory of the Debian system by:%0a%0a[@ curl https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/bsd.rd --output /bsd.rd.gz && gunzip /bsd.rd.gz %0a@]%0a%0a3) Next, edit /etc/grub.d/40_custom and add the following:%0a%0a[@ menuentry "OpenBSD 7.5" { %0a set root=(hd0,msdos1) %0a kopenbsd /bsd.rd } %0a@]%0a%0a4) Now, edit /etc/default/grub and add the following:%0a%0a[@GRUB_TIMEOUT=30%0aGRUB_HIDDEN_TIMEOUT=30%0aGRUB_HIDDEN_TIMEOUT_QUIET=false%0a@]%0a%0a5) Finally, run update-grub to update the GRUB config%0a[@update-grub %0a@] %0a%0a6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer.%0a%0a7) Install OpenBSD as normal%0a%0a +time=1724288083 +title=How to install OpenBSD on an OVH VPS +author:1724288083=entrex +diff:1724288083:1724287687:=3,9c3,11%0a%3c In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a%3c %0a%3c %0a%3c 1) Install Debian 10 as the base operating system. These specific instructions will not work with Debian 11/12 or Ubuntu.%0a%3c %0a%3c 2) As the root user, we want to download the OpenBSD installer to the root directory of the Debian system by:%0a%3c %0a---%0a> In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports/provides templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a> %0a> %0a> 1) Install Debian 10 as the base operating system%0a> %0a> Login to the fresh install of Debian%0a> %0a> 2) As the root user, do:%0a> %0a22c24%0a%3c [@GRUB_TIMEOUT=30%0a---%0a> [@GRUB_TIMEOUT=10%0a31,34c33%0a%3c 6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer.%0a%3c %0a%3c 7) Install OpenBSD as normal%0a%3c %0a---%0a> 6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a +host:1724288083=67.249.48.255 +author:1724287687=entrex +diff:1724287687:1724287386:=3c3%0a%3c In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports/provides templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a---%0a> In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by OVH. By default, OVH only supports Linux operating systems. This will allow you to run OpenBSD with minimal effort. Please note, this is not officially supported by OVH.%0a +host:1724287687=67.249.48.255 +author:1724287386=entrex +diff:1724287386:1724287164:=3,7c3,4%0a%3c In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by OVH. By default, OVH only supports Linux operating systems. This will allow you to run OpenBSD with minimal effort. Please note, this is not officially supported by OVH.%0a%3c %0a%3c %0a%3c 1) Install Debian 10 as the base operating system%0a%3c %0a---%0a> Install Debian 10 as the base operating system%0a> %0a10,11c7,8%0a%3c 2) As the root user, do:%0a%3c %0a---%0a> As the root user, do:%0a> %0a15,16c12,13%0a%3c 3) Next, edit /etc/grub.d/40_custom and add the following:%0a%3c %0a---%0a> Next, edit /etc/grub.d/40_custom and add the following:%0a> %0a22,23c19,20%0a%3c 4) Now, edit /etc/default/grub and add the following:%0a%3c %0a---%0a> Next, edit /etc/default/grub and add the following:%0a> %0a29c26%0a%3c 5) Finally, run update-grub to update the GRUB config%0a---%0a> Finally, run update-grub to update the GRUB config%0a33c30%0a%3c 6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a---%0a> Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a +host:1724287386=67.249.48.255 +author:1724287164=entrex +diff:1724287164:1724274031:=3,8c3,8%0a%3c Install Debian 10 as the base operating system%0a%3c %0a%3c Login to the fresh install of Debian%0a%3c %0a%3c As the root user, do:%0a%3c %0a---%0a> 1) Install Debian 10 as the base operating system%0a> %0a> 2) Login to the fresh install of Debian%0a> %0a> As root, do:%0a> %0a14,30c14,17%0a%3c [@ menuentry "OpenBSD 7.5" { %0a%3c set root=(hd0,msdos1) %0a%3c kopenbsd /bsd.rd } %0a%3c @]%0a%3c %0a%3c Next, edit /etc/default/grub and add the following:%0a%3c %0a%3c [@GRUB_TIMEOUT=10%0a%3c GRUB_HIDDEN_TIMEOUT=30%0a%3c GRUB_HIDDEN_TIMEOUT_QUIET=false%0a%3c @]%0a%3c %0a%3c Finally, run update-grub to update the GRUB config%0a%3c [@update-grub %0a%3c @] %0a%3c %0a%3c Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a---%0a> [@ menuentry "openbsd" { %0a> set root=(hd0,msdos1) %0a> kopenbsd /openbsd.rd } %0a> @]%0a\ No newline at end of file%0a +host:1724287164=67.249.48.255 +author:1724274031=entrex +diff:1724274031:1724274031:=1,17d0%0a%3c (:title How to install OpenBSD on an OVH VPS:)%0a%3c %0a%3c 1) Install Debian 10 as the base operating system%0a%3c %0a%3c 2) Login to the fresh install of Debian%0a%3c %0a%3c As root, do:%0a%3c %0a%3c [@ curl https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/bsd.rd --output /bsd.rd.gz && gunzip /bsd.rd.gz %0a%3c @]%0a%3c %0a%3c Next, edit /etc/grub.d/40_custom and add the following:%0a%3c %0a%3c [@ menuentry "openbsd" { %0a%3c set root=(hd0,msdos1) %0a%3c kopenbsd /openbsd.rd } %0a%3c @]%0a\ No newline at end of file%0a +host:1724274031=67.249.48.255 blob - /dev/null blob + 904be4126f85e6e3cafa6eda33f3166ad7ee415f (mode 644) --- /dev/null +++ wiki.d/OpenBSD.OnOVH-Draft,del-1724288083 @@ -0,0 +1,25 @@ +version=pmwiki-2.3.20 ordered=1 urlencoded=1 +agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 +author=entrex +charset=UTF-8 +csum= +ctime=1724274031 +host=67.249.48.255 +name=OpenBSD.OnOVH-Draft +rev=4 +targets= +text=(:title How to install OpenBSD on an OVH VPS:)%0a%0aIn this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports/provides templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a%0a%0a1) Install Debian 10 as the base operating system%0a%0aLogin to the fresh install of Debian%0a%0a2) As the root user, do:%0a%0a[@ curl https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/bsd.rd --output /bsd.rd.gz && gunzip /bsd.rd.gz %0a@]%0a%0a3) Next, edit /etc/grub.d/40_custom and add the following:%0a%0a[@ menuentry "OpenBSD 7.5" { %0a set root=(hd0,msdos1) %0a kopenbsd /bsd.rd } %0a@]%0a%0a4) Now, edit /etc/default/grub and add the following:%0a%0a[@GRUB_TIMEOUT=10%0aGRUB_HIDDEN_TIMEOUT=30%0aGRUB_HIDDEN_TIMEOUT_QUIET=false%0a@]%0a%0a5) Finally, run update-grub to update the GRUB config%0a[@update-grub %0a@] %0a%0a6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer +time=1724287687 +title=How to install OpenBSD on an OVH VPS +author:1724287687=entrex +diff:1724287687:1724287386:=3c3%0a%3c In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by [[https://www.ovhcloud.com/en/vps/|OVH]]. Unfortunately, OVH only supports/provides templates for Linux operating systems. This guide will allow you to run OpenBSD on OVH with minimal effort. Please note, this is not officially supported by OVH.%0a---%0a> In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by OVH. By default, OVH only supports Linux operating systems. This will allow you to run OpenBSD with minimal effort. Please note, this is not officially supported by OVH.%0a +host:1724287687=67.249.48.255 +author:1724287386=entrex +diff:1724287386:1724287164:=3,7c3,4%0a%3c In this guide, we'll go over the procedure to install OpenBSD 7.5 onto a VPS hosted by OVH. By default, OVH only supports Linux operating systems. This will allow you to run OpenBSD with minimal effort. Please note, this is not officially supported by OVH.%0a%3c %0a%3c %0a%3c 1) Install Debian 10 as the base operating system%0a%3c %0a---%0a> Install Debian 10 as the base operating system%0a> %0a10,11c7,8%0a%3c 2) As the root user, do:%0a%3c %0a---%0a> As the root user, do:%0a> %0a15,16c12,13%0a%3c 3) Next, edit /etc/grub.d/40_custom and add the following:%0a%3c %0a---%0a> Next, edit /etc/grub.d/40_custom and add the following:%0a> %0a22,23c19,20%0a%3c 4) Now, edit /etc/default/grub and add the following:%0a%3c %0a---%0a> Next, edit /etc/default/grub and add the following:%0a> %0a29c26%0a%3c 5) Finally, run update-grub to update the GRUB config%0a---%0a> Finally, run update-grub to update the GRUB config%0a33c30%0a%3c 6) Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a---%0a> Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a +host:1724287386=67.249.48.255 +author:1724287164=entrex +diff:1724287164:1724274031:=3,8c3,8%0a%3c Install Debian 10 as the base operating system%0a%3c %0a%3c Login to the fresh install of Debian%0a%3c %0a%3c As the root user, do:%0a%3c %0a---%0a> 1) Install Debian 10 as the base operating system%0a> %0a> 2) Login to the fresh install of Debian%0a> %0a> As root, do:%0a> %0a14,30c14,17%0a%3c [@ menuentry "OpenBSD 7.5" { %0a%3c set root=(hd0,msdos1) %0a%3c kopenbsd /bsd.rd } %0a%3c @]%0a%3c %0a%3c Next, edit /etc/default/grub and add the following:%0a%3c %0a%3c [@GRUB_TIMEOUT=10%0a%3c GRUB_HIDDEN_TIMEOUT=30%0a%3c GRUB_HIDDEN_TIMEOUT_QUIET=false%0a%3c @]%0a%3c %0a%3c Finally, run update-grub to update the GRUB config%0a%3c [@update-grub %0a%3c @] %0a%3c %0a%3c Now, open the KVM provided by OVH and reboot the Debian system. When you see the 30 second countdown, hit enter. You should now be able to select the OpenBSD installer%0a\ No newline at end of file%0a---%0a> [@ menuentry "openbsd" { %0a> set root=(hd0,msdos1) %0a> kopenbsd /openbsd.rd } %0a> @]%0a\ No newline at end of file%0a +host:1724287164=67.249.48.255 +author:1724274031=entrex +diff:1724274031:1724274031:=1,17d0%0a%3c (:title How to install OpenBSD on an OVH VPS:)%0a%3c %0a%3c 1) Install Debian 10 as the base operating system%0a%3c %0a%3c 2) Login to the fresh install of Debian%0a%3c %0a%3c As root, do:%0a%3c %0a%3c [@ curl https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/bsd.rd --output /bsd.rd.gz && gunzip /bsd.rd.gz %0a%3c @]%0a%3c %0a%3c Next, edit /etc/grub.d/40_custom and add the following:%0a%3c %0a%3c [@ menuentry "openbsd" { %0a%3c set root=(hd0,msdos1) %0a%3c kopenbsd /openbsd.rd } %0a%3c @]%0a\ No newline at end of file%0a +host:1724274031=67.249.48.255