[issue937] grub.cfg broken

Thorsten Glaser bts at bts.grml.org
Sun Nov 28 23:13:16 CET 2010


New submission from Thorsten Glaser <tg at mirbsd.org>:

It has come to our attention in IRC that this bug is still unfixed.
Attached is a grub.cfg from a MirBSD ISO, where things like FreeDOS
are working. The grub.cfg in grml 2010.04 differs, which leads to
brokenness. Please fix, ch ;)

bye,
//mirabilos
-- 
20:54⎜<SvenG:#grml> dmaphy: remember: "In theory there's no difference
     ⎜     between theory and practice, but in practice..."

----------
files: grub.cfg
messages: 3526
nosy: mirabilos
status: unread
title: grub.cfg broken

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue937>
_____________________________________
-------------- next part --------------
set default=0
set timeout=30

menuentry "MirGRML 2009.10 - default: text only" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off video=ofonly boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirOS BSD (i386) boot loader" {
	multiboot /usr/mdec/boot
}

menuentry "MirOS BSD (i386) fallback method" {
        multiboot /usr/mdec/boot
	module /boot/grub/loopback.0 boot.cfg
	module /v10/i386/bsd.rd bsd
}

menuentry "Memory test (memtest86+)" {
	linux16 /boot/addons/memtest
}

menuentry "Network boot (gPXE)" {
	linux16 /boot/addons/gpxe.lkr
}

menuentry "FreeDOS (Balder 1.0 + jupp)" {
	linux16 /boot/addons/memdisk
	initrd16 /boot/addons/balder10.imz
}

menuentry "MirGRML 2009.10 - enable persistent mode" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off video=ofonly boot=live nomce persistent
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - serial console" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=vesafb:off noquick console=tty1 console=ttyS0,9600n8
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - with 1024x768 framebuffer" {
	insmod vbe
	set gfxpayload=1024x768x16,1024x768
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - with 1280x1024 framebuffer" {
	insmod vbe
	set gfxpayload=1280x1024x16,1280x1024
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - with 800x600 framebuffer" {
	insmod vbe
	set gfxpayload=800x600x16,800x600
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - failsafe boot" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce 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
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - debug mode" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=ofonly debug boot=live initcall_debug
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - copy squashfs to RAM" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 toram=grml-mir.squashfs apm=power-off video=ofonly boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - copy entire CD to RAM" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 toram apm=power-off video=ofonly boot=live nomce
	initrd /boot/grmlmir/initrd.gz
}

menuentry "MirGRML 2009.10 - forensic mode (untested)" {
	set gfxpayload=text
	linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=ofonly readonly nofstab noraid nolvm noautoconfig noswap raid=noautodetect
	initrd /boot/grmlmir/initrd.gz
}


More information about the Bugs-changes mailing list