Changeset 234 in MondoRescue for branches/2.05/mindi
- Timestamp:
- Dec 18, 2005, 12:36:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/README.pxe
r204 r234 9 9 mondo 10 10 kernel vmlinuz-mondo 11 initrd initrd-mondo load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=36864 rw root=/dev/ram iso_mode acpi=off apm=off devfs=nomount exec-shield=0 pxe [prefix="machine"] ...11 initrd initrd-mondo load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=36864 rw root=/dev/ram iso_mode acpi=off apm=off devfs=nomount exec-shield=0 pxe [prefix="machine"] [ipconf=(ipadr:netmask:broadcast:gateway|dhcp)] [ping=#] ... 12 12 13 13 The initrd and kernel file come rom the first bootable media … … 25 25 Without prefix keyword, the name of the images used during archiving with the -p option will be used (they may differ). If -p wasn't used then the name mondorescue-1.iso, ... will be used. 26 26 27 During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media. 27 During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media. You may alter the IP configuration stored from the original machine by passing the ipconf option describing respectively the IP address, netmask, broadcast and default gateway you want to setup for the machine, separated by ':'. Or alternatively, you may specify the dhcp keyword so that a DhCP request is made to get those information. On some configurations, you may also want to increase the number of ping queries made before the NFS mount, which is of 3 by default, using the ping option and give the number you want. 28 28 29 29 Please report any problem around that tool to bcornec@users.berlios.de 30 30 31 2005-12-18 new ipconf and ping option 31 32 2005-12-14 detailed explanations on where to find initrd and kernel
Note:
See TracChangeset
for help on using the changeset viewer.