Page 1 of 1

Request - Remove the boot prompt

Posted: Fri Mar 23, 2007 3:36 pm
by Scott Cooper
I would like to remove the boot prompt so the CD boots to the menu automatically. How can I do this?

Re: Request - Remove the boot prompt

Posted: Fri Mar 23, 2007 4:10 pm
by verndog
Scott Cooper wrote:I would like to remove the boot prompt so the CD boots to the menu automatically. How can I do this?
Edit isolinux.cfg inside dir isolinux. Maybe something like this:
=========
DEFAULT main
ONTIMEOUT main
LABEL boot
KERNEL chain.c32
APPEND hd0
LABEL main
KERNEL menu.c32
APPEND /menus/main.cfg
=================
It worked for me anyway.