Hi all . i use only one PC which is dual boot and has USB HDD(sd1) . i write down my procedures .
1)on linux machine , i boot openbsd by kvm and follow current . and so the qcow2 image of OpenBSD-current.img was made . and then i copy OpenBSD-current.img to ext2 area . 2)on openbsd machine , i copy OpenBSD-current.img from ext2 erea fs to openbsd erea. then on openbsd qemu-system-x86_64 -m 1024 -hda OpenBSD-current.img -net nic,vlan=1,model=e1000,macaddr=fe:e1:ba:d3:e7:11 -net tap,vlan=1 then on this virtual machine scp -r / tuyosi@192.168.100.101:/MNT. (here mount /dev/sd1a /MNT ; chown tuyosi /MNT) 3)rewite /MNT/et/fstab /dev/sd1a / ffs rw 1 1 4)/MNT/usr/sbin/installboot sd1 but i cannot boot openbsd of sd1 . there must be wrongs especially about innstalling boot loader . please show them . --- regards