From: Chris Marusich <cmmarusich@gmail.com>
To: cinder88@hushmail.com
Cc: guix-devel@gnu.org
Subject: Re: Bootloader trouble during installation
Date: Thu, 06 Jul 2017 09:19:10 -0700 [thread overview]
Message-ID: <87h8ypy1vl.fsf@gmail.com> (raw)
In-Reply-To: <20170706133936.E133DA0155@smtp.hushmail.com> (cinder's message of "Thu, 06 Jul 2017 09:39:36 -0400")
[-- Attachment #1: Type: text/plain, Size: 2014 bytes --]
cinder88@hushmail.com writes:
> Hello again, all. I've been trying to install GuixSD for the first time with no success.
Sorry to hear that! Hopefully we can help get it fixed.
> The installation process seems to go smoothly, but my machine can't
> detect the installation. Since the installation isn't detected, I
> believe the problem is with the bootloader.
How far along does the bootstrap process get? Are you receiving an
error message at some point? If you can provide some more details about
the problem, maybe it will point us towards the right solution.
> For the bootloader, I am attempting to use legacy boot, not UEFI. I
>realize that
> fdisk below identifies /dev/sda2 as an EFI system, but this seems to automatically
> happen when I set boot to on in parted.
The reason that happens is because 'boot' is an alias for 'esp' in the
case of GPT (see: info '(parted) set'). I'm not sure if it's correct to
enable this flag on /dev/sda2, though. In Guix's system installation
tests, which also use GPT, we enable the 'boot' flag on the bios_grub
partition, which is /dev/sda1 in your case. Maybe you can try enabling
the 'boot' flag on /dev/sda1 instead?
> (file-systems (append
> (list (file-system
> (device "my-root")
> (title 'label)
> (mount-point "/")
> (type "ext4")))
> (list (file-system
> (device "my-boot")
> (title 'label)
> (mount-point "/boot")
> (type "ext4")))
> %base-file-systems))
It might not be related to the issue at hand, but you might want to
double check that the labels of your file systems actually matches
labels you've specified here. There are many ways to view file system
labels; one convenient way is to run 'blkid' (which is in the util-linux
package).
> Thank you for any and all help,
Happy to assist!
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-07-06 16:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-06 13:39 Bootloader trouble during installation cinder88
2017-07-06 15:54 ` Adam Van Ymeren
2017-07-06 16:19 ` Chris Marusich [this message]
2017-07-06 17:35 ` Danny Milosavljevic
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=87h8ypy1vl.fsf@gmail.com \
--to=cmmarusich@gmail.com \
--cc=cinder88@hushmail.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 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.