Creating a Boot Disk for an NTFS or FAT Partition (Q311073)


The information in this article applies to:

 


 



 

SUMMARY

This article describes how to create a Windows boot disk to access a drive with a faulty boot sequence on an Intel x86-processor-based computer.

NOTE : The procedure for RISC-based computers is different and not documented in this article.

This Windows boot disk can access a drive that has the Windows NT file system (NTFS) or File allocation table (FAT) file system installed. The procedures in this article can be useful to work around the following boot problems:

This Windows boot disk cannot be used for the following problems:

To work around or fix these problems, run the Emergency Repair disk, load the last known good control set, or reinstall Windows, if necessary.

How to Create a Windows Boot Floppy

The Windows floppy disk must include the files NTLDR (or Setupldr.bin in Windows NT 3.5), Ntdetect.com, Boot.ini, and the correct device driver for your hard drive.

NOTE : The NTLDR, Ntdetect.com, and Boot.ini files usually have their file attributes set to System, Hidden, and Read-Only. You do not need to reset these attributes for this disk to work properly. For additional information about the structure of the Boot.ini file, click the article number below to view the article in the Microsoft Knowledge Base:

Q102873 BOOT.INI and ARC Path Naming Conventions and Usage

To create a Windows boot floppy disk, use one of the following methods:

Method 1: You Do Not Have Access to a Computer Running Windows

  1. Create a copy of the first Windows Setup disk using the diskcopy command, and then delete all files on the new disk.

     
  2. Copy the Ntdetect.com and NTLDR files from the i386 folder on the CD-ROM to the new disk.

     
  3. Rename the NTLDR file to "Setupldr.bin".

     
  4. Create a Boot.ini file.

    The following example works for a single partition SCSI drive with Windows installed under \WINNT; however, the exact value in the [operating systems] section depends upon the configuration of the Windows System you want to boot:
          [boot loader]
          timeout=30
          Default= scsi(0)disk(0)rdisk(0)partition(1)\winnt
    
          [operating systems]
          scsi(0)disk(0)rdisk(0)partition(1)\winnt="Windows NT"

    If your computer boots from an IDE, EIDE, or ESDI hard drive or a SCSI adpater that does not have a built in BIOS, replace the scsi(0) with multi(0).

    NOTE : If you are running Windows NT 3.5 or 3.51 and your system boots from the first or second SCSI drive, then you can also replace scsi(0) with multi(0).

     

  5. If you are using scsi(x) in the Boot.ini file, copy the correct device driver for the SCSI controller in use on the computer, and then rename it to Ntbootdd.sys. If you are using multi(x) in the Boot.ini, you do not need to do this.

     
  6. Start your computer using the floppy disk, and then log on to Windows.

     

Method 2: You Have Access to a Computer Running Windows

  1. Format a floppy disk using the Windows format utility.

     
  2. Copy NTLDR from the Windows Setup CD-ROM, Windows Setup floppy disk, or from a computer running the same version of Windows as the computer you want to access with the boot floppy. You may need to expand this file from NTLDR._ to NTLDR by using the following command line:

     

    expand ntldr._ ntldr

  3. Copy the Ntdetect.com file to the disk.

     
  4. Create a Boot.ini file or copy one from a running Windows computer, and then modify it to match the computer you are trying to access. The following example works for a single partition SCSI drive with Windows installed under \WINNT; however, the exact value in the [operating systems] section depends upon the configuration of the Windows computer you are trying to access:
          [boot loader]
          timeout=30
          Default= scsi(0)disk(0)rdisk(0)partition(1)\winnt
    
          [operating systems]
          scsi(0)disk(0)rdisk(0)partition(1)\winnt="Windows NT"

    If your computer starts from an IDE, EIDE, or ESDI hard drive, replace the scsi(0) with multi(0).

    NOTE : If you are running Windows NT 3.5 or 3.51 and your computer starts from the first or second SCSI drive, you can also replace scsi(0) with multi(0).

     

  5. If you are using scsi(x) in the Boot.ini, copy the correct device driver for the SCSI controller in use on the computer, and then rename it to Ntbootdd.sys. If you are using multi(x) in the Boot.ini, you do not need to do this.

     
  6. Start using the floppy disk, and then log on to Windows.

     

Method 3: You Have Windows NT Version 3.51

  1. Format a blank 3.5" 1.44MB floppy disk under Windows NT 3.51.

     
  2. Copy Ntdetect.com and NTLDR to the new disk.

     
  3. Create a Boot.ini file with the following lines:

    NOTE : This example is for a single partition SCSI drive with Windows NT installed in the default directory, C:\Winnt35.

     
         [boot loader]
         timeout=30
         Default= multi(0)disk(0)rdisk(0)partition(1)\winnt35
    
         [operating systems]
         multi(0)disk(0)rdisk(0)partition(1)\winnt35="Windows NT 3.5
    1"
    
  4. Boot from the floppy disk and log on to Windows.

     

Troubleshooting

You may encounter one or more of the following problems when you attempt to start your computer using your Windows boot floppy disk:

 


Published Oct 21 2001 12:15PM Issue Type kbinfo
Last Modifed Oct 21 2001 12:15PM Additional Query Words repair tshoot smallbiz
Keywords kbsetup