auto start

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
slaxlax
Posts: 20
Joined: Fri Jun 13, 2008 8:13 am

auto start

#1 Post by slaxlax » Fri Jun 13, 2008 9:58 am

If I want to start UBCD automatically instead of having to push enter when it first starts, what do I need to do to change this? Or in order to just change the time out so that it starts UBCD instead of the hard drive.

Thanks

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Fri Jun 13, 2008 11:22 am

Open /isolinux/isolinux.cfg

Code: Select all

TOTALTIMEOUT 1
DEFAULT main
LABEL main
  KERNEL menu.c32
  APPEND /menus/main.cfg
If you want to boot from USB, edit /syslinux/syslinux.cfg in a similar way.
This should work. After you build the iso, test it in a virtual machine.

slaxlax
Posts: 20
Joined: Fri Jun 13, 2008 8:13 am

#3 Post by slaxlax » Fri Jun 13, 2008 12:49 pm

Thanks Icecube,
I had to change it in the syslinux.cfg file because I was booting from USB but it fixed the problem!

Locked