From: tcech@suse.cz
To: 20024@debbugs.gnu.org
Subject: bug#20024: grub store is not copied to target system
Date: Sat, 7 Mar 2015 01:01:59 +0100 [thread overview]
Message-ID: <20150307000159.GA1292@venom> (raw)
[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]
With guix at revision df81e046c57e5f767738113e4e7a28b212c03d63 I tried
to deploy Guix to another partition.
Result system installed Grub into partition but did not copied it's
store to /gnu/store/ on target partition.
As a result, no graphics was working (font loading depends on the
store) and no grub reinstallation was possible.
Configuration used:
(use-modules (gnu)
(gnu packages bash)
(gnu packages emacs)
(gnu packages enlightenment)
(gnu packages grub)
(gnu packages linux)
(gnu packages mc)
(gnu packages wicd)
(gnu packages xorg)
(gnu packages dwm)
(gnu services ssh)
(gnu services dbus)
(gnu services networking)
(gnu services xorg))
(operating-system
(host-name "venom")
(timezone "Europe/Prague")
(locale "cs_CZ.utf8")
(bootloader (grub-configuration
(device "/dev/sda")))
(file-systems (append (list (file-system
(device "/dev/sda4") ; or partition label
(mount-point "/")
(type "ext4"))
; (file-system
; (device "/dev/venom/home")
; (mount-point "/home")
; (type "ext4"))
)
%base-file-systems))
; (swap-devices '("/dev/sda2"))
(users (list (user-account
(name "tcech")
(uid 1000) (group "users")
(comment "Tomas Cech")
(home-directory "/home/tcech"))))
(packages (append
(list emacs lvm2 mc bash xterm slock dwm terminology iw wicd)
%base-packages))
(services (append (list (lsh-service #:port-number 2222 #:root-login? #t)
(slim-service)
(wicd-service)
(dbus-service '()))
%base-services))
(kernel linux-libre)
)
[-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --]
next reply other threads:[~2015-03-07 0:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-07 0:01 tcech [this message]
2015-03-08 21:49 ` bug#20024: grub store is not copied to target system Ludovic Courtès
2015-03-08 21:57 ` Tomáš Čech
2015-03-09 8:05 ` Ludovic Courtès
2015-03-09 10:34 ` Tomas Cech
2015-03-09 17:00 ` Ludovic Courtès
2015-03-09 20:04 ` Tomáš Čech
2015-03-10 7:58 ` Ludovic Courtès
2015-03-10 8:41 ` Tomáš Čech
2015-03-10 10:54 ` Ludovic Courtès
2015-03-10 11:50 ` Tomáš Čech
2015-03-10 12:36 ` Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150307000159.GA1292@venom \
--to=tcech@suse.cz \
--cc=20024@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).