From: ludo@gnu.org (Ludovic Courtès)
To: "Carlos Sánchez de La Lama" <csanchezdll@gmail.com>
Cc: guix-devel@gnu.org, Alex Kost <alezost@gmail.com>, bug-guix@gnu.org
Subject: Re: Store on separate partition
Date: Wed, 31 Aug 2016 23:21:32 +0200 [thread overview]
Message-ID: <87shtkiqhv.fsf@gnu.org> (raw)
In-Reply-To: <7twpix5ck2.fsf@gmail.com> ("Carlos Sánchez de La Lama"'s message of "Wed, 31 Aug 2016 14:48:45 +0200")
Hi,
csanchezdll@gmail.com (Carlos Sánchez de La Lama) skribis:
> When rebooting the installed system, I have to edit GRUB command line
> (pressing 'e'), which was:
>
> search --file --set /gnu/store/2qh58nr4sxc5jwv2ng9sqq06niab8sjp-linux-libre-4.7/bzImage
> linux /gnu/store/2qh58nr4sxc5jwv2ng9sqq06niab8sjp-linux-libre-4.7/bzImage --root=my-root --system=/gnu/store/4ji3d5v5ci91l69fgi4hdi73kc558whp-system --load=/gnu/store/4ji3d5v5ci91l69fgi4hdi73kc558whp-system/boot
> initrd /gnu/store/4ji3d5v5ci91l69fgi4hdi73kc558whp-system/initrd
>
> By:
>
> 1) removing "/gnu" from search command, so GRUB root (not kernel root)
> is correctly set as (hd1,msdos1), i.e. /dev/sdb1
> 2) removing "/gnu" from linux command, so the kernel is correctly loaded
> by GRUB (/gnu is not removed from --system or --load, as those
> commands are interpreted by gnu/build/linux-boot.scm after all
> needed-for-boot filesystems have been mounted in their correct mount
> points).
> 3) changing initrd path. Removing "/gnu" is not enough, as the path in
> grub.cfg is a symlink to the real initrd, pointing into /gnu/store
> which is not available at initrd-loading time. So I placed the
> synlink destination there, removing "/gnu", so:
>
> initrd /store/<hash>-base-initrd/initrd
>
> And voilá, I can boot into my newly installed GuixSD with /gnu/store in
> a separate partition.
Ooh, I see.
We should fix our grub.cfg generation to take this into account
somehow. I’ve reported filed it to bug-guix@gnu.org:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24346
Please email 24346@debbugs.gnu.org if you have suggestions on how to
fix it.
Thanks!
Ludo’.
next prev parent reply other threads:[~2016-08-31 21:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <7toa4iir1p.fsf@gmail.com>
[not found] ` <87pooyy3zq.fsf@gmail.com>
[not found] ` <87poory2j4.fsf@gnu.org>
2016-08-31 12:48 ` Store on separate partition Carlos Sánchez de La Lama
2016-08-31 21:21 ` Ludovic Courtès [this message]
2016-09-01 4:34 ` John Darrington
2016-09-01 6:35 ` Vincent Legoll
2016-09-13 11:23 ` bug#24344: [PATCH] Generate grub.cfg with correct paths when store is not in root partition Carlos Sánchez de La Lama
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=87shtkiqhv.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=alezost@gmail.com \
--cc=bug-guix@gnu.org \
--cc=csanchezdll@gmail.com \
--cc=guix-devel@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).