* bug#48419: Unexpected problem during install of Guix System 1.3.0 [not found] <CAGtLdtEB0oRnYifYVbH1xW2Zj+fqzwojTwGi8bxSVMY10otzUg@mail.gmail.com> @ 2021-05-14 14:50 ` Matthias Cullmann 2021-05-15 9:35 ` Bengt Richter 2021-06-13 12:20 ` Mathieu Othacehe 0 siblings, 2 replies; 6+ messages in thread From: Matthias Cullmann @ 2021-05-14 14:50 UTC (permalink / raw) To: 48419 [-- Attachment #1: Type: text/plain, Size: 361 bytes --] 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 [-- Attachment #2: 20210514_164026.jpg --] [-- Type: image/jpeg, Size: 4211347 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#48419: Unexpected problem during install of Guix System 1.3.0 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-06-13 12:20 ` Mathieu Othacehe 1 sibling, 1 reply; 6+ messages in thread From: Bengt Richter @ 2021-05-15 9:35 UTC (permalink / raw) To: Matthias Cullmann; +Cc: 48419 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAGtLdtFrT=MZDLxbQXWCJO3K8F=SUmfvd6RRauSLJ_wQDxOJPg@mail.gmail.com>]
* bug#48419: Fwd: bug#48419: Unexpected problem during install of Guix System 1.3.0 [not found] ` <CAGtLdtFrT=MZDLxbQXWCJO3K8F=SUmfvd6RRauSLJ_wQDxOJPg@mail.gmail.com> @ 2021-05-18 5:29 ` Matthias Cullmann 0 siblings, 0 replies; 6+ messages in thread From: Matthias Cullmann @ 2021-05-18 5:29 UTC (permalink / raw) To: 48419 [-- 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 --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#48419: Unexpected problem during install of Guix System 1.3.0 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 @ 2021-06-13 12:20 ` Mathieu Othacehe 2021-06-16 19:01 ` Matthias Cullmann 1 sibling, 1 reply; 6+ messages in thread From: Mathieu Othacehe @ 2021-06-13 12:20 UTC (permalink / raw) To: Matthias Cullmann; +Cc: 48419 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#48419: Unexpected problem during install of Guix System 1.3.0 2021-06-13 12:20 ` Mathieu Othacehe @ 2021-06-16 19:01 ` Matthias Cullmann 2021-06-17 8:04 ` Mathieu Othacehe 0 siblings, 1 reply; 6+ messages in thread From: Matthias Cullmann @ 2021-06-16 19:01 UTC (permalink / raw) To: Mathieu Othacehe; +Cc: 48419 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#48419: Unexpected problem during install of Guix System 1.3.0 2021-06-16 19:01 ` Matthias Cullmann @ 2021-06-17 8:04 ` Mathieu Othacehe 0 siblings, 0 replies; 6+ messages in thread From: Mathieu Othacehe @ 2021-06-17 8:04 UTC (permalink / raw) To: Matthias Cullmann; +Cc: 48419-done 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-06-17 8:05 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [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 ` 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
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).