Difference between revisions of "Quantian"
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Screenshot_masa_uygu.png/220px-Screenshot_masa_uygu.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Screenshot_masa_uygu.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = |
Latest revision as of 07:18, 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
Quantian 0.7.9.2 http://dirk.eddelbuettel.com/quantian.html |
---|
Contents
Information
ERPXE Module
- Name: - Quantian
- Version: 0.7.9.2
- Official website: http://dirk.eddelbuettel.com/quantian.html
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Quantian
- Download: http://www.erpxe.com/downloads
Plugin type
Quantian | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | No |
Plugin Requirments
Quantian | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Quantian OS is a remastering of Knoppix/Debian for computational sciences.
The environment is self-configuring and directly bootable CD/DVD that turns any PC or laptop into a Linux workstation.
Quantian also incorporates clusterKnoppix and adds support for openMosix, including remote booting of light clients in an openMosix terminal server context permitting rapid setup of a SMP cluster computer.
Linux Installation Instructions
Download quantian0792-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract quantian0792-XXX.tar.gz file:
tar -xvzf quantian0792-XXX.tar.gz
Download Quantian 0.7.9.2 ISO Latest Version to /mnt/ :
http://dirk.eddelbuettel.com/quantian.html
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/Quantian_0.7.9.2.iso /mnt/cdrom/
Copy linux26 , KNOPPIX to appropriate directory: (LOWER CASE ONLY! , Do not Replace miniroot.gz!!)
cp /mnt/cdrom/boot/isolinux/linux26 /tftpboot/er/plugins/quantian/linux26 cp /mnt/cdrom/KNOPPIX/* /tftpboot/er/shares/quantian/KNOPPIX/
We have created our own miniroot.gz file that loads NIC drivers and added it to the ERPXE plugin package.
To create it yourself just boot the Quantian CD and start the KNOPPIX Terminal Server, Check your components and it will be created in /tftpboot/.
Verify files with filelist.txt in each folder.
All Done!