Difference between revisions of "ZorinOS"
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Zorin-os-logo.png/300px-Zorin-os-logo.png |
| website = http://zorin-os.com/ | | website = http://zorin-os.com/ | ||
| wikipedia = http://en.wikipedia.org/wiki/User:Aero50210/Zorin_os | | wikipedia = http://en.wikipedia.org/wiki/User:Aero50210/Zorin_os | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Zorin_OS_2.0_screencast.ogv/mid-Zorin_OS_2.0_screencast.ogv.jpg |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Zorin_OS_2.0_screencast.ogv |
| image2 = | | image2 = | ||
| image2url = | | image2url = |
Latest revision as of 07:28, 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
ZorinOS 5.2 http://zorin-os.com/ |
---|
Contents
Information
ERPXE Module
- Name: - ZorinOS
- Version: 5.2
- Official website: http://zorin-os.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/User:Aero50210/Zorin_os
- Download: http://www.erpxe.com/downloads
Plugin type
ZorinOS | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
ZorinOS | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
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!