X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=4602c1a8aa2aa617654980ef460a5df566fb6f2c;hb=247c1e253bc2e5ae05bf0b3899d7700b18d50631;hp=c713ba875179659b40fb2abbfa299812a71e5bfd;hpb=e9c7fea2cb457d9492078acdc6f3739a8dcb33ed;p=grml-live.git diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index c713ba8..4602c1a 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -37,10 +37,24 @@ menuentry "FreeDOS" { initrd /boot/addons/balder10.imz } -menuentry "MirOS BSD" { +menuentry "MirOS bsd4grml (regular method)" { multiboot /boot/addons/bsd4grml/ldbsd.com } +menuentry "MirOS bsd4grml (fallback method)" { + multiboot /boot/addons/bsd4grml/ldbsd.com + module /boot/addons/bsd4grml/bsd.rd + module /boot/addons/bsd4grml/boot.1 + module /boot/addons/bsd4grml/boot.2 + module /boot/addons/bsd4grml/boot.3 + module /boot/addons/bsd4grml/boot.4 + module /boot/addons/bsd4grml/boot.5 + module /boot/addons/bsd4grml/boot.6 + module /boot/addons/bsd4grml/boot.cfg + module /boot/grub/%GRUB_LEGACY% + module /boot/grub/core.img +} + menuentry "Boot OS of first partition on first disk" { chainloader +1 }