Difference between revisions of "XBMCbuntu"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Xbmc_logo.png/200px-Xbmc_logo.png |
| website = http://xbmc.org/ | | website = http://xbmc.org/ | ||
| 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 = 12.2 | | version = 12.2 | ||
− | | from_erpxe_version = 1. | + | | from_erpxe_version = 1.2 |
| http = {{no}} | | http = {{no}} | ||
| nfs = {{yes}} | | nfs = {{yes}} | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Xbmc11_4.png/250px-Xbmc11_4.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Xbmc11_4.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Screenshot000.png/120px-Screenshot000.png |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:Screenshot000.png |
− | | image3 = | + | | image3 = |
− | | image3url = | + | | image3url = |
}} | }} | ||
Line 55: | Line 55: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Linux Live]] | [[Category:Linux Live]] | ||
− | [[Category:Supported from ERPXE 1. | + | [[Category:Supported from ERPXE 1.2]] |
Latest revision as of 07:31, 5 May 2019
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.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/ cp /mnt/cdrom/preseed/ubuntu.seed /tftpboot/er/shares/xmbcbuntu/amd/
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/ cp /mnt/cdrom/preseed/ubuntu.seed /tftpboot/er/shares/xmbcbuntu/nvidia/
Verify files with filelist.txt in each folder.
All Done!