From: myglc2 <myglc2@gmail.com>
To: help-guix@gnu.org
Subject: Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario
Date: Sun, 27 Mar 2016 13:18:08 -0400 [thread overview]
Message-ID: <864mbrhmb3.fsf@gmail.com> (raw)
In-Reply-To: 8737rc3d36.fsf@dustycloud.org
Christopher Allan Webber <cwebber@dustycloud.org> writes:
> myglc2 writes:
>
>> Christopher Allan Webber <cwebber@dustycloud.org> writes:
>> [...]
>>>
>>> Running all machines, I dunno. I do dual-boot Debian and GuixSD with
>>> them sharing the same user profile and store.
>>
>> Dual boot. Now that is cool!
>
> Dual booting allowed me to switch to GuixSD a lot more feasibly than I
> could have otherwise. I installed it on this laptop right before a 3
> month trip. Dual booting meant that when something wasn't in GuixSD
> yet, no problem, I could switch to Debian for a bit. Then I could work
> on packages at my leisure to switch over.
>
> The trick was realizing that the grub that Guix generates wasn't the one
> I should boot into... I needed to have Guix and Debian generate their
> own grub files on their own partitions, and then have a /boot/ grub
> which was reeeeaally small and simply had menu options to import those
> other grub files.
Neat!. Normally grub would be installed like this...
(bootloader (grub-configuration (device "/dev/sda")))
(file-systems (cons (file-system
(device "/dev/sda1")
(title 'device)
(mount-point "/")
(type "ext4"))
%base-file-systems))
But it sounds like you are installing a custom /boot/grub in
/dev/sda. So where is the GuixSD Grub and /?
I am very interested in your GuixSD vs Guix/Debian experience. I have
run GuixSD and Guix/Debian over the last two months on my headless
servers. Initially I installed GuixSD because I wanted the "full monty."
Then I put Guix/Debian because I wanted to understand the difference
between GuixSD and Guix/GNU/Linux.
Finally I caught on to the Guix strategy of installing as
little-as-possible in the system profile (using Debian package manager
or Guix System Configuration). If one follows this approach, it seems to
me that there is very little difference between GuixSD and Guix/Debian,
except that Debian has better hardware support and so is more likely to
install w/o issues.
Do you see it that way or am I missing something?
next prev parent reply other threads:[~2016-03-27 17:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-25 16:32 Guix/GNU/Linux multi distro + GuixSD multi-site scenario myglc2
2016-03-26 23:31 ` Christopher Allan Webber
2016-03-27 0:53 ` myglc2
2016-03-27 1:48 ` Christopher Allan Webber
2016-03-27 17:18 ` myglc2 [this message]
2016-03-28 10:31 ` Alex Kost
2016-03-28 14:09 ` myglc2
2016-03-28 14:32 ` Chris Marusich
2016-03-28 20:05 ` Alex Kost
2016-03-28 16:39 ` Christopher Allan Webber
2016-03-28 19:56 ` Alex Kost
2016-03-29 16:03 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=864mbrhmb3.fsf@gmail.com \
--to=myglc2@gmail.com \
--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.