Skip to content

Grml

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.

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/