UNSOLVED

dhart.net

updated

15 years ago

DN

dhart.net

1 Rookie

10 Posts

0

4340

June 14th, 2011 10:00

bootorder --sequence not working from ini file

I want to use an configuration ini file to make my BIOS. It can't seem to get the syntax right in the ini. both of these fail:

bootorder --sequence=floppy,cdrom,hdd,embnic
sequence=floppy,cdrom,hdd,embnic

Is there a way to do this? please let me know.
  • Muneer_K

    4 Posts

    726

    0

    Posted June 20th, 2011 03:00

    In ini file the format will be deferent. the above format is for command line.
    for ini file the format will be like this
    bootorder=floppy,cdrom,embnic
    if you want to enable floppy , cdrom and disable embnic then add '+' symbol for enable and '-' symbol for disable
    bootorder=+floppy,+cdrom,-embnic

    best way is run cctk -o file.ini command and then modify the bootorder inside the ini.