diff --git a/Installer-USB-Stick/EFI/BOOT/grub.cfg b/Installer-USB-Stick/EFI/BOOT/grub.cfg index f94ab823ede3f4a5a8d7358188422d4710d527dd..ff7733e1f6cc5bafbdcc38d491494f0b398a2a0c 100755 --- a/Installer-USB-Stick/EFI/BOOT/grub.cfg +++ b/Installer-USB-Stick/EFI/BOOT/grub.cfg @@ -97,3 +97,7 @@ menuentry "Ubuntu 12.04 i386 LIP WS1213 Custom DE" { set localeinfo="debian-installer/locale=de_DE console-setup/layoutcode=de" LoadCasperLoop } + +menuentry "EFI-Shell" { + chainloader /EFI/shell/Shell.efi +} diff --git a/Installer-USB-Stick/EFI/SHELL/SHELL.EFI b/Installer-USB-Stick/EFI/SHELL/SHELL.EFI new file mode 100644 index 0000000000000000000000000000000000000000..7667a07f49ecd75fbb8a96cab64cbcec64915dd3 Binary files /dev/null and b/Installer-USB-Stick/EFI/SHELL/SHELL.EFI differ