LINUX.ORG.RU

История изменений

Исправление Avial, (текущая версия) :

40_custom в /etc/grub.d/

у меня, например

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry 'memtest86+' {
      linux16 (hd0,1)/boot/memtest86+.bin
  }

Исправление Avial, :

40_custom. в /etc/grub.d/

у меня, например

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry 'memtest86+' {
      linux16 (hd0,1)/boot/memtest86+.bin
  }

Исходная версия Avial, :

40_custom. в /etc/grub.d/ у меня, например

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry 'memtest86+' {
      linux16 (hd0,1)/boot/memtest86+.bin
  }