GNU bug report logs -
#48419
Unexpected problem during install of Guix System 1.3.0
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48419 in the body.
You can then email your comments to 48419 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#48419
; Package
guix
.
(Fri, 14 May 2021 14:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthias Cullmann <matthias.cullmann <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 14 May 2021 14:52:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[20210514_164026.jpg (image/jpeg, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48419
; Package
guix
.
(Sat, 15 May 2021 09:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 48419 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48419
; Package
guix
.
(Tue, 18 May 2021 06:03:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 48419 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
( I'm forwarding this to the list - forgot to reply all )
---------- Forwarded message ---------
From: Matthias Cullmann <matthias.cullmann <at> 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 <at> 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 <at> 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
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48419
; Package
guix
.
(Sun, 13 Jun 2021 12:21:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 48419 <at> debbugs.gnu.org (full text, mbox):
Hello Matthias,
> I had Linux installed already on this computer and would not need to
> re-partition.
>
> Any ideas how to fix this?
Thanks for the report. This should be fixed with:
245cab2abc1fd74d1df489e500432c66c88f6b25. The issue was that the
installer could not mount FAT16 partitions.
Could you regenerate an installation image by running the following
command:
--8<---------------cut here---------------start------------->8---
./pre-inst-env guix system image -t uncompressed-iso9660 gnu/system/install.scm
--8<---------------cut here---------------end--------------->8---
and confirm that it fixes your issue?
Thanks,
Mathieu
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48419
; Package
guix
.
(Wed, 16 Jun 2021 19:17:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 48419 <at> debbugs.gnu.org (full text, mbox):
Hello Mathieu,
thanks for you help.
I built the iso from commit 245cab2abc1fd74d1df489e500432c66c88f6b25 and
confirm that the partitioning works now.
Only need to figure out how to get my wifi running and soon I'll be
booting ;-)
Best regards,
Matthias
On 13.06.21 14:20, Mathieu Othacehe wrote:
> Hello Matthias,
>
>> I had Linux installed already on this computer and would not need to
>> re-partition.
>>
>> Any ideas how to fix this?
> Thanks for the report. This should be fixed with:
> 245cab2abc1fd74d1df489e500432c66c88f6b25. The issue was that the
> installer could not mount FAT16 partitions.
>
> Could you regenerate an installation image by running the following
> command:
>
> --8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix system image -t uncompressed-iso9660 gnu/system/install.scm
> --8<---------------cut here---------------end--------------->8---
>
> and confirm that it fixes your issue?
>
> Thanks,
>
> Mathieu
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Thu, 17 Jun 2021 08:05:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Matthias Cullmann <matthias.cullmann <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 17 Jun 2021 08:05:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 48419-done <at> debbugs.gnu.org (full text, mbox):
Hello Matthias,
> I built the iso from commit 245cab2abc1fd74d1df489e500432c66c88f6b25 and
> confirm that the partitioning works now.
> Only need to figure out how to get my wifi running and soon I'll be booting
That's great to hear, thanks for testing! Regarding Wifi support, you
can have a look to:
https://guix.gnu.org/manual/en/html_node/Hardware-Considerations.html.
Closing this one,
Thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 15 Jul 2021 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.