Menu

How to blacklist a module in CLonezilla?

Suncatcher
2017-12-07
2018-01-09
  • Suncatcher

    Suncatcher - 2017-12-07

    When I starting Clonezilla image, I get

    How can I disable this module?

    i2c_piix4.blacklist=yes in GRUB record didn't help.

     
  • Suncatcher

    Suncatcher - 2018-01-09

    Thanks for the answer. The module in filesystem has the same filename as above:
    i2c_piix4.sys ?

     
  • Steven Shiau

    Steven Shiau - 2018-01-09

    You can run "modinfo i2c_piix4" to get the info, e.g.,
    $ modinfo i2c_piix4
    filename: /lib/modules/4.4.0-67-generic/kernel/drivers/i2c/busses/i2c-piix4.ko
    ...

    Steven

     

Log in to post a comment.