Difference between revisions of "XBMC Live"

From ERPXE Wiki
Line 38: Line 38:
 
}}
 
}}
  
XBMC Live AMD: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
+
XBMC Live AMD: Copy initrd.lz , 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/vmlinuz /tftpboot/er/plugins/xbmclive/amd/vmlinuz
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/xbmclive/amd/initrd.img
+
  cp /mnt/cdrom/live/initrd.lz /tftpboot/er/plugins/xbmclive/amd/initrd.lz
 
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/amd/casper/
 
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/amd/casper/
  
Line 47: Line 47:
  
 
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/xbmclive/nvidia/vmlinuz
 
  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/initrd.lz /tftpboot/er/plugins/xbmclive/nvidia/initrd.lz
 
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/nvidia/casper/
 
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/nvidia/casper/
  

Revision as of 11:25, 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.lz , 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.lz /tftpboot/er/plugins/xbmclive/amd/initrd.lz
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/amd/casper/

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.lz /tftpboot/er/plugins/xbmclive/nvidia/initrd.lz
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/xbmclive/nvidia/casper/

Verify files with filelist.txt in each folder.

All Done!