Difference between revisions of "Ubuntu Live"
(8 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://en.wikipedia.org/wiki/Ubuntu_(operating_system) | | wikipedia = http://en.wikipedia.org/wiki/Ubuntu_(operating_system) | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = | + | | version = 12.04 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
| http = {{no}} | | http = {{no}} | ||
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/e/e1/Ubuntu_11.10_Final.png/300px-Ubuntu_11.10_Final.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Ubuntu_11.10_Final.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Kubuntu_10.10_main_menu.png/220px-Kubuntu_10.10_main_menu.png |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:Kubuntu_10.10_main_menu.png |
− | | image3 = | + | | image3 = https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/ServerScreenshot.jpg/220px-ServerScreenshot.jpg |
− | | image3url = | + | | image3url = https://en.wikipedia.org/wiki/File:ServerScreenshot.jpg |
}} | }} | ||
Line 40: | Line 40: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = ubuntulive1204-ARCH-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
− | | product = Ubuntu Live | + | | product = Ubuntu Live |
| producturl = http://www.ubuntu.com/download | | producturl = http://www.ubuntu.com/download | ||
− | | productfile = ubuntu- | + | | productfile = ubuntu-12.04-desktop-ARCH.iso |
| pluginname = Ubuntu Live | | pluginname = Ubuntu Live | ||
}} | }} | ||
− | Ubuntu | + | Ubuntu x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/i386/vmlinuz | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/i386/vmlinuz | ||
Line 54: | Line 54: | ||
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntulive/i386/casper/ | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntulive/i386/casper/ | ||
− | Ubuntu | + | Ubuntu x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/x86_64/vmlinuz | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/x86_64/vmlinuz | ||
Line 61: | Line 61: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Linux Live]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:22, 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
Ubuntu Live 12.04 http://www.ubuntu.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Ubuntu Live
- Version: 12.04
- Official website: http://www.ubuntu.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
- Download: http://www.erpxe.com/downloads
Plugin type
Ubuntu Live | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Ubuntu Live | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Ubuntu is a computer operating system based on the Debian Linux distribution and distributed as free and open source software.
It is named after the Southern African philosophy of Ubuntu ("humanity towards others").
Ubuntu is designed primarily for use on personal computers, although a server edition also exists.
Ubuntu is sponsored by the UK-based company Canonical Ltd., owned by South African entrepreneur Mark Shuttleworth.
Canonical generates revenue by selling technical support and services related to Ubuntu, while the operating system itself is entirely free of charge.
The Ubuntu project is entirely committed to the principles of free software development; people are encouraged to use free software, improve it, and pass it on.
Linux Installation Instructions
Download ubuntulive1204-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract ubuntulive1204-ARCH-XXX.tar.gz file:
tar -xvzf ubuntulive1204-ARCH-XXX.tar.gz
Download Ubuntu Live ISO Latest Version to /mnt/ :
http://www.ubuntu.com/download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/ubuntu-12.04-desktop-ARCH.iso /mnt/cdrom/
Ubuntu x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/i386/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ubuntulive/i386/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntulive/i386/casper/
Ubuntu x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntulive/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ubuntulive/x86_64/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntulive/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!