unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Matthias Cullmann <matthias.cullmann@gmail.com>
To: 48419@debbugs.gnu.org
Subject: bug#48419: Fwd: bug#48419: Unexpected problem during install of Guix System 1.3.0
Date: Tue, 18 May 2021 07:29:42 +0200	[thread overview]
Message-ID: <CAGtLdtET6xXhKdHyJLcbEaYjY79d5QRa6YsrNOcurrShvHaPRg@mail.gmail.com> (raw)
In-Reply-To: <CAGtLdtFrT=MZDLxbQXWCJO3K8F=SUmfvd6RRauSLJ_wQDxOJPg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3105 bytes --]

( I'm forwarding this to the list - forgot to reply all )

---------- Forwarded message ---------
From: Matthias Cullmann <matthias.cullmann@gmail.com>
Date: Sat, 15 May 2021 at 15:31
Subject: Re: bug#48419: Unexpected problem during install of Guix System
1.3.0
To: Bengt Richter <bokr@bokr.com>


Hi Bengt,

here is what I get ( now under MX linux on the same box ).

$ ls /dev/disk/by-id/*|xargs file
/dev/disk/by-id/ata-Micron_M600_MTFDDAV256MBF_154010B93F27:       symbolic
link to ../../sda
/dev/disk/by-id/ata-Micron_M600_MTFDDAV256MBF_154010B93F27-part1: symbolic
link to ../../sda1
/dev/disk/by-id/ata-Micron_M600_MTFDDAV256MBF_154010B93F27-part2: symbolic
link to ../../sda2
/dev/disk/by-id/ata-Micron_M600_MTFDDAV256MBF_154010B93F27-part3: symbolic
link to ../../sda3
/dev/disk/by-id/wwn-0x500a075110b93f27:                           symbolic
link to ../../sda
/dev/disk/by-id/wwn-0x500a075110b93f27-part1:                     symbolic
link to ../../sda1
/dev/disk/by-id/wwn-0x500a075110b93f27-part2:                     symbolic
link to ../../sda2
/dev/disk/by-id/wwn-0x500a075110b93f27-part3:                     symbolic
link to ../../sda3

$  lsblk -f
NAME   FSTYPE LABEL    UUID                                 FSAVAIL FSUSE%
MOUNTPOINT
sda
├─sda1 vfat            7C99-13AE                             251.8M     0%
/boot/efi
├─sda2 ext4   rootMX19 90aa2c4f-5266-47bc-9b73-228c524b2790  211.2G     4% /
└─sda3 swap   swapMX   bf24ea70-f3e5-4023-9367-98bcc1c464ac
 [SWAP]

To me it looks quite standard?
Thx & regards.
Matthias


On Sat, 15 May 2021 at 11:35, Bengt Richter <bokr@bokr.com> wrote:

> Hi,
>
> On +2021-05-14 16:50:48 +0200, Matthias Cullmann wrote:
> > Hi there,
> >
> > I am trying to install Guix System 1.3.0 on an Asus ZenBook UX305 using
> the
> > wizard.
> >
> > After the partitioning I get the error in the attached screen shot.
> >
> > ( mount "/dev/sda1" on "mnt/boot/ef" : No such device)
> >
> > I had Linux installed already on this computer and would not need to
> > re-partition.
> >
> > Any ideas how to fix this?
> >
> > Thx & regards,
> >
> > Matthias
> >
> what does this output?
> --8<---------------cut here---------------start------------->8---
> $ ls /dev/disk/by-id/*|xargs file
> --8<---------------cut here---------------end--------------->8---
>
> Maybe you have nve disk that does not get translated to /dev/sdaX ?
>
> If you have linux running, try
> --8<---------------cut here---------------start------------->8---
> $ lsblk -f
> --8<---------------cut here---------------end--------------->8---
>
> Maybe you will see something like
>
> nvme0n1
> ├─nvme0n1p1 ...
> └─nvme0n1p2 ...
>
> which would suggest that your
>     /dev/sda1
> maybe should be
>     /dev/nvme0n1p1
>
> but in general, IMO device references without unique id's are bloody feet
> waiting to happen.
>
> I would suggest looking at uuid's for file systems, partitions, or devices,
> such as you can view with lsblk
>
> --
> Regards,
> Bengt Richter
>

[-- Attachment #2: Type: text/html, Size: 4546 bytes --]

  parent reply	other threads:[~2021-05-18 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAGtLdtEB0oRnYifYVbH1xW2Zj+fqzwojTwGi8bxSVMY10otzUg@mail.gmail.com>
2021-05-14 14:50 ` bug#48419: Unexpected problem during install of Guix System 1.3.0 Matthias Cullmann
2021-05-15  9:35   ` Bengt Richter
     [not found]     ` <CAGtLdtFrT=MZDLxbQXWCJO3K8F=SUmfvd6RRauSLJ_wQDxOJPg@mail.gmail.com>
2021-05-18  5:29       ` Matthias Cullmann [this message]
2021-06-13 12:20   ` Mathieu Othacehe
2021-06-16 19:01     ` Matthias Cullmann
2021-06-17  8:04       ` Mathieu Othacehe

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=CAGtLdtET6xXhKdHyJLcbEaYjY79d5QRa6YsrNOcurrShvHaPRg@mail.gmail.com \
    --to=matthias.cullmann@gmail.com \
    --cc=48419@debbugs.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).