Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-26 Thread yra ten
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=138477729520448=2 I changed BOOTBIOS_MAXSEC in sys/arch/amd64/include/biosvar.h from ((1 << 28) -

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-24 Thread Lampshade
>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. Neither do I, but I have Grub2 (from Debian amd64) and OpenBSD amd64 ;) You don't need to install any Gnu/Linux system

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-24 Thread yra ten
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

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-24 Thread Stuart Henderson
On 2016-09-23, yra ten wrote: > I've been looking for a solution, and then stumbled on this: > https://marc.info/?l=openbsd-misc=138477729520448=2 > So it looks like OpenBSD's bootloader needs too be in first 128 GB of > the disk. As for dualbooting I want to use OpenBSD >

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Daniel Wilkins
On Fri, Sep 23, 2016 at 09:56:27PM +0200, Karel Gardas wrote: > On Fri, Sep 23, 2016 at 9:50 PM, Fred 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

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Karel Gardas
On Fri, Sep 23, 2016 at 9:50 PM, Fred 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

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Fred
On 09/23/16 13:28, yra ten wrote: I've been looking for a solution, and then stumbled on this: https://marc.info/?l=openbsd-misc=138477729520448=2 So it looks like OpenBSD's bootloader needs too be in first 128 GB of the disk. As for dualbooting I want to use OpenBSD but I'll sonn start college,

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread bytevolcano
Hi Eric, On Fri, 23 Sep 2016 08:04:19 -0400 Eric Furman wrote: > NO professional dual boots OS's Apart from those who are sick and tired of Windows, and sick and tired of Microsoft controlling their PCs. Many a professional will use Windows to do their work-related

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread yra ten
I've been looking for a solution, and then stumbled on this: https://marc.info/?l=openbsd-misc=138477729520448=2 So it looks like OpenBSD's bootloader needs too be in first 128 GB of the disk. As for dualbooting I want to use OpenBSD but I'll sonn start college, and we have digital logic class in

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Jiri B
On Fri, Sep 23, 2016 at 12:57:35PM +0200, Lampshade wrote: > I have Windows 8.1 and OpenBSD amd64. > > # cat /mnt/ext2/grub/grub.cfg \ > > | grep -v -e ^# -e ^[:space:]*$ > GRUB_DEFAULT=0 > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo

Re: Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Eric Furman
NO professional dual boots OS's There is NO REAL reason to dual boot ANY OS's This is why OpenBSD has stopped supporting such nonsense. Sorry. I AM NOT AN OPENBSD DEVELOPER NEVER HAVE BEEN NEVER WILL BE.

Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-23 Thread Lampshade
I have installed OpenBSD before it had UEFI support, so I installed in Legacy Boot mode (I have UEFI capable laptop). I personally use Grub2 installed via debian live amd64 standard image. I don't have Gnu/Linux installed. I only have bootloader from Debian. I have Windows 8.1 and OpenBSD

Dual booting - can't boot OpenBSD from Windows 10 bootloader

2016-09-22 Thread yra ten
I'm trying to dual boot windows 10 and OpenBSD 6.0 on Lenovo Thinkpad L560. I installed Windows 10 first then OpenBSD, copied pbr to windows (C:\openbsd.pbr) using: # dd if=/dev/rsd0a of=/mnt/openbsd.pbr bs=512 count=1 and run bcdedit as mentioned in FAQ. When i try to load OpenBSD it restarts,