BootMed

From ERPXE Wiki

Important information

This plugin requires a static IP address (Default is 10.0.0.1).
Every change to the server IP MUST be reflected into the plugin's menu file.
How to adjust ERPXE to local IP address

return to Plugins list

BootMed 1.0
200px-Ubuntu_logo.svg.png
http://www.bootmed.com/

Information

ERPXE Module

  • Name: - BootMed
  • Version: 1.0

Plugin type

Plugin type
BootMed Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No Yes No Yes Yes

Plugin Requirments

Plugin Requirments
BootMed CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes Yes

Screen Shots

300px-Ubuntu_11.10_Final.png 220px-Kubuntu_10.10_main_menu.png 220px-ServerScreenshot.jpg


Special Information

The BootMed Live CD is an Ubuntu Remix for those new to Linux.

It's main goal is to help the average Windows user to recover a computer that will not boot.

Besides troubleshooting boot problems, there are many other things that BootMed can guide you through.

Linux Installation Instructions

Download bootmed1-ARCH-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract bootmed1-ARCH-XXX.tar.gz file:

tar -xvzf bootmed1-ARCH-XXX.tar.gz

Download BootMed 1.0 ISO Latest Version to /mnt/ :

http://www.bootmed.com/Download.html

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/BootMed1.iso /mnt/cdrom/

BootMed x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bootmed/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/bootmed/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bootmed/i386/casper/

BootMed x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bootmed/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/bootmed/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bootmed/x86_64/casper/

Verify files with filelist.txt in each folder.

All Done!