| 623 | | == Q36/ Why is my SLES restore blocking at fdomain/ipmi_si ? == |
| 624 | | |
| 625 | | You need to remove that driver from the loaded driver if you don't need it. |
| 626 | | One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi) |
| 627 | | |
| 628 | | A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods=fdomain |
| 629 | | Example: |
| 630 | | {{{ |
| 631 | | boot: nuke denymods=fdomain |
| 632 | | }}} |
| 633 | | or |
| | 623 | == Q36/ Why is my SLES restore blocking at "Probing fdomain" or "Probing ipmi_si"? == |
| | 624 | |
| | 625 | You need to remove that driver module from the loaded drivers if you don't need it. |
| | 626 | |
| | 627 | One way is at backup time to add the DENY_MODS variable in /etc/mindi/mindi.conf (see the example in /usr/sbin/mindi), example: |
| | 628 | {{{ |
| | 629 | DENY_MODS="$DENY_MODS fdomain ipmi_si" |
| | 630 | }}} |
| | 631 | |
| | 632 | A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods |
| | 633 | |
| | 634 | Example: |
| | 635 | {{{ |
| | 636 | boot: expert denymods=fdomain |
| | 637 | }}} |
| | 638 | Other example: |