View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#64
Originally Posted by LoopInvariant View Post
I want to reduce the default waiting time for the countdown, anyone know of a way to do this?
See the readme, create your own bootmenu.conf, see the examples and edit MENU_TIMEOUT.

Originally Posted by LoopInvariant View Post
Also, it says to hold down MENU key... which one is it? I've held down all the key individually and none of them give me any advanced options...
If you set the root device to include 'ask' like 'ask:mmc2' the boot menu appears always, no need to press menu key. If there is no 'ask' it boots straight from the mmc2 without showing the menu unless you press and hold the menu key.

Unfortunately the bootmenu script cannot read root device so early in startup sequence so the message is always shown. At the time when root device is already known (and script can check for 'ask') it is already too late to show the message only if 'ask' is not there. You wouldn't be fast enough to press and hold the key.

Maybe instead of making the timeout shorter you want to skip the menu at all? Then just remove ask from root device. See
http://maemo.org/community/wiki/howt...da7ff9b53b3674
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2007-09-06 at 07:42.