all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bengt Richter <bokr@bokr.com>
To: Matthias Cullmann <matthias.cullmann@gmail.com>
Cc: 48419@debbugs.gnu.org
Subject: bug#48419: Unexpected problem during install of Guix System 1.3.0
Date: Sat, 15 May 2021 11:35:06 +0200	[thread overview]
Message-ID: <20210515093506.GA2673@LionPure> (raw)
In-Reply-To: <2ffb0d75-fa20-9354-bd0f-43c0b6f74015@gmail.com>

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




  reply	other threads:[~2021-05-15  9:36 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 [this message]
     [not found]     ` <CAGtLdtFrT=MZDLxbQXWCJO3K8F=SUmfvd6RRauSLJ_wQDxOJPg@mail.gmail.com>
2021-05-18  5:29       ` bug#48419: Fwd: " Matthias Cullmann
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210515093506.GA2673@LionPure \
    --to=bokr@bokr.com \
    --cc=48419@debbugs.gnu.org \
    --cc=matthias.cullmann@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 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.