Bug 28569 - [FAILED] Failed to start Load legacy module configuration
Summary: [FAILED] Failed to start Load legacy module configuration
Status: RESOLVED DUPLICATE of bug 19795
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 8
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-09 21:04 CET by Pe Alfa
Modified: 2021-03-12 15:47 CET (History)
3 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Pe Alfa 2021-03-09 21:04:06 CET
Hi.

Another failed at start on Lenovo ideapad Gaming 3-15ARH05 Laptop - Type 82EY.

[FAILED] Failed to start Load legacy module configuration

I did:

(1)
systemctl list-units | grep -i failed
● fedora-loadmodules.service        loaded failed failed    Load legacy module configuration                                                     
...

(2)
systemctl status fedora-loadmodules.service
● fedora-loadmodules.service - Load legacy module configuration
     Loaded: loaded (/usr/lib/systemd/system/fedora-loadmodules.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2021-03-08 22:13:57 CET; 23min ago
    Process: 809 ExecStart=/usr/lib/systemd/fedora-loadmodules (code=exited, status=1/FAILURE)
   Main PID: 809 (code=exited, status=1/FAILURE)
        CPU: 8ms

mar 08 22:13:57 lenovo systemd[1]: Starting Load legacy module configuration...
mar 08 22:13:57 lenovo fedora-loadmodules[810]: Loading modules: nvram evdev hdaps
mar 08 22:13:57 lenovo fedora-loadmodules[818]: modprobe: ERROR: could not insert 'hdaps': No such device
mar 08 22:13:57 lenovo systemd[1]: fedora-loadmodules.service: Main process exited, code=exited, status=1/FAILURE
mar 08 22:13:57 lenovo systemd[1]: fedora-loadmodules.service: Failed with result 'exit-code'.
mar 08 22:13:57 lenovo systemd[1]: Failed to start Load legacy module configuration.

(3)
cat /etc/modprobe.preload
...
nvram
evdev
hdaps
(4)
If I put in /etc/modprobe.preload 
# hdaps
failed disappears

Is it a solution? 

Thanks 

Pepe Álvarez
Comment 1 Pe Alfa 2021-03-12 08:48:37 CET
Hi!

Is this bug the same?

https://bugs.mageia.org/show_bug.cgi?id=19795
Comment 2 Aurelien Oudelet 2021-03-12 11:06:34 CET
Hi, thanks reporting this.
And yes, your bug is duplicate.
Please add info there, please.

*** This bug has been marked as a duplicate of bug 19795 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE
Component: Release (media or process) => RPM Packages
CC: (none) => ouaurelien

Comment 3 Dave Hodgins 2021-03-12 15:47:26 CET
(In reply to Pe Alfa from comment #0)
> If I put in /etc/modprobe.preload 
> # hdaps
> failed disappears
> Is it a solution? 

Moving the failing to load modules from being loaded after the initrd switches
root to the hard drive to being loaded by the initrd does hide the problem,
but it doesn't stop the module from failing to load, or mcc insisting that
the module is needed.

So it's a workaround, not a solution. It is a valid option for those who
encounter this bug until it is fixed. Thanks for pointing it out.

CC: (none) => davidwhodgins


Note You need to log in before you can comment on or make changes to this bug.