Request - Remove the boot prompt

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Scott Cooper
Posts: 136
Joined: Mon Apr 18, 2005 9:07 pm

Request - Remove the boot prompt

#1 Post by Scott Cooper » Fri Mar 23, 2007 3:36 pm

I would like to remove the boot prompt so the CD boots to the menu automatically. How can I do this?

verndog
Posts: 25
Joined: Fri Mar 16, 2007 8:37 am

Re: Request - Remove the boot prompt

#2 Post by verndog » Fri Mar 23, 2007 4:10 pm

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.

Locked