Page 1 of 1

auto start

Posted: Fri Jun 13, 2008 9:58 am
by slaxlax
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

Posted: Fri Jun 13, 2008 11:22 am
by Icecube
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.

Posted: Fri Jun 13, 2008 12:49 pm
by slaxlax
Thanks Icecube,
I had to change it in the syslinux.cfg file because I was booting from USB but it fixed the problem!