Difference between revisions of "Deepin"
(Created page with "{{Plugin | logo = | website = http://www.linuxdeepin.com/ | wikipedia = http://en.wikipedia.org/wiki/Linux_Deepin | license = [http://en.wikipedia.org/wiki/Gpl GNU General Pu...") |
|||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Linux-Deepin-12.06.jpeg/220px-Linux-Deepin-12.06.jpeg |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Linux-Deepin-12.06.jpeg |
| image2 = | | image2 = | ||
| image2url = | | image2url = |
Latest revision as of 07:07, 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
Deepin 12.06 http://www.linuxdeepin.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Deepin
- Version: 12.06
- Official website: http://www.linuxdeepin.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Linux_Deepin
- Download: http://www.erpxe.com/downloads
Plugin type
Deepin | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Deepin | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Linux Deepin, previously Hiweed Linux, is a Linux distribution based on the Ubuntu Linux Distribution.
The Chinese version is tailored for Chinese language users and includes preconfigured Chinese applications such as simplified Chinese input methods, Chinese dictionaries, and Chinese TrueType fonts.
From Version 11.12, Linux Deepin provides different ISO images for Chinese and English.
The Linux Deepin Project is one of the most active Linux Projects in China.
It features safety, simplicity and elegance, and is committed to provide its users with a stable and productive operating system.
Linux Installation Instructions
Download deepin1206-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract deepin1206-ARCH-XXX.tar.gz file:
tar -xvzf deepin1206-ARCH-XXX.tar.gz
Download Deepin ISO Latest Version to /mnt/ :
http://www.linuxdeepin.com/download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/deepin_12.06_en_ARCH.iso /mnt/cdrom/
Deepin x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/deepin/i386/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/deepin/i386/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/deepin/i386/casper/
Deepin x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/deepin/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/deepin/x86_64/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/deepin/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!