Difference between revisions of "AVG Rescue CD"
From ERPXE Wiki
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | 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 6: | Line 6: | ||
| version = 2012 | | version = 2012 | ||
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
| nfs = {{no}} | | nfs = {{no}} | ||
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
− | | antivirus = {{ | + | | antivirus = {{yes}} |
− | | deployment = {{ | + | | deployment = {{no}} |
| diagnostic = {{no}} | | diagnostic = {{no}} | ||
| installation = {{no}} | | installation = {{no}} | ||
| live = {{yes}} | | live = {{yes}} | ||
| recovery = {{no}} | | recovery = {{no}} | ||
− | | image1 = | + | | image1 = |
− | | image1url = | + | | 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 http://www.avg.com/ |
---|
Contents
Information
ERPXE Module
- Name: - AVG Rescue CD
- Version: 2012
- Official website: http://www.avg.com/
- License: Proprietary software
- Wikpedia Page: http://en.wikipedia.org/wiki/AVG_(software)
- Download: http://www.erpxe.com/downloads
Plugin type
AVG Rescue CD | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
Yes | No | No | No | Yes | No |
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!