Re: OpenBSD UEFI on QEMU emulator

2020-10-26 Thread Theo de Raadt
Kevin Shell wrote: > On Mon, Oct 26, 2020 at 08:46:55AM -0600, Theo de Raadt wrote: > > > > There are two versions of this code, for the small and large install media. > > > > /usr/src/distrib/amd64/ramdisk_cd > > > > /usr/src/distrib/amd64/iso > > > > Someone who wants this should do it. > > > I

Re: OpenBSD UEFI on QEMU emulator

2020-10-26 Thread Kevin Shell
On Mon, Oct 26, 2020 at 08:46:55AM -0600, Theo de Raadt wrote: > > There are two versions of this code, for the small and large install media. > > /usr/src/distrib/amd64/ramdisk_cd > > /usr/src/distrib/amd64/iso > > Someone who wants this should do it. > I see the Makefile uses the GNU tool mkhybri

Re: OpenBSD UEFI on QEMU emulator

2020-10-26 Thread Theo de Raadt
Stuart Henderson wrote: > On 2020-10-24, Kevin Shell wrote: > > The OpenBSD .iso image file is not > > hybrid image(both BIOS/UEFI iso9660 and USB boot drive support), > > Linux, FreeBSD, NetBSD all produce hybrid iso images, > > OpenBSD produces a separate .img file, just choose the iso if you

Re: OpenBSD UEFI on QEMU emulator

2020-10-26 Thread Stuart Henderson
On 2020-10-24, Kevin Shell wrote: > The OpenBSD .iso image file is not > hybrid image(both BIOS/UEFI iso9660 and USB boot drive support), > Linux, FreeBSD, NetBSD all produce hybrid iso images, OpenBSD produces a separate .img file, just choose the iso if you want an iso, choose img if you want a

Re: OpenBSD UEFI on QEMU emulator

2020-10-24 Thread Ottavio Caruso
On 24/10/2020 11:33, Kevin Shell wrote: On Sat, Oct 24, 2020 at 08:55:34AM +0100, Ottavio Caruso wrote: On 24/10/2020 02:27, Kevin Shell wrote: Why I keep received 2 copies email again? Please don't To or Cc me.:-) Because this is how old school mailing lists work. To: the OP and cc: the list

Re: OpenBSD UEFI on QEMU emulator

2020-10-24 Thread Ottavio Caruso
On 24/10/2020 02:27, Kevin Shell wrote: Why I keep received 2 copies email again? Please don't To or Cc me. :-) Because this is how old school mailing lists work. To: the OP and cc: the list, unless you use a 3rd party service like, for example, gmane.io. Any decent mail client can be conf

Re: OpenBSD UEFI on QEMU emulator

2020-10-24 Thread Kevin Shell
On Sat, Oct 24, 2020 at 08:55:34AM +0100, Ottavio Caruso wrote: > On 24/10/2020 02:27, Kevin Shell wrote: > > Why I keep received 2 copies email again? > > Please don't To or Cc me. :-) > > > > Because this is how old school mailing lists work. To: the OP and cc: the > list, unless you use a 3rd pa

Re: OpenBSD UEFI on QEMU emulator

2020-10-23 Thread Brad Smith
On 10/22/2020 11:22 PM, Jonathan Gray wrote: On Thu, Oct 22, 2020 at 10:37:31PM -0400, Brad Smith wrote: On 10/22/2020 9:59 PM, Kevin Shell wrote: Hello misc@. I want to try out OpenBSD UEFI. How to install OpenBSD with UEFI boot on qemu? The installer does prompt you during disk setup. The

Re: OpenBSD UEFI on QEMU emulator

2020-10-23 Thread Kevin Shell
On Fri, Oct 23, 2020 at 10:03:08PM -0400, Brad Smith wrote: > On 10/22/2020 11:22 PM, Jonathan Gray wrote: > > On Thu, Oct 22, 2020 at 10:37:31PM -0400, Brad Smith wrote: > > > On 10/22/2020 9:59 PM, Kevin Shell wrote: > > > > Hello misc@. > > > > > > > > I want to try out OpenBSD UEFI. > > > > How

Re: OpenBSD UEFI on QEMU emulator

2020-10-23 Thread Kevin Shell
Why I keep received 2 copies email again? Please don't To or Cc me. :-) On Fri, Oct 23, 2020 at 07:58:27AM -0600, jpegb...@dismail.de wrote: > I would also like to point out that kevin doesn't have a virtual disk > to install openbsd to, just the openbsd iso. You can create one with > qemu-create

Re: OpenBSD UEFI on QEMU emulator

2020-10-23 Thread Kevin Shell
Please don't To or Cc me, I'm on the list. On Fri, Oct 23, 2020 at 12:49:13PM +0900, YASUOKA Masahiko wrote: > On Fri, 23 Oct 2020 09:59:24 +0800 > Kevin Shell wrote: > > I want to try out OpenBSD UEFI. > > How to install OpenBSD with UEFI boot on qemu? > > The install68.iso has no UEFI support.

Re: OpenBSD UEFI on QEMU emulator

2020-10-23 Thread jpegbild
I would also like to point out that kevin doesn't have a virtual disk to install openbsd to, just the openbsd iso. You can create one with qemu-create I think, and then you should add that file to the drive parameter aswell. YASUOKA Masahiko wrote: > On Fri, 23 Oct 2020 09:59:24 +0800 > Kevin S

Re: OpenBSD UEFI on QEMU emulator

2020-10-22 Thread Brad Smith
On 10/22/2020 9:59 PM, Kevin Shell wrote: Hello misc@. I want to try out OpenBSD UEFI. How to install OpenBSD with UEFI boot on qemu? The installer does prompt you during disk setup. The install68.iso has no UEFI support. This is not true. My following command on Linux can't boot OpenBSD U

Re: OpenBSD UEFI on QEMU emulator

2020-10-22 Thread YASUOKA Masahiko
On Fri, 23 Oct 2020 09:59:24 +0800 Kevin Shell wrote: > I want to try out OpenBSD UEFI. > How to install OpenBSD with UEFI boot on qemu? > The install68.iso has no UEFI support. > My following command on Linux can't boot OpenBSD UEFI. > > qemu-system-x86_64 -enable-kvm \ >-mac

Re: OpenBSD UEFI on QEMU emulator

2020-10-22 Thread Jonathan Gray
On Thu, Oct 22, 2020 at 10:37:31PM -0400, Brad Smith wrote: > On 10/22/2020 9:59 PM, Kevin Shell wrote: > > Hello misc@. > > > > I want to try out OpenBSD UEFI. > > How to install OpenBSD with UEFI boot on qemu? > The installer does prompt you during disk setup. > > The install68.iso has no UEFI s