X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=b3bf32c2ceb203e85049349c69321826ee4f23a7;hb=9b9e3cb1d3db3d51ff0bf508782d0b4304b3ccd0;hp=a245fa770d321646805e682e60afafaf500766a3;hpb=d9346434d30304e524184dba98e3e17b35461bc0;p=grml-live-grml.git diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index a245fa7..b3bf32c 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -27,6 +27,10 @@ menuentry "Memory test (memtest86+)" { linux16 /boot/addons/memtest } +menuentry "GPXE - boot via network/PXE" { + linux16 /boot/addons/gpxe.lkrn +} + menuentry "Grub - all in one image" { linux /boot/addons/memdisk initrd /boot/addons/allinone.img @@ -90,12 +94,12 @@ menuentry "%GRML_NAME% - forensic mode" { } menuentry "%GRML_NAME% - failsafe mode" { - linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce quiet vga=normal boot=live noautoconfig atapicd noapic noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia nosmp maxcpus=0 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm noresume selinux=0 edd=off + linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce quiet vga=normal noautoconfig atapicd noapic noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia nosmp maxcpus=0 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm noresume selinux=0 edd=off initrd /boot/%SHORT_NAME%/initrd.gz } menuentry "%GRML_NAME% - debug mode" { - linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce vga=791 debug boot=live initcall_debug + linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce vga=791 initcall verbose debug=vc initrd /boot/%SHORT_NAME%/initrd.gz }