Changeset 3443 in MondoRescue for branches/3.2/mindi/README.pxe


Ignore:
Timestamp:
Aug 29, 2015, 1:53:47 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Adds an ipmode configuration parameter at boot time to typically force start-netfs to make a DHCP request, despite the conf file doesn't precise it (parm can be DHCP or STATIC)
  • Review again the strategy when the simple case of NIC unchanged and IP conf either is not verified. Trust ipconf first, and then use mondorestore.cfg content, trying to find the right NIC withthe corresponding MAC address in the file, if the stored NIC isn't named identically anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/README.pxe

    r3173 r3443  
    11MondoRescue supports image deployment using Pre eXecution Environment (PXE)
    2 Linux deployments with PXE is documented at http://syslinux.zytor.com/pxe.php
    32Multiple parameters are available at restore time for PXE support:
    43
     
    109ipaddr      IP Address to setup on the device (e.g. 192.168.1.1)
    1110ipdev       Device name (e.g. eth2)
     11ipmode      Force the mode to use (DHCP|STATIC) - Useful to force DHCP w/o PXE
    1212iproute     Additional static route (uses "route add" syntax with : separator)
    1313            (e.g. iproute="-net:192.168.8.0:netmask:255.255.255.0:dev:eth3)
     
    5252NOTE: If you don't have selinux=0 on the boot line, you may have issues restoring extended attributes on your filesystem and thus be unable to log on at next reboot after restore.
    5353
     54Linux deployments with PXE is documented at http://syslinux.zytor.com/pxe.php
     55
    5456Please report any problem around that tool to bruno_at_mondorescue.org
    5557
    5658$Id$
    5759
     602015-08-29 adds support for ipmode
    58612013-07-25 adds support for iproute
    59622011-10-09 adds support for hwaddr
Note: See TracChangeset for help on using the changeset viewer.