Thank you again for all your suggestions and answers. I finally made it to work. I first shrunk windows partition to be below 256 GB. Then as it says in this thread: https://marc.info/?l=openbsd-misc&m=138477729520448&w=2 I changed BOOTBIOS_MAXSEC in sys/arch/amd64/include/biosvar.h from ((1 << 28) - 1) to ((1 << 29) - 1), and rebuilt the system follwoing release(8), copied installboot binary to /usr/sbin overwriting the old one and successfully installed biosboot. I can finally boot OpenBSD directly from windows bootloader without using grub.
2016-09-26 12:48 GMT+02:00 Oriol Demaria <or...@internet.com>: > I have OpenBSD booting correctly along Windows 10 in UEFI mode. I > installed a minimal Ubuntu to get grub2 installed, as it does it > without detecting the Windows OS. Then I copied the BOOTX64.EFI file > from OpenBSD to the EFI partition. With this custom entry in the grub > configuration works perfectly: > > menuentry "OpenBSD" { > insmod part_gpt > insmod search_fs_uuid > insmod chain > chainloader (hd0,gpt1)/EFI/openbsd/BOOTX64.EFI > } > > I assume that you can figure out if you want to make OpenBSD the > default, as I do, and also where did I copied the file. Works perfectly > for me. > > Regards, > -- > Oriol Demaria > 0x1FEF5D72 > 24 de septiembre del 2016 20:12, "yra ten" <yraten19...@gmail.com> escribió: >> Thank you all for your asnwers. I cannot use grub or lilo as some of >> you pointed out beaceuse grub is i386 only and lilo isn't even in >> ports, and I don't have linux installed. I don't want to use quemu, >> vmm/vmd or any virtualization if at all possible as that would degrade >> performance, that isn't that great to begin with on lowe power i5(U) >> especially using Windows and Xilinx. Unfortunately I think my model of >> Thinkpad doesn't have space for another drive as it's middle range L >> series not higher end T seris. Also I wouldn't be able tu justify that >> expense beacuse $80 or so is much for me especially considering the >> fact I just spend all my savings on this very laptop. >> >> 2016-09-23 21:56 GMT+02:00 Karel Gardas <gard...@gmail.com>: >> >>> On Fri, Sep 23, 2016 at 9:50 PM, Fred <open...@crowsons.com> wrote: >>>> Or run it all on OpenBSD and run Windows and Linux in qemu from ports. >>>> >>>> Works for me ;~) >>> >>> How is it looking with performance difference of such combo host >>> versus guest? OP would like to run Xilinx ISE which is CPU/RAM hog >>> enough even on the fastest machines so running this in Qemu, hmm...