TXTSETUP.OEM для установки драйвера Windows

В процессе установки операционной системы, Windows XP и Windows 2003 Server позволяют загрузить драйвера для неизвестного им оборудования с дискеты. Для этого в начале загрузки с установочного диска нужно нажать F6 и выбрать драйвер, предварительно вставив дискету. Это окажется необходимым при установке на RAID массив, например. Альтернатива — внедрить драйвера непосредственно в установочный диск Windows.

Использование дискет в 2013 году выглядит довольно странным делом — Windows Server 2008 и Swindows Servcer 2012 могут устанавливать драйвера устройств с любого распознанного носителя.

Однако при установке Windows XP под KVM я столкнулся с тем, что драйвера virtio диска, поставляемые проектом fedora, не содержат файла TXTSETUP/OEM. Без этого файла на дискете, Windows не будет использовать драйвер.

Как сделать файл TXTSETUP.OEM?

During the text-mode setup phase of operating system installation, the Setup program installs drivers for devices that are required to boot the machine. Most of these drivers are included with the operating system. A vendor can enable users to install an additional driver during text-mode setup by supplying a txtsetup.oem file on a floppy disk.

txtsetup.oem file is a text file that contains the following information:

  • A list of the hardware components supported by the txtsetup.oem file
  • A list of the files to copy from the distribution disk for each component
  • A list of the registry keys and values to create for each component

This section describes the format of a txtsetup.oem file. For additional information, see Installing a Boot Driver.

txtsetup.oem file consists of several sections that use the following general format:

[SectionName]
entry = value1,value2,...

The name of the section is enclosed in square brackets ([ ]). A pound sign (#) or semicolon character (;) at the beginning of a line indicates a comment. Strings with embedded spaces, commas, or hashes must be enclosed in double quotes (» «).

txtsetup.oem file must include the following sections:

txtsetup.oem file for a PnP mass storage device must also include the following section:

A sample txtsetup.oem file is provided with this DDK, under the installed DDK’s /src directory.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *