Unsolved

This post is more than 5 years old

1 Rookie

 • 

10 Posts

4318

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.

4 Posts

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.
No Events found!

Top