Difference between revisions of "4MLinux"

From ERPXE Wiki
Line 47: Line 47:
 
  mount -o loop 4MLinux-XXX-allinone-edition.iso /mnt/cdrom/
 
  mount -o loop 4MLinux-XXX-allinone-edition.iso /mnt/cdrom/
  
Copy bzimage, initrd.gz files to /tftpboot/er/plugins/4mlinux/:
+
Copy bzimage, initrd.gz files to /tftpboot/er/plugins/4mlinux/: (LOWER CASE ONLY!!)
  
 
  cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/
 
  cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/
 
  cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage
 
  cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage
 
Important - LOWER CASE ONLY!!
 
  
 
Verify all files are in place:
 
Verify all files are in place:

Revision as of 23:04, 31 December 2011

return to Plugins list

4MLinux 3.1

http://4mlinux.com

Information

ERPXE Module

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

Plugin type

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

Plugin Requirments

Plugin Requirments
4MLinux CIFS HTTP Internet NFS Linux OS Windows OS
No Yes Yes No No 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).

Installation Instructions

Download 4mlinux-XXX.tar.gz to /tftpboot/

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:

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

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

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

Copy bzimage, initrd.gz files to /tftpboot/er/plugins/4mlinux/: (LOWER CASE ONLY!!)

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

Verify all files are in place:

ls /tftpboot/er/plugins/4mlinux/
bzimage initrd.gz 4mlinux.menu

All Done!