Ubuntu

From ERPXE Wiki
Revision as of 06:46, 5 May 2019 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 13.04
200px-Ubuntu_logo.svg.png
http://www.ubuntu.com/

Information

ERPXE Module

  • Name: - Ubuntu
  • Version: 13.04

Plugin type

Plugin type
Ubuntu Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes No No

Plugin Requirments

Plugin Requirments
Ubuntu CIFS HTTP Internet NFS Linux OS Windows OS
No No Yes No Yes Yes

Screen Shots

300px-Ubuntu_11.10_Final.png 220px-Kubuntu_10.10_main_menu.png 220px-ServerScreenshot.jpg


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 ubuntu1204-ARCH-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract ubuntu1204-ARCH-XXX.tar.gz file:

tar -xvzf ubuntu1204-ARCH-XXX.tar.gz

Download Ubuntu ISO Latest Version to /mnt/ :

http://cdimage.ubuntu.com/netboot/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/mini.iso /mnt/cdrom/

Ubuntu x86: Copy initrd.gz , linux to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/linux /tftpboot/er/plugins/ubuntu/i386/linux
cp /mnt/cdrom/initrd.gz /tftpboot/er/plugins/ubuntu/i386/initrd.gz

Ubuntu x64: Copy initrd.gz , linux to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/linux /tftpboot/er/plugins/ubuntu/x86_64/linux
cp /mnt/cdrom/initrd.gz /tftpboot/er/plugins/ubuntu/x86_64/initrd.gz

Verify files with filelist.txt in each folder.

All Done!