GRML
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
GRML 2011.12 http://grml.org/ |
---|
Contents
Information
ERPXE Module
- Name: - GRML
- Version: 2011.12
- Official website: http://grml.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Grml
- Download: http://www.erpxe.com/downloads
Plugin type
GRML | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | No |
Plugin Requirments
GRML | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Grml is an operating system based on Debian.
It is primarily designed to run from a Live CD, but can be made to run from a USB flash drive, as well.
Grml aims to be well-suited for sysadmins and other users of text tools.
It includes an X server along with a few minimalist window managers such as wmii, fluxbox, and openbox in order to use the graphical programs like Mozilla Firefox which are included in the distribution.
Linux Installation Instructions
Download grml1212-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract grml1212-ARCH-XXX.tar.gz file:
tar -xvzf grml1212-ARCH-XXX.tar.gz
Download GRML 12-2012 ISO Latest Version to /mnt/ :
http://mirror.de.leaseweb.net/grml/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/grml32_2011.12.iso /mnt/cdrom/
GRML 2012-12 x86: Copy initrd.img , vmlinuz , live folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/grml32/vmlinuz /tftpboot/er/plugins/grml/i386/vmlinuz cp /mnt/cdrom/boot/grml32/initrd.img /tftpboot/er/plugins/grml/i386/initrd.img cp /mnt/cdrom/live/grml32/* /tftpboot/er/shares/grml/i386/live/
GRML 2012-12 x64: Copy initrd.img , vmlinuz , live folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/grml64/vmlinuz /tftpboot/er/plugins/grml/x86_64/vmlinuz cp /mnt/cdrom/boot/grml64/initrd.img /tftpboot/er/plugins/grml/x86_64/initrd.img cp /mnt/cdrom/live/grml64/* /tftpboot/er/shares/grml/x86_64/live/
Verify files with filelist.txt in each folder.
All Done!