Difference between revisions of "XBMCbuntu"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Xbmc_logo.png/200px-Xbmc_logo.png | website = http://xbmc.org/ | wikipedia = http://en.wikipedia.org...") |
|||
Line 30: | Line 30: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = xmbcbuntu122-ARCH-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = | + | | product = XBMCbuntu 12.2 |
| producturl = http://xbmc.org/download/ | | producturl = http://xbmc.org/download/ | ||
| productfile = xbmcbuntu-12.2.Intel-ARCH.iso | | productfile = xbmcbuntu-12.2.Intel-ARCH.iso | ||
− | | pluginname = | + | | pluginname = XBMCbuntu |
}} | }} | ||
− | + | XBMCbuntu AMD: Copy initrd.lz , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | |
− | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/xmbcbuntu/amd/vmlinuz |
− | cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/xmbcbuntu/amd/initrd.lz |
− | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/xmbcbuntu/amd/casper/ |
− | + | XBMCbuntu Nvidia: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | |
− | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/xmbcbuntu/nvidia/vmlinuz |
− | cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/xmbcbuntu/nvidia/initrd.lz |
− | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/xmbcbuntu/nvidia/casper/ |
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} |
Revision as of 12:06, 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
XBMCbuntu 12.2 http://xbmc.org/ |
---|
Contents
Information
ERPXE Module
- Name: - XBMCbuntu
- Version: 12.2
- Official website: http://xbmc.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Xbmc
- Download: http://www.erpxe.com/downloads
Plugin type
XBMCbuntu | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | No |
Plugin Requirments
XBMCbuntu | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
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 xmbcbuntu122-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract xmbcbuntu122-ARCH-XXX.tar.gz file:
tar -xvzf xmbcbuntu122-ARCH-XXX.tar.gz
Download XBMCbuntu 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/
XBMCbuntu AMD: Copy initrd.lz , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/xmbcbuntu/amd/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/xmbcbuntu/amd/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/xmbcbuntu/amd/casper/
XBMCbuntu Nvidia: Copy initrd.img , initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/xmbcbuntu/nvidia/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/xmbcbuntu/nvidia/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/xmbcbuntu/nvidia/casper/
Verify files with filelist.txt in each folder.
All Done!