On Wed, 24 Aug 2016 10:40:38 -0300 "R0me0 ***" <knight....@gmail.com> wrote:
> Hello everybody ! > > Please, > > Anyone already had a disk corruption running OpenBSD @ DigitalOcean > with disk encryption ? > > I had this issue for the third time running OpenBSD 5.9 stable branch > and a simple "reboot" == No O/S > > > Thanks in advance, > if you're installing OpenBSD on a random VPS, i usually do this: boot up their ubuntu linux rescue image, and: apt-get update; apt-get -y install qemu download your OpenBSD iso and do this: qemu-system-x86_64 -nographic -curses -smp 4 -m 2G -drive file=/dev/sda,cache=none,if=virtio -boot d -cdrom $THEISO (assuming /dev/sda is your drive)