Difference between revisions of "AVG Rescue CD"

From ERPXE Wiki
Line 39: Line 39:
 
Copy initrd.lzm , vmlinuz files to appropriate locations: (LOWER CASE ONLY!)
 
Copy initrd.lzm , vmlinuz files to appropriate locations: (LOWER CASE ONLY!)
  
  cp /mnt/cdrom/isolinux/initrd.lzm /tftpboot/er/plugins/acronistih/initrd.lzm
+
  cp /mnt/cdrom/isolinux/initrd.lzm /tftpboot/er/plugins/avg/initrd.lzm
  cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/acronistih/vmlinuz
+
  cp /mnt/cdrom/isolinux/vmlinuz /tftpboot/er/plugins/avg/vmlinuz
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}

Revision as of 11:04, 23 August 2013

return to Plugins list

AVG Rescue CD 2012
AVG_logo.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

220px-AVG-internet-Security-2012-Screenshot.png



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!