[issue1262] no timeout in syslinux on grml64-full_2013.02.iso
MartinŠlouf
bts at bts.grml.org
Sat Jun 8 16:47:38 CEST 2013
New submission from MartinÅ louf <martinslouf at users.sourceforge.net>:
Hi,
i believe i have found a bug in (otherwise great :-) GRML distribution.
*
* Steps to reproduce the problem
*
1. Download grml64-full_2013.02.iso
2. Create bootable USB stick with grml2usb tool using syslinux
3. Use it to boot amd64 system
*
* Expected behaviour
*
4. After some timeout, there should be a default option ('grml') and it
should boot
*
* Actual behaviour
*
5. No timeout is defined, waits for user input to manually select an option
(not very handy with servers)
6. As it seems, current grm2usb script has an error
$ diff /usr/sbin/grml2usb /usr/sbin/grml2usb~
1387c1387
< syslinux_config_file.write("timeout 300\n")
---
> syslinux_config_file.write("TIMEOUT 300\n")
Problem is that "TIMEOUT" is given with uppercase letters; change to
lowercase and you are fine.
*
* Your system configuration (run grml-hwinfo)
*
See attachment.
*
* Software versions (try foo --version or dpkg -l foo)
*
grml64-full_2013.02.iso
grml2usb 0.13.8 # grml2usb --version
----------
files: grml-hwinfo-2013-06-08--16-43-42-CEST.tar.bz2
messages: 4574
nosy: martinslouf
status: unread
title: no timeout in syslinux on grml64-full_2013.02.iso
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1262>
_____________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grml-hwinfo-2013-06-08--16-43-42-CEST.tar.bz2
Type: application/octet-stream
Size: 384699 bytes
Desc: not available
URL: <http://ml.grml.org/pipermail/bugs-changes/attachments/20130608/42aec5bd/attachment-0001.obj>
More information about the Bugs-changes
mailing list