Changeset 219 in MondoRescue for trunk/mindi/README.pxe


Ignore:
Timestamp:
Dec 15, 2005, 2:54:19 AM (18 years ago)
Author:
bcornec
Message:

merge -r176:218 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/README.pxe

    r149 r219  
    99mondo
    1010        kernel vmlinuz-mondo
    11         initrd initrd-mondo 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"] ...
    1212
    1313The initrd and kernel file come rom the first bootable media
    14 created by mondoarchive.
    15 If you mount it you should find what you need under /images
    16 with a name like mindi-bootroot.8192.img
    17 initrd is mindi.rdz and kernel is vmlinuz
     14created by mondoarchive. To get them, please issue:
    1815
    19 Thus 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.
     16# mount /path/to/mondorescue-1.iso /mnt/cdrom -o loop
     17# cp -a /mnt/cdrom/vmlinuz /var/tftpboot/vmlinuz-mondo
     18# cp -a /mnt/cdrom/initrd.img /var/tftpboot/initrd-mondo
     19# umount /mnt/cdrom
     20
     21Thus 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 isolinux.cfg on the first bootable media) to which you need to add the keyword pxe.
    2022(You need to have backup your data using the NFS option of mondoarchive)
    2123
     
    2628
    2729Please report any problem around that tool to bcornec@users.berlios.de
     30
     312005-12-14 detailed explanations on where to find initrd and kernel
Note: See TracChangeset for help on using the changeset viewer.