Difference between revisions of "Template:TFTPPlugin"

From ERPXE Wiki
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installation Instructions ==
+
== Linux Installation Instructions ==
  
 
Download {{{filename}}} to /
 
Download {{{filename}}} to /
Line 9: Line 9:
 
  tar -xvzf {{{filename}}}
 
  tar -xvzf {{{filename}}}
  
Download {{product}}} ISO Latest Version to /mnt/ :
+
Download {{{product}}} ISO Latest Version to /mnt/ :
  
 
  {{{producturl}}}
 
  {{{producturl}}}
Line 17: Line 17:
 
  mkdir /mnt/cdrom/
 
  mkdir /mnt/cdrom/
 
  mount -o loop /mnt/{{{productfile}}} /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!
 

Latest revision as of 13:48, 12 February 2012

Linux Installation Instructions

Download {{{filename}}} to /

{{{downloadurl}}}

extract {{{filename}}} file:

tar -xvzf {{{filename}}}

Download {{{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/