Difference between revisions of "XBMC Live"

From ERPXE Wiki
Line 4: Line 4:
 
| wikipedia = http://en.wikipedia.org/wiki/Xbmc
 
| wikipedia = http://en.wikipedia.org/wiki/Xbmc
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 10.1
+
| version = 12.2
| from_erpxe_version = 1.0
+
| from_erpxe_version = 1.01
 
| http = {{no}}
 
| http = {{no}}
 
| nfs = {{yes}}
 
| nfs = {{yes}}
Line 30: Line 30:
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = xmbclive101-ARCH-XXX.tar.gz
+
| filename = xmbclive122-ARCH-XXX.tar.gz
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
| product = XBMC Live 10.1
+
| product = XBMC Live 12.2
 
| producturl = http://xbmc.org/download/
 
| producturl = http://xbmc.org/download/
| productfile = xbmc-10.1-live.iso
+
| productfile = xbmcbuntu-12.2.Intel-ARCH.iso
 
| pluginname = XBMC Live
 
| pluginname = XBMC Live
 
}}
 
}}
  
Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
+
XBMC Live AMD: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
  
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/vmlinuz
+
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/amd/vmlinuz
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/initrd.img
+
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/amd/initrd.img
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/live/
+
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/amd/live/
 +
 
 +
XBMC Live Nvidia: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
 +
 
 +
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/nvidia/vmlinuz
 +
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/nvidia/initrd.img
 +
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/nvidia/live/
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}

Revision as of 11:19, 23 August 2013

Important information

This plugin requires a static IP address (Default is 10.0.0.1).
Every change to the server IP MUST be reflected into the plugin's menu file.
How to adjust ERPXE to local IP address

return to Plugins list

XBMC Live 12.2
200px-Xbmc_logo.png
http://xbmc.org/

Information

ERPXE Module

  • Name: - XBMC Live
  • Version: 12.2

Plugin type

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

Plugin Requirments

Plugin Requirments
XBMC Live CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes Yes

Screen Shots

250px-Xbmc11_4.png 120px-Screenshot000.png 120px-Mc360-screenshot-1.jpg


Special Information

XBMC (which has officially been rebranded to simply "XBMC" from its previous old name; "Xbox Media Center") supports most common audio, video, and image formats, playlists, audio visualizations, slideshows, weather forecasts reporting, and third-party plugins.

Linux Installation Instructions

Download xmbclive122-ARCH-XXX.tar.gz to /

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

extract xmbclive122-ARCH-XXX.tar.gz file:

tar -xvzf xmbclive122-ARCH-XXX.tar.gz

Download XBMC Live 12.2 ISO Latest Version to /mnt/ :

http://xbmc.org/download/

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

mkdir /mnt/cdrom/
mount -o loop /mnt/xbmcbuntu-12.2.Intel-ARCH.iso /mnt/cdrom/

XBMC Live AMD: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/amd/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/amd/initrd.img
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/amd/live/

XBMC Live Nvidia: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/nvidia/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/nvidia/initrd.img
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/nvidia/live/

Verify files with filelist.txt in each folder.

All Done!