Difference between revisions of "Debian Live"
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Debian-OpenLogo.svg/50px-Debian-OpenLogo.svg.png |
| website = http://www.debian.org/ | | website = http://www.debian.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Debian | | wikipedia = http://en.wikipedia.org/wiki/Debian | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Debian.png/300px-Debian.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Debian.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Debian_Installer_graphical_etch.png/220px-Debian_Installer_graphical_etch.png |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:Debian_Installer_graphical_etch.png |
− | | image3 = | + | | image3 = https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Debian-cd-cover1.png/220px-Debian-cd-cover1.png |
− | | image3url = | + | | image3url = https://en.wikipedia.org/wiki/File:Debian-cd-cover1.png |
}} | }} | ||
Revision as of 07:06, 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
Debian Live 6.0.4 http://www.debian.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Debian Live
- Version: 6.0.4
- Official website: http://www.debian.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Debian
- Download: http://www.erpxe.com/downloads
Plugin type
Debian Live | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Plugin Requirments
Debian Live | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Debian is a computer operating system composed of software packages released as free and open source software primarily under the GNU General Public License along with other free software licenses.
Debian GNU/Linux, which includes the GNU OS tools and Linux kernel, is a popular and influential Linux distribution.
It is distributed with access to repositories containing thousands of software packages ready for installation and use.
Debian is known for relatively strict adherence to the philosophies of Unix and free software[6] as well as using collaborative software development and testing processes.
Debian can be used on a variety of hardware, from NAS devices to phones, laptops, desktops and servers.
It focuses on stability and security and is used as a base for many other distributions.
Linux Installation Instructions
Download debianlive604-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract debianlive604-ARCH-XXX.tar.gz file:
tar -xvzf debianlive604-ARCH-XXX.tar.gz
Download Debian ISO Latest Version to /mnt/ :
http://live.debian.net/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/debian-live-6.0.4-X-X-desktop.img /mnt/cdrom/
Debian x86: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/debianlive/i386/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/debianlive/i386/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/debianlive/i386/live/
Debian x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/debianlive/x86_64/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/debianlive/x86_64/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/debianlive/x86_64/live/
Verify files with filelist.txt in each folder.
All Done!