From: ludo@gnu.org (Ludovic Courtès)
To: westlake <westlake2012@videotron.ca>
Cc: guix-devel@gnu.org
Subject: Re: using guix in virtualbox
Date: Tue, 10 Feb 2015 17:07:54 +0100 [thread overview]
Message-ID: <87mw4l4un9.fsf@gnu.org> (raw)
In-Reply-To: <54D99226.50801@videotron.ca> (westlake's message of "Tue, 10 Feb 2015 00:07:50 -0500")
westlake <westlake2012@videotron.ca> skribis:
> The setup is informative enough from the guix install page, on top of
> which I create two empty .vdi disks, and can use qemu-nbd to transfer
> the raw image of the usb-install.
>
> It's actually pretty easy to set this up, and it took under 20
> minutes. However after rebooting and then "unplugging" the installer
> drive from Virtualbox. The grub boot menu shows up, it appears the
> init starts but soon there is a freezing issue.
It seems to be failing very early, but I’m not sure where.
It may be that the initrd is lacking a driver for the virtual disk drive
that you are using. Do you know what drivers are needed for these?
Assuming the virtio drivers are needed, you might need to amend the OS
configuration along the following lines, and to redo the installation
with that configuration:
(operating-system
;; ...
(initrd (lambda (file-systems . rest)
;; Ask for an initrd that contains the virtio drivers.
(apply base-initrd file-systems
#:virtio? #t
rest)))
;; rest of the config...
)
Thanks,
Ludo’.
prev parent reply other threads:[~2015-02-10 16:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 5:07 using guix in virtualbox westlake
2015-02-10 12:54 ` Adam Pribyl
2015-02-10 16:07 ` Ludovic Courtès [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=87mw4l4un9.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=westlake2012@videotron.ca \
/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.