X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fgrub-pxelinux_config;h=59bda5869a2a5c0b600492dca9f69777bd3d07e7;hb=65cff8890bb1d209050addbecfdf64388b9604f9;hp=1be9b1807a8b0ca8d0ff27c96f9ec185b227e44d;hpb=8622b9d4a96f463591d49e885a9fbcc8e0030b92;p=grml-terminalserver.git diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index 1be9b18..59bda58 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -112,7 +112,11 @@ if [ -d /live/image/boot ] ; then mv "$DEST_DIR"/boot/ "$TFTPD_DATA_DIR_" else # there is no kernel inside /live/image copy it from /boot if [ ! -d /usr/share/grml-live/templates/boot/isolinux ] ; then - echo "E: Could not find isolinux template directory" >&2 + echo "E: Could not find isolinux directory, can not operate without. + +Did you boot the system with the toram=... boot option? If so please +either do not use the toram boot option at all or use boot option toram +without any arguments (just \"toram\" instead of \"toram=...\")." >&2 exit 2 fi