X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=130ab05c3757f4ec249f5b96c2fc4987f511e772;hp=ed04291f2acfcb26dc7a05676caccf34aad12e43;hb=05a5a702275822ac459d1327e1204814764e5ca7;hpb=b18889f0d17b02be6477e18bdc6657f374d60631 diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index ed04291..130ab05 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -1,20 +1,30 @@ submenu "Addons ->" --class=submenu { menuentry "Memory test (memtest86+)" { + insmod linux16 linux16 /boot/addons/memtest } menuentry "iPXE - boot via network/PXE" { + insmod linux16 linux16 /boot/addons/ipxe.lkrn } +menuentry "Netboot.xyz" { + insmod linux16 + linux16 /boot/addons/netboot.xyz.lkrn +} + menuentry "GRUB - all in one image" { + insmod linux16 linux16 /boot/addons/memdisk initrd16 /boot/addons/allinone.img } menuentry "FreeDOS" { + insmod linux16 linux16 /boot/addons/memdisk - initrd16 /boot/addons/balder10.imz + loopback balder /boot/addons/balder10.imz + initrd16 (balder)+2880 } if [ ${iso_path} ] ; then