Difference between revisions of "4MLinux"

From ERPXE Wiki
 
(29 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
| wikipedia =  
 
| wikipedia =  
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 3.1
+
| version = 3.2
 
| from_erpxe_version = 1.0
 
| from_erpxe_version = 1.0
| http = {{yes}}
+
| http = {{no}}
 
| nfs = {{no}}
 
| nfs = {{no}}
 
| cifs = {{no}}
 
| cifs = {{no}}
| internet = {{yes}}
+
| internet = {{no}}
| linux = {{no}}
+
| linux = {{yes}}
 
| windows = {{yes}}
 
| windows = {{yes}}
 
| antivirus = {{no}}
 
| antivirus = {{no}}
| deployment = {{partial}}
+
| deployment = {{no}}
 
| diagnostic = {{no}}
 
| diagnostic = {{no}}
 
| installation = {{no}}
 
| installation = {{no}}
Line 26: Line 26:
 
}}
 
}}
  
4MLinux is a miniature Linux distribution focusing on four capabilities: maintenance (by using it as a system rescue live CD), multimedia (for example, for playing video DVDs), miniserver (using the inetd daemon), and mystery (meaning console games).
+
4MLinux is a miniature Linux distribution focusing on four capabilities:  
  
== Installation Instructions ==
+
- maintenance (by using it as a system rescue live CD)
  
extract tar.gz file to /tftpboot/
+
- multimedia (for example, for playing video DVDs)
  
Download 4MLinux All In One Edition ISO Latest Version:
+
- miniserver (using the inetd daemon)
- http://4mlinux.com/download.html
 
  
extract ISO file to temporary location and Copy/Move files:
+
- and mystery (meaning console games)
bzimage, initrd.gz
 
to /tftpboot/er/plugins/4mlinux/
 
  
Verify all files are in place:
+
{{TFTPPlugin
ls /tftpboot/er/plugins/4mlinux/
+
| filename = 4mlinux-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = 4MLinux All In One Edition
 +
| producturl = http://4mlinux.com/download.html
 +
| productfile = 4MLinux-XXX-allinone-edition.iso
 +
| pluginname = 4mLinux
 +
}}
 +
 
 +
Copy bzimage, initrd.gz files to appropriate locations: (LOWER CASE ONLY!)
  
Output should be:
+
cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/initrd.gz
bzimage
+
cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage
initrd.gz
 
4mlinux.menu
 
  
All Done!
+
{{PluginInstructionsEnd}}
 +
[[Category:Plugins]]
 +
[[Category:Recovery Tools]]
 +
[[Category:Supported from ERPXE 1.0]]

Latest revision as of 19:55, 18 May 2012

return to Plugins list

4MLinux 3.2

http://4mlinux.com

Information

ERPXE Module

  • Name: - 4MLinux
  • Version: 3.2
  • Wikpedia Page:

Plugin type

Plugin type
4MLinux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No No Yes No

Plugin Requirments

Plugin Requirments
4MLinux CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

Special Information

4MLinux is a miniature Linux distribution focusing on four capabilities:

- maintenance (by using it as a system rescue live CD)

- multimedia (for example, for playing video DVDs)

- miniserver (using the inetd daemon)

- and mystery (meaning console games)

Linux Installation Instructions

Download 4mlinux-XXX.tar.gz to /

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

extract 4mlinux-XXX.tar.gz file:

tar -xvzf 4mlinux-XXX.tar.gz

Download 4MLinux All In One Edition ISO Latest Version to /mnt/ :

http://4mlinux.com/download.html

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

mkdir /mnt/cdrom/
mount -o loop /mnt/4MLinux-XXX-allinone-edition.iso /mnt/cdrom/

Copy bzimage, initrd.gz files to appropriate locations: (LOWER CASE ONLY!)

cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/initrd.gz
cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage

Verify files with filelist.txt in each folder.

All Done!