Difference between revisions of "Template:TFTPPlugin"

From ERPXE Wiki
Line 1: Line 1:
 
== Installation Instructions ==
 
== Installation Instructions ==
  
Download 4mlinux-XXX.tar.gz to /
+
Download {{{filename}}} to /
  
  https://sourceforge.net/projects/erpxe/files/plugins/
+
  {{{downloadurl}}}
  
extract 4mlinux-XXX.tar.gz file:
+
extract {{{filename}}} file:
  
  tar -xvzf 4mlinux-XXX.tar.gz
+
  tar -xvzf {{{filename}}}
  
Download 4MLinux All In One Edition ISO Latest Version to /mnt/ :
+
Download {{product}}} ISO Latest Version to /mnt/ :
  
  http://4mlinux.com/download.html
+
  {{{producturl}}}
  
 
Mount ISO file to temporary location (/mnt/cdrom/)
 
Mount ISO file to temporary location (/mnt/cdrom/)
  
 
  mkdir /mnt/cdrom/
 
  mkdir /mnt/cdrom/
  mount -o loop /mnt/4MLinux-XXX-allinone-edition.iso /mnt/cdrom/
+
  mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/
  
Copy bzimage, initrd.gz files to /tftpboot/er/plugins/4mlinux/: (LOWER CASE ONLY!!)
+
Copy bzimage, initrd.gz files to /tftpboot/er/plugins/{{{plugindir}}}/: (LOWER CASE ONLY!!)
  
  cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/4mlinux/
+
  cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/{{{plugindir}}}/
  cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/4mlinux/bzimage
+
  cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/{{{plugindir}}}/bzimage
  
 
Verify all files are in place:
 
Verify all files are in place:
  
  ls /tftpboot/er/plugins/4mlinux/
+
  ls /tftpboot/er/plugins/{{{plugindir}}}/
  bzimage initrd.gz 4mlinux.menu
+
  bzimage initrd.gz {{{file2}}}
  
 
All Done!
 
All Done!

Revision as of 20:27, 4 January 2012

Installation Instructions

Download {{{filename}}} to /

{{{downloadurl}}}

extract {{{filename}}} file:

tar -xvzf {{{filename}}}

Download Template:Product} ISO Latest Version to /mnt/ :

{{{producturl}}}

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

mkdir /mnt/cdrom/
mount -o loop /mnt/{{{productfile}}} /mnt/cdrom/

Copy bzimage, initrd.gz files to /tftpboot/er/plugins/{{{plugindir}}}/: (LOWER CASE ONLY!!)

cp /mnt/cdrom/boot/initrd.gz /tftpboot/er/plugins/{{{plugindir}}}/
cp /mnt/cdrom/boot/bzImage /tftpboot/er/plugins/{{{plugindir}}}/bzimage

Verify all files are in place:

ls /tftpboot/er/plugins/{{{plugindir}}}/
bzimage initrd.gz {{{file2}}}

All Done!