all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36574: The installer recommends wrong initrd module names
@ 2019-07-10 10:57 Meiyo Peng
  2019-07-10 11:15 ` Tobias Geerinckx-Rice
  2019-07-31 21:04 ` lukasbf
  0 siblings, 2 replies; 4+ messages in thread
From: Meiyo Peng @ 2019-07-10 10:57 UTC (permalink / raw)
  To: 36574

Hi,

When I install Guix on a low end computer using the `guix system init`
command, the installer says that "mmc_block" and "sdhci_acpi" should be
added into initrd-modules:

#+begin_example
  error: you may need these modules in the initrd for /dev/mmcblk0p2: mmc_block sdhci_acpi
  hint: Try adding them to the `initrd-modules' field of your `operating-system' declaration, along these lines:

        (operating-system
          ;; ...
          (initrd-modules (append (list "mmc_block" "sdhci_acpi")
                                  %base-initrd-modules)))
#+end_example

This computer has an eMMC disk, so this sounds reasonable.  I made that
modification and the installation process succeeded.  But when I boot
the computer, it complained that "sdhci_acpi" could not be found.  After
spending hours digging around, I finally found out that the required
module name is actuall called "sdhci-acpi" rather than "sdhci_acpi".
The computer can successfully boot into Guix when I replace "sdhci_acpi"
with "sdhci-acpi" and reinstall Guix.

So the problem is that the Guix installer recommends wrong initrd module
names to user.


--
Meiyo Peng
https://www.pengmeiyu.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36574: The installer recommends wrong initrd module names
  2019-07-10 10:57 bug#36574: The installer recommends wrong initrd module names Meiyo Peng
@ 2019-07-10 11:15 ` Tobias Geerinckx-Rice
  2019-07-11  1:51   ` Meiyo Peng
  2019-07-31 21:04 ` lukasbf
  1 sibling, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-07-10 11:15 UTC (permalink / raw)
  To: 36574

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

Hullo,

Meiyo Peng wrote:
> So the problem is that the Guix installer recommends wrong 
> initrd module
> names to user.

Do you think this is the revenge of [0]?  If so, could you merge 
the two?

Kind regards,

T G-R

[0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36574: The installer recommends wrong initrd module names
  2019-07-10 11:15 ` Tobias Geerinckx-Rice
@ 2019-07-11  1:51   ` Meiyo Peng
  0 siblings, 0 replies; 4+ messages in thread
From: Meiyo Peng @ 2019-07-11  1:51 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 36574

Hello,

Tobias Geerinckx-Rice writes:

> Do you think this is the revenge of [0]?

Yes, I think so.

> If so, could you merge the two?

Done.  Thanks.

> [0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902


--
Meiyo Peng
https://www.pengmeiyu.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36574: The installer recommends wrong initrd module names
  2019-07-10 10:57 bug#36574: The installer recommends wrong initrd module names Meiyo Peng
  2019-07-10 11:15 ` Tobias Geerinckx-Rice
@ 2019-07-31 21:04 ` lukasbf
  1 sibling, 0 replies; 4+ messages in thread
From: lukasbf @ 2019-07-31 21:04 UTC (permalink / raw)
  To: 36574

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

I have this problem too

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-31 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 10:57 bug#36574: The installer recommends wrong initrd module names Meiyo Peng
2019-07-10 11:15 ` Tobias Geerinckx-Rice
2019-07-11  1:51   ` Meiyo Peng
2019-07-31 21:04 ` lukasbf

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.