ZorinOS

From ERPXE Wiki

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

ZorinOS 5.2
300px-Zorin-os-logo.png
http://zorin-os.com/

Information

ERPXE Module

  • Name: - ZorinOS
  • Version: 5.2

Plugin type

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

Plugin Requirments

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

Screen Shots

mid-Zorin_OS_2.0_screencast.ogv.jpg



Special Information

Zorin OS (Template:Pron-en) is an Ubuntu based Linux distribution that has a Microsoft Windows like GUI (Graphical User Interface).

This makes it easier for Windows users to switch over to Linux.

Because Zorin OS is based on Ubuntu, help is easy to find which makes Zorin OS a well supported Linux distribution.

Zorin OS is licensed by GNU General Public License V3 which means that users are free to run, copy, distribute, study, change, develop and improve the software.

Zorin OS is also free just like most Linux distributions.

Linux Installation Instructions

Download zorinos52-ARCH-XXX.tar.gz to /

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

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

tar -xvzf zorinos52-ARCH-XXX.tar.gz

Download Zorin OS 5.2 ISO Latest Version to /mnt/ :

http://zorin-os.com/free.html

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

mkdir /mnt/cdrom/
mount -o loop /mnt/zorin-os-5.2-EDITION-ARCH.iso /mnt/cdrom/

Zorin OS x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/zorinos/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/zorinos/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/zorinos/i386/casper/

Zorin OS x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/zorinos/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/zorinos/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/zorinos/x86_64/casper/

Zorin OS Educatiol Edition: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/zorinos/edu/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/zorinos/edu/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/zorinos/edu/casper/

Verify files with filelist.txt in each folder.

All Done!