0x1F680

Results 7 comments of 0x1F680

Is it possible to encrypt the root drive with cryptsetup (full disk encryption)? Currently not worried about network unlock.

I was also able to start the vm with the following config using the uefi mode and the install74.img installer: ``` loader="uefi" cpu=4 memory=5G network0_type="virtio-net" network0_switch="public" disk0_type="virtio-blk" disk0_name="install74.img" disk1_type="virtio-blk" disk1_name="disk0.img"...

Update: So far I have realized that for some reason openbsd does not support com0 output and when you set com0 as the default output the boot is unsuccessful (error...

You are right! Thanks, for some reason I did not think of that...

The .iso installer does not work with UEFI because it does not contain the UEFI boot files (they are included in the .img installer though). OpenBSD has removed support for...

I believe that when you run ```vm install router2 install74.img``` the install image gets mounted as an ahci-cd device and not as an virtio-blk device. That is the issue when...