Don't use gfxboot

merge-requests/1/head
Matthias Klumpp 8 years ago
parent 8f73b600ef
commit 27b85d0b19

@ -1,18 +1,7 @@
label install
menu label ^Alternate installation (non-GUI)
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ -- quiet
label hdt label hdt
menu label ^Hardware Detection Tool (HDT) menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32 com32 hdt.c32
label disctest
menu label Check disc for defects
linux /casper/vmlinuz boot=casper integrity-check quiet splash ---
initrd /casper/initrd.gz
label memtest label memtest
menu label ^Memory Diagnostic Tool (memtest86+) menu label ^Memory Diagnostic Tool (memtest86+)
linux /live/memtest linux /live/memtest

@ -1 +0,0 @@
/usr/lib/syslinux/modules/bios/gfxboot.c32

@ -1,5 +0,0 @@
hidden-timeout=300
screen-colour=0x2D3335
label normal=Normal
append normal=
mainmenu.entries=4

@ -0,0 +1,11 @@
label install
menu label ^Install
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
label installgui
menu label ^Graphical install
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ --- quiet

@ -1,6 +1,4 @@
path
include menu.cfg include menu.cfg
default vesamenu.c32 default vesamenu.c32
ui gfxboot.c32 bootlogo
prompt 0 prompt 0
timeout 0 timeout 0

@ -1,12 +1,16 @@
menu hshift 7 menu hshift 0
menu width 60 menu width 82
menu title Boot menu menu title Boot menu
include stdmenu.cfg include stdmenu.cfg
include live.cfg include live.cfg
include install.cfg
menu begin advanced menu begin advanced
menu title ^Advanced options menu title Advanced options
include stdmenu.cfg include stdmenu.cfg
label mainmenu
menu label ^Back..
menu exit
include advanced.cfg include advanced.cfg
menu end menu end

Loading…
Cancel
Save