9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Bengt Kleberg <bengt.kleberg@travelping.com>
To: 9front@9front.org
Subject: Re: [9front] First time 9front start with qemu
Date: Mon, 26 Feb 2024 22:29:33 +0100	[thread overview]
Message-ID: <CAK9C8575sSxZw=AqKNQ60n0v=kcFq4ePfUmAmDPr7V4Us41CgQ@mail.gmail.com> (raw)
In-Reply-To: <ABB92D2CC784A9455E5B94A1BE9E7089@eigenstate.org>

Thank you very much for your interest.

I will not show the failures that result in an error message that I
could understand. If those are also of interest (they will perhaps
allow for a few laughts?) I can include them, too.

All other, here following commands, inevitably open a new small black
window with a qemu prompt, or if I use,  -monitor stdio, small black
empty window. Nothing else happens.

Commands:

qemu-system-aarch64 -machine virt 9front-10277.arm64.qcow2

qemu-system-aarch64 -machine virt \
-device virtio-scsi-pci,id=scsi \
-drive if=none,id=vd0,file=9front-10277.arm64.qcow2 \
-device scsi-hd,drive=vd0

qemu-system-aarch64 -machine virt \
-device virtio-scsi-pci,id=scsi \
-drive if=none,id=vd0,file=9front-10277.arm64.qcow2 \
-device scsi-hd,drive=vd0 \
-net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user

qemu-system-aarch64 -machine virt \
-device virtio-scsi-pci,id=scsi \
-drive if=none,id=vd0,file=9front-10277.arm64.qcow2 \
-device scsi-hd,drive=vd0 \
-net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user \
-sdl

qemu-system-aarch64 -machine virt \
-device virtio-scsi-pci,id=scsi \
-drive if=none,id=vd0,file=9front-10277.arm64.qcow2 \
-device scsi-hd,drive=vd0 \
-net nic,model=virtio,macaddr=00:20:91:37:33:77 -net user \
-monitor stdio

On Mon, 26 Feb 2024 at 20:57, <ori@eigenstate.org> wrote:
>
> It would be helpful describing what those variations
> are and how they failed.
>
>         https://mikeash.com/getting_answers.html
>
> Quoth Bengt Kleberg <bengt.kleberg@travelping.com>:
> > Greetings,
> >
> > If somebody that has used the new qcow2 images with qemu, could share
> > how it was done I would appreciate an explanation/copy of that.
> >
> > I recently read an article about 9front/plan9 and the author mentioned
> > it was possible to start 9front (with qemu) in just a few minutes. I
> > have now spent a few days and think it is time to seek help.
> > Given the right qcow2 file for my computer, 9front-10277.arm64.qcow2.gz from
> > https://9front.org/iso, I have tried to use the right qemu command,
> > qemu-system-aarch64, in various ways inspired by the description of
> > how it was done in the time of ISO files:
> > http://fqa.9front.org/fqa3.html#3.3.1 (Qemu)
> >
> > Mostly I have been trying variations on 3.3.1.2 Post-Installation
> > Booting (since I have no ISO), with some additions demanded by error
> > messages (-machine virt).
> > But I only get a new little window with qemu command line. Or I can
> > get the qemu command line in my original window, and nothing in the
> > new window (-monitor stdio).
> >
> > Best Wishes,
> > bengt
>


-- 

Bengt Kleberg

-- 

Product Development


--------------------------------------- enabling your networks
-------------------------------------

Travelping GmbH
Roentgenstraße 13
39108 Magdeburg
Germany

phone: +49 391 660 98560
mail: info@travelping.com
website: https://www.travelping.com/

Company registration: Amtsgericht Stendal
Managing Director: Holger Winkelmann
Reg. No.: HRB 10578
VAT ID: DE236673780

      reply	other threads:[~2024-02-26 21:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 18:20 Bengt Kleberg
2024-02-26 18:54 ` Jacob Moody
2024-03-20 10:45   ` Bengt Kleberg
2024-03-20 14:51     ` Jacob Moody
2024-03-20 15:07       ` Bengt Kleberg
2024-03-20 15:14         ` Jacob Moody
2024-03-20 15:17           ` Michael Misch
2024-03-21  1:41             ` Frank D. Engel, Jr.
2024-03-20 16:00           ` Bengt Kleberg
2024-03-20 16:11             ` Jacob Moody
2024-03-21 11:14               ` Bengt Kleberg
2024-03-23 15:51                 ` Bengt Kleberg
2024-03-26  1:38                   ` Jacob Moody
2024-03-26 14:56                     ` Bengt Kleberg
2024-03-23 16:04               ` Bengt Kleberg
2024-03-23 20:00                 ` hiro
2024-03-24 21:06                 ` Pablo Tesari
2024-04-05  7:05                   ` Bengt Kleberg
2024-03-26  1:54                 ` Jacob Moody
2024-03-26 14:59                   ` Bengt Kleberg
2024-02-26 19:55 ` ori
2024-02-26 21:29   ` Bengt Kleberg [this message]

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='CAK9C8575sSxZw=AqKNQ60n0v=kcFq4ePfUmAmDPr7V4Us41CgQ@mail.gmail.com' \
    --to=bengt.kleberg@travelping.com \
    --cc=9front@9front.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).