Difference between revisions of "Mythbuntu"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png |
| website = http://www.ubuntu.com/ | | website = http://www.ubuntu.com/ | ||
| wikipedia = http://mythbuntu.org/ | | wikipedia = http://mythbuntu.org/ | ||
Line 11: | Line 11: | ||
| internet = {{no}} | | internet = {{no}} | ||
| linux = {{yes}} | | linux = {{yes}} | ||
− | | windows = {{ | + | | windows = {{yes}} |
| antivirus = {{no}} | | antivirus = {{no}} | ||
| deployment = {{no}} | | deployment = {{no}} | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Mythbuntu_8.04.png/300px-Mythbuntu_8.04.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Mythbuntu_8.04.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Front-end_myth-tv_setup.png/220px-Front-end_myth-tv_setup.png |
− | + | | image2url = https://en.wikipedia.org/wiki/File:Front-end_myth-tv_setup.png | |
− | + | | image3 = | |
− | | | + | | image3url = |
}} | }} | ||
Line 63: | Line 63: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Linux Live]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:11, 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
Mythbuntu 11.10 http://www.ubuntu.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Mythbuntu
- Version: 11.10
- Official website: http://www.ubuntu.com/
- License: GNU General Public License
- Wikpedia Page: http://mythbuntu.org/
- Download: http://www.erpxe.com/downloads
Plugin type
Mythbuntu | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Mythbuntu | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Mythbuntu is a media center operating system (OS).
It is based on Ubuntu and integrates the MythTV Media center software as its main function, and does not install with all of the programs included with Ubuntu.
Following the principles of KnoppMyth and Mythdora, Mythbuntu is designed to simplify the installation of MythTV on a home theater PC.
After Mythbuntu has been installed the MythTV setup program begins in which it can be configured as a frontend (a media viewer), backend (a media server), or combination of the two.
Mythbuntu aims to keep close ties with Ubuntu thus allowing changes to be moved upstream for the greater benefit of the Ubuntu Community.
Due to the close link with Ubuntu, easy conversions between desktop and standalone Mythbuntu installations are possible.
The development cycle of Mythbuntu closely follows that of Ubuntu, with releases occurring every six months.
Linux Installation Instructions
Download mythbuntu110-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract mythbuntu110-ARCH-XXX.tar.gz file:
tar -xvzf mythbuntu110-ARCH-XXX.tar.gz
Download Mythbuntu Live 11.10 ISO Latest Version to /mnt/ :
http://mythbuntu.org/download-type
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/mythbuntu-11.10-desktop.iso /mnt/cdrom/
Mythbuntu x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/mythbuntu/i386/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/mythbuntu/i386/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/mythbuntu/i386/casper/
Mythbuntu x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/mythbuntu/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/mythbuntu/x86_64/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/mythbuntu/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!