Changeset 204 in MondoRescue for branches/2.05/mindi
- Timestamp:
- Dec 14, 2005, 4:04:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/README.pxe
r148 r204 9 9 mondo 10 10 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"] ... 12 12 13 13 The 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 14 created by mondoarchive. To get them, please issue: 18 15 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 21 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 isolinux.cfg on the first bootable media) to which you need to add the keyword pxe. 20 22 (You need to have backup your data using the NFS option of mondoarchive) 21 23 … … 26 28 27 29 Please report any problem around that tool to bcornec@users.berlios.de 30 31 2005-12-14 detailed explanations on where to find initrd and kernel
Note:
See TracChangeset
for help on using the changeset viewer.