WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how to skip boot menu  (Read 5579 times)

Offline P5music

  • Full Member
  • ***
  • Posts: 167
how to skip boot menu
« on: October 07, 2010, 01:19:47 PM »
I edited syslinux this way :

Code: [Select]
default menu.c32
prompt 0
menu title UNetbootin
timeout 0

but still I have to hit enter.
How can I boot immediately without choices?
Thanks

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11049
The only barriers that can stop you are the ones you create yourself.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: how to skip boot menu
« Reply #2 on: October 07, 2010, 07:48:09 PM »
@P5music: In the few lines you've presented here you indicate (via 'default menu.c32') that you you want to use the "simple menu system". Was that actually working before you started tweaking parameters?

To me there is a contradiction here, on the one hand you want a menu, meaning multiple labels to choose from, and OTOH you want to boot straight, without delay into a single, default option. Which one is it going to be?

You might want to share here your full config file, so that it becomes a bit clearer. My hunch is that you'll have to strip down the config to a single label option, and then adjust the timeout etc.

Offline P5music

  • Full Member
  • ***
  • Posts: 167
Re: how to skip boot menu
« Reply #3 on: October 08, 2010, 04:44:23 AM »
I don't need this boot menu so I put the same options in "default" sections and set timeout=0 but it still awaits.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11049
Re: how to skip boot menu
« Reply #4 on: October 08, 2010, 09:37:44 AM »
I really don't want to be rude, but did you read the link?

Quote
...A timeout of zero will disable the timeout completely...
The only barriers that can stop you are the ones you create yourself.

Offline nateblasted32

  • Newbie
  • *
  • Posts: 6
Re: how to skip boot menu
« Reply #5 on: October 17, 2010, 12:08:13 AM »
i just put the timeout to 1 - or .1 seconds ... virtually instantaneous and well... I still see the menu but i don't care... it times out and my boot's fully automated outside of switching the power button.