Difference between revisions of "Open Diagnostics"
From ERPXE Wiki
Line 25: | Line 25: | ||
| image3url = | | image3url = | ||
}} | }} | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = ods52011-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = Open Diagnostics 21-05-2011 | ||
+ | | producturl = http://www.ubuntu-mini-remix.org/ | ||
+ | | productfile = OpenDiagnostics_stable.iso | ||
+ | | pluginname = Open Diagnostics | ||
+ | }} | ||
+ | |||
+ | Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ods/vmlinuz | ||
+ | cp /mnt/cdrom/casper/initrd.lg /tftpboot/er/plugins/ods/initrd.lg | ||
+ | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ods/casper/ | ||
+ | |||
+ | |||
+ | {{PluginInstructionsEnd}} |
Revision as of 07:04, 4 February 2012
return to Plugins list
Open Diagnostics 2011-05-21 http://www.volatileminds.net/opendiagnostics/index.php/OpenDiagnostics_Live_CD |
---|
Contents
Information
ERPXE Module
- Name: - Open Diagnostics
- Version: 2011-05-21
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Open Diagnostics | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | Optional | No | No | Yes | No |
Plugin Requirments
Open Diagnostics | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Yes | Yes | No | No | Yes |
Screen Shots
Special Information
Linux Installation Instructions
Download ods52011-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract ods52011-XXX.tar.gz file:
tar -xvzf ods52011-XXX.tar.gz
Download Open Diagnostics 21-05-2011 ISO Latest Version to /mnt/ :
http://www.ubuntu-mini-remix.org/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/OpenDiagnostics_stable.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ods/vmlinuz cp /mnt/cdrom/casper/initrd.lg /tftpboot/er/plugins/ods/initrd.lg cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ods/casper/
Verify files with filelist.txt in each folder.
All Done!