source: MondoRescue/branches/2.05/mindi/README.pxe@ 196

Last change on this file since 196 was 148, checked in by bcornec, 18 years ago
  • Bug on USB keyboard corrected
  • PXE mode reviewed (netmask and route management added in start-nfs)
  • -p option with PXE doesn't require a parameter anymore and it now works with the parameter
  • -p option should work correctly with iso and nfs modes
  • cosmetic messages improvement for mindi
  • use STD_PREFIX
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1README for mondo/mindi usage with PXE
2
3mondorescue now supports the possibility to deploy mondo-images using the Pre eXecution Environment (PXE) standard.
4As this README only focusses on the mondorescue part, please read how to do Linux deployments with pxelinux on http://syslinux.zytor.com/pxe.php
5
6To use it, please do the following on your deployment server:
7
8Add the following line to your default file:
9mondo
10 kernel vmlinuz-mondo
11 initrd initrd-mondo pxe [prefix="machine"] ...
12
13The initrd and kernel file come rom the first bootable media
14created by mondoarchive.
15If you mount it you should find what you need under /images
16with a name like mindi-bootroot.8192.img
17initrd is mindi.rdz and kernel is vmlinuz
18
19Thus the PXE ROM will boot mondo's kernel and mondo's initrd in memory and will append all the right configuration options (as you find in syslinux.cfg on the mindi's floppy image) to which you need to add the keyword pxe.
20(You need to have backup your data using the NFS option of mondoarchive)
21
22If you used the -p option of mondoarchive, you may specify the real name of mondo images to use during restore. To do that use prefix=machine on the initrd line, after the pxe keyword, to load the ISO images saved with -p machine.
23Without 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.
24
25During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media.
26
27Please report any problem around that tool to bcornec@users.berlios.de
Note: See TracBrowser for help on using the repository browser.