Difference between revisions of "AVG Rescue CD"

From ERPXE Wiki
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo = http://upload.wikimedia.org/wikipedia/en/3/39/AVG_logo.png
+
| logo = https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/AVG_wordmark.png/320px-AVG_wordmark.png
 
| website = http://www.avg.com/
 
| website = http://www.avg.com/
 
| wikipedia = http://en.wikipedia.org/wiki/AVG_(software)
 
| wikipedia = http://en.wikipedia.org/wiki/AVG_(software)
Line 18: Line 18:
 
| live = {{yes}}
 
| live = {{yes}}
 
| recovery = {{no}}
 
| recovery = {{no}}
| image1 = http://upload.wikimedia.org/wikipedia/commons/thumb/2/25/AVG-internet-Security-2012-Screenshot.png/220px-AVG-internet-Security-2012-Screenshot.png
+
| image1 =  
| image1url = http://en.wikipedia.org/wiki/File:AVG-internet-Security-2012-Screenshot.png
+
| image1url =  
 
| image2 =  
 
| image2 =  
 
| image2url =  
 
| image2url =  
Line 27: Line 27:
  
 
AVG is a family of anti-virus and Internet security software for the Microsoft Windows, Linux, Mac OS X, and FreeBSD computing platforms, developed by AVG Technologies, a privately held Czech company formerly known as Grisoft.
 
AVG is a family of anti-virus and Internet security software for the Microsoft Windows, Linux, Mac OS X, and FreeBSD computing platforms, developed by AVG Technologies, a privately held Czech company formerly known as Grisoft.
 +
 +
{{TFTPPlugin
 +
| filename = avg120-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = AVG Rescue CD 120
 +
| producturl = http://www.avg.com/us-en/avg-rescue-cd
 +
| productfile = avg_arl_cdi_all_120_120126a4776.iso
 +
| pluginname = AVG Rescue CD
 +
}}
 +
 +
Copy initrd.lzm , vmlinuz files to appropriate locations: (LOWER CASE ONLY!)
 +
 +
cp /mnt/cdrom/isolinux/initrd.lzm /tftpboot/er/plugins/avg/initrd.lzm
 +
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/avg/vmlinuz
 +
 +
{{PluginInstructionsEnd}}
 +
[[Category:Plugins]]
 +
[[Category:Security Diagnostics]]
 +
[[Category:Supported from ERPXE 1.0]]

Latest revision as of 07:53, 5 May 2019

return to Plugins list

AVG Rescue CD 2012
320px-AVG_wordmark.png
http://www.avg.com/

Information

ERPXE Module

  • Name: - AVG Rescue CD
  • Version: 2012

Plugin type

Plugin type
AVG Rescue CD Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
Yes No No No Yes No

Plugin Requirments

Plugin Requirments
AVG Rescue CD CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

Special Information

AVG is a family of anti-virus and Internet security software for the Microsoft Windows, Linux, Mac OS X, and FreeBSD computing platforms, developed by AVG Technologies, a privately held Czech company formerly known as Grisoft.

Linux Installation Instructions

Download avg120-XXX.tar.gz to /

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

extract avg120-XXX.tar.gz file:

tar -xvzf avg120-XXX.tar.gz

Download AVG Rescue CD 120 ISO Latest Version to /mnt/ :

http://www.avg.com/us-en/avg-rescue-cd

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

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

Copy initrd.lzm , vmlinuz files to appropriate locations: (LOWER CASE ONLY!)

cp /mnt/cdrom/isolinux/initrd.lzm /tftpboot/er/plugins/avg/initrd.lzm
cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/avg/vmlinuz

Verify files with filelist.txt in each folder.

All Done!