WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Automatically pass boot prompt  (Read 4620 times)

Offline Scooby

  • Newbie
  • *
  • Posts: 27
Automatically pass boot prompt
« on: February 13, 2013, 06:26:27 AM »
I wanted to automatically pass boot prompt at startup.

I used qremaster and added bootcodes.
(To pass boot prompt was not my only reason for remaster)
But I still need to press enter.

How can this be done automatically

Offline Scooby

  • Newbie
  • *
  • Posts: 27
Re: Automatically pass boot prompt
« Reply #1 on: February 13, 2013, 08:38:42 AM »
I have edited the file /boot/isolinux/isolinux.cfg

I have tried with

Code: [Select]
prompt 0
timeout 0

I have tried to remove them

if they are removed there is a delay with 20 seconds

I will now try timeout 1 and see

any other ideas

Offline Scooby

  • Newbie
  • *
  • Posts: 27
Re: Automatically pass boot prompt
« Reply #2 on: February 13, 2013, 09:23:15 AM »
did a makeover from start - now it works

Offline jeffbrl

  • Newbie
  • *
  • Posts: 2
Re: Automatically pass boot prompt
« Reply #3 on: March 26, 2013, 01:25:30 PM »
I'm curious if there is a way to pass the boot prompt (or change the delay to 2 seconds) when booting from CD. I'm guessing that remastering is needed; however, I don't see anything on the boot options section of the wiki that appears to do what I want.

Can someone give me a pointer?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: Automatically pass boot prompt
« Reply #4 on: March 26, 2013, 02:08:26 PM »
Hi jeffbrl
See:
http://www.syslinux.org/wiki/index.php/SYSLINUX#PROMPT_flag_val
and:
http://www.syslinux.org/wiki/index.php/SYSLINUX#TIMEOUT_timeout
This should give you a prompt and time out in two seconds.
Code: [Select]
prompt 1
timeout 20
Yes, you need to remaster.

Offline jeffbrl

  • Newbie
  • *
  • Posts: 2
Re: Automatically pass boot prompt
« Reply #5 on: March 26, 2013, 09:55:49 PM »
I appreciate your help, Rich.