--- cdrom.image/sme10/EFI/BOOT/grub.cfg 2020/06/14 05:18:42 1.2 +++ cdrom.image/sme10/EFI/BOOT/grub.cfg 2020/06/15 04:25:34 1.3 @@ -21,16 +21,16 @@ search --no-floppy --set=root -l 'SME Se ### BEGIN /etc/grub.d/10_linux ### menuentry 'Install SME Server 10' --class fedora --class gnu-linux --class gnu --class os { - linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg + linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart-efi.cfg initrdefi /images/pxeboot/initrd.img } menuentry 'Test this media & install SME Server 10' --class fedora --class gnu-linux --class gnu --class os { - linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg + linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart-efi.cfg initrdefi /images/pxeboot/initrd.img } submenu 'Troubleshooting -->' { menuentry 'Install SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os { - linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg + linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart-efi.cfg initrdefi /images/pxeboot/initrd.img } menuentry 'Rescue a SME Server system' --class fedora --class gnu-linux --class gnu --class os {