From: Bengt Richter <bokr@bokr.com>
To: Calvin Heim <frofroggy@gmail.com>
Cc: 37021@debbugs.gnu.org
Subject: bug#37021: GuixSD 1.01-i686 install DVD boot failure on Macbook1, 1: failed to resolve partition
Date: Fri, 16 Aug 2019 12:51:28 -0700 [thread overview]
Message-ID: <20190816195128.GA1338@PhantoNv4ArchGx.localdomain> (raw)
In-Reply-To: <1565906757.2236.36.camel@gmail.com>
On +2019-08-15 15:05:57 -0700, Calvin Heim wrote:
> resubmitted to list
> On Thu, 2019-08-15 at 12:43 +0200, pelzflorian (Florian Pelz) wrote:
> >
> > Do I understand correctly that this message appears when booting the
> > DVD, not the installed system?
> Yes.
>
> >
> >
> > On Wed, Aug 14, 2019 at 03:32:06PM -0700, Calvin Heim wrote:
> > >
> > >
> > > waiting for partition '31393730-3031-3031-3139-343934363833' to appear...
> > I cannot check right now if that is a legitimate partition id for the
> > i686 installer, but the installer source code in
> > gnu/system/install.scm should mount a partition with
> > (file-system-label "Guix_image"). You could check from another OS if
> > this partition label exists.
> From Trisquel 8,
> $ ls /dev/disk/by-label
> GUIX_IMAGE
>
> $ls /dev/disk/by-uuid
> 1970-01-01-19-49-46-83
> [other stuff that doesn't change when the DVD ejects]
>
I have found this incantation, and variants, e.g. filtering with grep, useful also:
$ stat -c %N /dev/disk/by-*/*
I have also encountered, IIRC, system versions where /disk/dev/by-* could present info
from stale cache information, so it might not show what e.g. the following might:
$ lsblk
$ lsblk -f
For your purposes, it might be worth trying asking for interesting
specifics (see lsblk -h for more), e.g.
$ lsblk -o mountpoint,name,size,fstype,label,partlabel,partuuid,uuid
Maybe that partuuid '31393730-3031-3031-3139-343934363833' might show up?
BTW, I think some older systems might not know how to look for partuuid,
(especially beyond the intial boot device?) and it could be worth trying
plain uuid instead. I suspected such a stiutation when I got
a not-found in the past, but did not diagnose it unambigously.
--8<--aside
BTW2, I am using refind to multiboot, and consider my shooting myself in the foot
(clobbering my efi partition with unintended grub install) as a kind of usability-bug,
which I am tempted to use as rationale for posting to this list (but not hijacking
this post further ;-) Would that be ok, or should I join guix-help as well? I am getting
more email traffic than I am used to :) ...
(I would like to mount a losetup file partition as a target for grub bootloader install,
and thereby capture initrds etc for manual (at first ;-) transfer into my refind efi vfat
file tree.)
--8<--aside--
> The contents of by-id and by-partuuid don't change when the install DVD is inserted,
> so I assume that the contents of those directories are not related to the DVD.
> >
> > You could also type in the recovery
> > Guile repl that opens:
> >
> > (use-modules (ice-9 ftw))
> > (scandir "/dev/disk/by-id")
> > (scandir "/dev/disk/by-uuid")
> > (scandir "/dev/disk/by-partuuid")
> >
> > and maybe:
> >
> > ,L bournish
> > cat /run/booted-system/etc/fstab
> >
> The keyboard/usb ports do not function at this point in the boot,
> despite working earlier in the boot during EFI and GRUB. I
> can see but not type in the recovery Guile repl.
>
> >
> > Regards,
> > Florian
>
Regards,
Bengt Richter
next prev parent reply other threads:[~2019-08-16 19:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-13 22:16 bug#37021: GuixSD 1.01-i686 install DVD boot failure on Macbook1, 1: failed to resolve partition Calvin Heim
2019-08-14 22:32 ` Calvin Heim
2019-08-15 9:02 ` pelzflorian (Florian Pelz)
2019-08-15 9:07 ` pelzflorian (Florian Pelz)
2019-08-15 9:12 ` Efraim Flashner
2019-08-15 22:04 ` Calvin Heim
2019-08-15 22:07 ` Calvin Heim
2019-08-15 10:43 ` pelzflorian (Florian Pelz)
2019-08-15 22:05 ` Calvin Heim
2019-08-16 19:51 ` Bengt Richter [this message]
2019-08-16 22:18 ` pelzflorian (Florian Pelz)
2019-08-15 19:15 ` Mark H Weaver
2019-08-15 22:00 ` Calvin Heim
2019-08-15 23:37 ` Mark H Weaver
2019-08-15 23:52 ` Mark H Weaver
2019-08-16 3:25 ` Calvin Heim
2019-08-16 5:32 ` Mark H Weaver
2019-08-22 14:31 ` Danny Milosavljevic
2019-08-22 18:32 ` Danny Milosavljevic
2019-08-22 21:26 ` Mark H Weaver
2019-08-22 22:32 ` Danny Milosavljevic
2019-08-22 22:34 ` Danny Milosavljevic
2019-08-15 23:11 ` bug#37021: root option during grub boot configuration Calvin Heim
2022-06-10 1:11 ` bug#37021: GuixSD 1.01-i686 install DVD boot failure on Macbook1, 1: failed to resolve partition Maxim Cournoyer
2022-06-10 19:47 ` Calvin Heim
2022-06-11 6:13 ` Maxim Cournoyer
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=20190816195128.GA1338@PhantoNv4ArchGx.localdomain \
--to=bokr@bokr.com \
--cc=37021@debbugs.gnu.org \
--cc=frofroggy@gmail.com \
/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).