BootMed
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 http://www.bootmed.com/ |
---|
Contents
Information
ERPXE Module
- Name: - BootMed
- Version: 1.0
- Official website: http://www.bootmed.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
- Download: http://www.erpxe.com/downloads
Plugin type
BootMed | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
BootMed | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
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 bootmed1010-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract bootmed1010-ARCH-XXX.tar.gz file:
tar -xvzf bootmed1010-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!