all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zamfofex <zamfofex@twdb.moe>
To: "59846@debbugs.gnu.org" <59846@debbugs.gnu.org>
Subject: bug#59846: "Running Guix in a Virtual Machine" documentation unclear/incomplete/wrong
Date: Tue, 6 Dec 2022 09:11:38 -0300 (BRT)	[thread overview]
Message-ID: <884981701.1707758.1670328698183@privateemail.com> (raw)
In-Reply-To: <87ilipmruk.fsf@retrospec.tv>

Hello! As far as I understand, the QEMU image is not meant to be used for installing Guix System, but rather just trying it out.

You should instead use the “GNU Guix Sytem on Linux” image from <https://guix.gnu.org/download/latest/>

Here are some quick steps to get started:

- - - - -
% wget -Oguix.iso https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:images+status:success+system:x86_64-linux+image.iso

% qemu-img create -f qcow2 guix.qcow2 500G

% qemu-system-x86_64 -enable-kvm -m 2G -nic user -cdrom guix.iso guix.qcow2
- - - - -

You can then proceed with the installation using the pseudo‐graphical installer, then later use the installed system by using:

- - - - -
% qemu-system-x86_64 -enable-kvm -m 2G -nic user guix.qcow2
- - - - -

Here is a short video I have coincidentally recorded another day: <https://zamfofex.neocities.org/temporary/guix.mp4> (Though I might remove it at some point.)

Here is an even shorter video showing basically the same thing, but that is likely more permanent: <https://guix.gnu.org/videos/2020/system-graphical-installer/>




  reply	other threads:[~2022-12-06 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 22:02 bug#59846: "Running Guix in a Virtual Machine" documentation unclear/incomplete/wrong Ian Eure
2022-12-06 12:11 ` zamfofex [this message]
2022-12-08  6:06 ` 宋文武 via Bug reports for GNU Guix

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=884981701.1707758.1670328698183@privateemail.com \
    --to=zamfofex@twdb.moe \
    --cc=59846@debbugs.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.