From 438804cfdd3a4c29dd9e9ffd9cedeb35f15bc6c6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 14 Nov 2014 10:45:30 +0100 Subject: [PATCH] No longer include MirOS BSD in isolinux/syslinux boot menu MirOS BSD no longer seems to work from isolinux/syslinux, this might be due to: | Since version 5.00, support for 16-bit COMBOOT modules has been dropped, | and c32 modules switched from the COM32 object format to ELF. as stated on http://www.syslinux.org/wiki/index.php/Comboot_API For now it's still available in GRUB, where it's *basically* working. --- templates/GRML/grml-cheatcodes.txt | 1 - templates/boot/isolinux/addon_35_bsd.cfg | 9 --------- templates/boot/isolinux/f3 | 2 +- templates/boot/isolinux/isolinux.cfg | 1 - 4 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 templates/boot/isolinux/addon_35_bsd.cfg diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index 2807b00..12fafdd 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -22,7 +22,6 @@ forensic Do not touch any harddisks during hardware r serial Activate ttyS0 and start a getty grub Boot Grub bootloader (special all-in-one-image) dos Boot FreeDOS -bsd Boot MirOS BSD hdt Boot Hardware Detection Tool (from syslinux project) Further documentation regarding the boot process can be found at: diff --git a/templates/boot/isolinux/addon_35_bsd.cfg b/templates/boot/isolinux/addon_35_bsd.cfg deleted file mode 100644 index 529dafa..0000000 --- a/templates/boot/isolinux/addon_35_bsd.cfg +++ /dev/null @@ -1,9 +0,0 @@ -label bsd - menu label Run MirOS bsd^4grml - kernel /boot/addons/bsd4grml/ldbsd.com - - text help - Boot a minimalistic BSD operating - system, known as MirOS bsd4grml. - endtext - diff --git a/templates/boot/isolinux/f3 b/templates/boot/isolinux/f3 index 7c1ebe1..6c130f4 100644 --- a/templates/boot/isolinux/f3 +++ b/templates/boot/isolinux/f3 @@ -13,9 +13,9 @@ grml2ram copy medium to RAM and run from there (see F5 for alternatives) grub boot GRand Unified Bootloader (GRUB) dos boot FreeDOS 1.0 - bsd boot MirOS BSD hdt boot Hardware Detection Tool + A list with all supported boot options can be found on the CD at /lib/live/mount/medium/GRML/*/grml-cheatcodes.txt diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index 3640138..4febf2f 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -60,7 +60,6 @@ # a = All-in-One-Image # x = GPXE # f = FreeDOS -# 4 = MirOS bsd4grml # m = Memtest86+ # t = Hardware Detection Tool # -- 2.1.4