Changes between Version 115 and Version 116 of FAQ


Ignore:
Timestamp:
Jul 25, 2013, 1:33:56 AM (12 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v115 v116  
    621621(input provided by Giuseppe Grassi giuseppe.grassi2_at_italtel.it)
    622622
    623 == Q36/ Why is my SLES 10 restore blocking at fdomain ? ==
     623== Q36/ Why is my SLES restore blocking at fdomain/ipmi_si ? ==
    624624
    625625You need to remove that driver from the loaded driver if you don't need it.
    626626One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi)
     627
    627628A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods=fdomain
    628629Example:
     
    630631boot: nuke denymods=fdomain
    631632}}}
     633or
     634{{{
     635boot: nuke denymods="fdomain ipmi_si"
     636}}}
     637in the second case.
    632638
    633639== Q37/ Why is the mondoarchive/mondorestore GUI interface badly rendered ? ==