Changes between Version 115 and Version 116 of FAQ
- Timestamp:
- Jul 25, 2013, 1:33:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v115 v116 621 621 (input provided by Giuseppe Grassi giuseppe.grassi2_at_italtel.it) 622 622 623 == Q36/ Why is my SLES 10 restore blocking at fdomain? ==623 == Q36/ Why is my SLES restore blocking at fdomain/ipmi_si ? == 624 624 625 625 You need to remove that driver from the loaded driver if you don't need it. 626 626 One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi) 627 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 628 629 Example: … … 630 631 boot: nuke denymods=fdomain 631 632 }}} 633 or 634 {{{ 635 boot: nuke denymods="fdomain ipmi_si" 636 }}} 637 in the second case. 632 638 633 639 == Q37/ Why is the mondoarchive/mondorestore GUI interface badly rendered ? ==