Unsolved
This post is more than 5 years old
1 Rookie
•
10 Posts
0
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.
bootorder --sequence=floppy,cdrom,hdd,embnic
sequence=floppy,cdrom,hdd,embnic
Is there a way to do this? please let me know.
No Events found!



Muneer_K
4 Posts
0
June 20th, 2011 03:00
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.