Microsoft Windows NT Embedded 4.0  

El Torito Boot.ini File Example

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

To allow the user to choose whether to boot from an El Torito CD-ROM or a regular hard disk partition, you must add the appropriate code to the Boot.ini file. An example of the code follows:

[Boot Loader] timeout=10
Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT [Operating
Systems] multi(0)disk(0)rdisk(0)partition(1)\WINNT=''El Torito''
multi(0)disk(0)rdisk(1)partition(1)\WINNT=''1st HDD, 1st
partition'' multi(0)disk(0)rdisk(1)partition(2)\WINNT=''1st HDD,
2nd partition'' multi(0)disk(0)rdisk(2)partition(1)\WINNT=''2nd
HDD, 1st partition''