From 902927c2afbd9a782df1ab65884bff4e018429cd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 14 Dec 2016 09:40:12 +0000 Subject: grub.cfg: add specific menuentries for booting Debian text based installer --- resources/grub/config/menuentries/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 0251725b..9b43ebf7 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -105,6 +105,26 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o fi done } +menuentry 'Boot 64-bit Debian USB installer (CD-1, DVD-1 or netinst) [w]' --hotkey='w' { + set root='usb0' + linux /install.amd/vmlinuz + initrd /install.amd/initrd.gz +} +menuentry 'Boot 64-bit Debian USB installer without framebuffer (CD-1, DVD-1 or netinst) [y]' --hotkey='y' { + set root='usb0' + linux /install.amd/vmlinuz fb=false + initrd /install.amd/initrd.gz +} +menuentry 'Boot 32-bit Debian USB installer (CD-1, DVD-1 or netinst) [z]' --hotkey='z' { + set root='usb0' + linux /install.i386/vmlinuz + initrd /install.i386/initrd.gz +} +menuentry 'Boot 32-bit Debian USB installer without framebuffer (CD-1, DVD-1 or netinst) [g]' --hotkey='g' { + set root='usb0' + linux /install.i386/vmlinuz fb=false + initrd /install.i386/initrd.gz +} menuentry 'Search ISOLINUX menu (AHCI) [a]' --hotkey='a' { search_isolinux ahci } -- cgit v1.2.3-70-g09d2