From: "Reza Alizadeh Majd" <r.majd@pantherx.org>
To: help-guix@gnu.org
Subject: mount store in a separated partition
Date: Fri, 05 Jul 2019 01:10:35 +0430 [thread overview]
Message-ID: <896e89a2-01ce-4675-bdcc-79fe7e87f58e@www.fastmail.com> (raw)
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
next reply other threads:[~2019-07-04 20:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 20:40 Reza Alizadeh Majd [this message]
2019-07-05 5:25 ` mount store in a separated partition 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
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=896e89a2-01ce-4675-bdcc-79fe7e87f58e@www.fastmail.com \
--to=r.majd@pantherx.org \
--cc=help-guix@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.