all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mount store in a separated partition
@ 2019-07-04 20:40 Reza Alizadeh Majd
  2019-07-05  5:25 ` Jesse Gibbons
  0 siblings, 1 reply; 6+ messages in thread
From: Reza Alizadeh Majd @ 2019-07-04 20:40 UTC (permalink / raw)
  To: help-guix

Hi Guix, 

I want to try `/gnu/store` to a separated partition, which has more capacity for packages, for this I use following configuration:

--8<---------------cut here---------------start------------->8---
(operating-system
  ...
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/vda")))
  (file-systems (cons* (file-system
                        (device "/dev/vda1")
                        (mount-point "/")
                        (type "ext4"))
                       (file-system
                        (device "/dev/sda1")
                        (mount-point "/gnu/store")
                        (needed-for-boot? #t)
                        (type "ext4")
                        (create-mount-point? #t))
                      %base-file-systems))
  ...
--8<---------------cut here---------------end--------------->8---

but using this configuration, GRUB theme wont boot correctly and I receive following error during boot: 

--8<---------------cut here---------------start------------->8---
error: no such device:
/gnu/store/...-linux-libre-5.1.16/bzImage.
error: file
`/gnu/store/...-linux-libre-5.1.16/bzImage` not found.
error: you need to load the kernel first.

Press any key to continue...
--8<---------------cut here---------------end--------------->8---

could anyone help me on this matter? 

Thanks,
Reza

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-10  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-04 20:40 mount store in a separated partition Reza Alizadeh Majd
2019-07-05  5:25 ` Jesse Gibbons
2019-07-08 10:20   ` Reza Alizadeh Majd
2019-07-09 23:09     ` Quiliro's lists
2019-07-10  7:45       ` Reza Alizadeh Majd
2019-07-10  7:49       ` Efraim Flashner

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.