All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Sandeep Gupta <gupta.sandeep@gmail.com>
Cc: kvmarm@lists.cs.columbia.edu
Subject: Re: running openbsd on KVM running on fedora over raspberry pi 4
Date: Mon, 26 Dec 2022 10:36:59 +0000	[thread overview]
Message-ID: <873592fo38.wl-maz@kernel.org> (raw)
In-Reply-To: <CAAywg7srFJg6-J0B-ny0xyx8itpbb_MoLC+07Fo56RsyyxdsAQ@mail.gmail.com>

On Fri, 23 Dec 2022 11:33:35 +0000,
Sandeep Gupta <gupta.sandeep@gmail.com> wrote:
> 
> I am trying to run openbsd as guest OS.
> I am using this command to create the vm
> ```
> 
> virt-install --name openbsd1 --ram 2048 --vcpus 2 --disk
> path=/var/lib/libvirt/images/openbsd1.qcow2,format=qcow2,bus=virtio,size=20
>  --disk path=/tmp/install72.img --import --os-variant openbsd7.0
> --network=default --noautoconsole
> 
> ```
> But, on boot the server is not picking up the openbsd boot sequence.

I don't think this is directly related to KVM. I've been pretty
successful in running OpenBSD 7.0 on a variety of hosts. Not using
libvirt though, but directly using QEMU.

One thing you may want to do is to disable ACPI by pasing -no-acpi to
QEMU.

But overall, this is a question better asked on some libvirt forum.

	M.

-- 
Without deviation from the norm, progress is not possible.
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

  reply	other threads:[~2022-12-26 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 11:33 running openbsd on KVM running on fedora over raspberry pi 4 Sandeep Gupta
2022-12-26 10:36 ` Marc Zyngier [this message]
2022-12-26 18:20   ` Sandeep Gupta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873592fo38.wl-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=gupta.sandeep@gmail.com \
    --cc=kvmarm@lists.cs.columbia.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.