[Share Experiences] 开机失败错误提示,内核必须开启项 Resolved
Tofloor
poster avatar
jiutian123
deepin
2023-12-08 22:23
Author

iwlwifi 0000:02:00.0:pci_ enable _ msi failed - -38 fail to initialize ptp _ kvm

systend [ il : Failed to create control group inotify object : Function not implemented

systend [ il : Failed to allocate manager object : Function not implemented

systend [1l: Freezing execution . 需要开启哪些内核选项才能解决?

CONFIG_PCI_MSI: 确保此选项已启用,以支持 PCI MSI(Message Signaled Interrupts)。您可以在内核配置中搜索此选项并确保其被启用。

  1. CONFIG_PTP_1588_CLOCK_KVM: 启用此选项以支持在 KVM 虚拟化环境中使用 PTP(Precision Time Protocol)时钟。请注意,此选项可能依赖于其他相关选项或模块,您可能需要根据具体情况进行调整。
  2. CONFIG_CGROUPS: 如果您遇到了 "Failed to create control group inotify object" 错误,您需要确保启用了 Cgroups(控制组)支持。请在内核配置中搜索 CONFIG_CGROUPS 并启用相关选项。
  3. CONFIG_INOTIFY_USER: 如果您遇到了 "Failed to create control group inotify object" 错误,您还需要确保启用了用户空间 inotify 支持。请在内核配置中搜索 CONFIG_INOTIFY_USER 并启用它。

joy

Symbol: AUTOFS_FS [=y] │
│ Type : tristate │
│ Defined at fs/autofs/Kconfig:2 │
│ Prompt: Kernel automounter support (supports v3, v4 and v5) │
│ Location: │
│ -> File systems │
│ (3) -> Kernel automounter support (supports v3, v4 and v5) (AUTOFS_FS [=y])

这是一个Linux内核配置选项,名为 AUTOFS_FS。这个选项用于启用或禁用内核的自动挂载器支持。它有三个可能的值:

  • y:启用自动挂载器支持。
  • m:仅在模块加载时启用自动挂载器支持。
  • n:禁用自动挂载器支持。

在这个例子中,AUTOFS_FS [=y]表示自动挂载器支持被启用。

Reply Favorite View the author
All Replies
月阗
deepin
2023-12-08 22:51
#1

like

Reply View the author