GNU bug report logs - #20024
grub store is not copied to target system

Previous Next

Package: guix;

Reported by: tcech <at> suse.cz

Date: Sat, 7 Mar 2015 00:03:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: tcech <at> suse.cz
To: bug-guix <at> gnu.org
Subject: grub store is not copied to target system
Date: Sat, 7 Mar 2015 01:01:59 +0100
[Message part 1 (text/plain, inline)]
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)
)

[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 10 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.