all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adonay Felipe Nogueira <adfeno@hyperbola.info>
To: help-guix@gnu.org
Subject: Re: Trying to install GuixSD on QEMU
Date: Sun, 31 Mar 2019 11:12:08 -0300	[thread overview]
Message-ID: <4b008649-7163-deb6-8259-c77b58fbb220@hyperbola.info> (raw)
In-Reply-To: <CADez1UePqWLVnh3C2svH9+S9gHgMffHpma74pHeMWDeMFhmy_w@mail.gmail.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1086 bytes --]

Em 05/03/2019 15:11, Markus Aholainen escreveu:
> If I select the 2 (guixsd.img) booting fails. Again, error in the
> instructions?

I know nothing about Windows, but as far as I can see the documentation
could actually refer to select the option that talks about a CD.

Attached is my QEMU.cfg. Yours might need to be different. Specially, I
make sure to add the GuixSD image as a USB storage device — using the
sections `[drive "stick"]', `[device "xhci"]' and also the `driver =
"usb-storage"' in the lone `[device]' section.

I also make sure to add the internal storage as the first drive, perhaps
this is the issue with your command.

Anyways, the configuration file attached can be read using something
like this:

-----------------------------------------------------------------------
[Prefered qemu-system command] -smp 1 -readconfig [Configuration file]
-----------------------------------------------------------------------

I used `-smp 1' in the command line anyways because I don't know a way
to tell that same thing in the configuration file.

[-- Attachment #1.1.2: QEMU.cfg --]
[-- Type: text/plain, Size: 372 bytes --]

[machine]
	accel = "kvm"

[memory]
	size = "2G"

[drive]
	file = "QEMU.qcow2"

[drive "stick"]
	if = "none"
	file = "../Downloads/pureos-8.0-gnome-live_20180904-amd64.hybrid.iso"

[device "xhci"]
	driver = "nec-usb-xhci"

[device]
	driver = "usb-storage"
	bus = "xhci.0"
	drive = "stick"

[net "hostnet"]
	type = "user"

[net "nic-virtio"]
	type = "nic"
	model = "virtio"

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

      parent reply	other threads:[~2019-03-31 14:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 18:11 Trying to install GuixSD on QEMU Markus Aholainen
2019-03-05 19:46 ` Leo Famulari
2019-03-05 20:20   ` Markus Aholainen
2019-03-31 14:12 ` Adonay Felipe Nogueira [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=4b008649-7163-deb6-8259-c77b58fbb220@hyperbola.info \
    --to=adfeno@hyperbola.info \
    --cc=help-guix@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.